Author Topic: List of Vulnerable Web apps  (Read 1430 times)

0 Members and 1 Guest are viewing this topic.

Offline Traitor4000

  • Knight
  • **
  • Posts: 191
  • Cookies: 8
    • View Profile
List of Vulnerable Web apps
« on: 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.  >:(
The most vulnerable part of an impenetrable system is those who believe it to be so.

Offline Deque

  • P.I.N.N.
  • Global Moderator
  • Overlord
  • *
  • Posts: 1203
  • Cookies: 518
  • Programmer, Malware Analyst
    • View Profile
Re: List of Vulnerable Web apps
« Reply #1 on: 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.
« Last Edit: January 20, 2014, 08:27:08 pm by Deque »

Offline vezzy

  • Royal Highness
  • ****
  • Posts: 771
  • Cookies: 172
    • View Profile
Re: List of Vulnerable Web apps
« Reply #2 on: 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.
Quote from: Dippy hippy
Just brushing though. I will be semi active mainly came to find a HQ botnet, like THOR or just any p2p botnet

Offline b0whunter

  • Serf
  • *
  • Posts: 41
  • Cookies: 11
  • The finest sword plunged into salt water will rust
    • View Profile
    • My journal
Re: List of Vulnerable Web apps
« Reply #3 on: 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.
“Engage people with what they expect; it is what they are able to discern and confirms their projections. It settles them into predictable patterns of response, occupying their minds while you wait for the extraordinary moment — that which they cannot anticipate.”
― Sun Tzu, The Art of War

Offline deppi321

  • NULL
  • Posts: 3
  • Cookies: 0
    • View Profile
Re: List of Vulnerable Web apps
« Reply #4 on: 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...

Offline b0whunter

  • Serf
  • *
  • Posts: 41
  • Cookies: 11
  • The finest sword plunged into salt water will rust
    • View Profile
    • My journal
Re: List of Vulnerable Web apps
« Reply #5 on: 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.
“Engage people with what they expect; it is what they are able to discern and confirms their projections. It settles them into predictable patterns of response, occupying their minds while you wait for the extraordinary moment — that which they cannot anticipate.”
― Sun Tzu, The Art of War

Offline Traitor4000

  • Knight
  • **
  • Posts: 191
  • Cookies: 8
    • View Profile
Re: List of Vulnerable Web apps
« Reply #6 on: 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.
The most vulnerable part of an impenetrable system is those who believe it to be so.