EvilZone
Hacking and Security => Hacking and Security => : 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. >:(
-
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.
-
Why would you need vulnerable web applications to test a port scanner? Simply point it at any network address.
-
Im assuming he wrote his own portscanner and is grabbing banners that he wants to compare with his list.
-
And how do banner grabbing have sonething to do with web-applications? It's a kid trying to exploit without learning a bit...
-
i was thinking in the lines of mass portscanning, finds open ports, sends crafted packet, reads it and compares to see if vulnerable.
-
Yeah I did that part :P I'm just trying to figure out how to get an updating list linked in.