EvilZone

Hacking and Security => Hacking and Security => : Traitor4000 January 20, 2014, 05:30:08 PM

: List of Vulnerable Web apps
: Traitor4000 January 20, 2014, 05:30:08 PM
So does anyone know  a list of vulnerable web apps that i could easily paste into a text document for my Port Scanner? I can't find a compiled list i might just have to page through the databases and cut and paste them in.  >:(
: Re: List of Vulnerable Web apps
: Deque January 20, 2014, 08:25:31 PM
Well you can use google for that. I just tried and found some.
But actually it is a pretty bad idea to hardcode these websites. The internet changes constantly.
Maybe you find a webservice that provides you with fresh lists every now and then and let your program download that.
Or is this not a tool you are coding, but something you just use?

If you can't find a compiled list, parse the website and compile the list yourself.
: Re: List of Vulnerable Web apps
: vezzy January 20, 2014, 08:32:53 PM
Why would you need vulnerable web applications to test a port scanner? Simply point it at any network address.
: Re: List of Vulnerable Web apps
: b0whunter January 20, 2014, 09:53:39 PM
Im assuming he wrote his own portscanner and is grabbing banners that he wants to compare with his list.
: Re: List of Vulnerable Web apps
: deppi321 January 26, 2014, 08:50:41 PM
And how do banner grabbing have sonething to do with web-applications? It's a kid trying to exploit without learning a bit...
: Re: List of Vulnerable Web apps
: b0whunter January 26, 2014, 09:46:40 PM
i was thinking in the lines of mass portscanning, finds open  ports, sends crafted packet, reads it and compares to see if vulnerable.
: Re: List of Vulnerable Web apps
: Traitor4000 January 27, 2014, 07:17:41 AM
Yeah I did that part  :P I'm just trying to figure out how to get an updating list linked in.