EH-Net

Ethical Hacking Discussions and Related Certifications => Network Pen Testing => Topic started by: dtoliaferro on February 17, 2010, 06:55:53 PM



Title: Vulnerable Software Repository?
Post by: dtoliaferro on February 17, 2010, 06:55:53 PM
Hi, I'm new to ethical hacking/penetration testing and I was wondering if there's anything like a repository for vulnerable application source code.

I'd like to practice compiling the sources of vulnerable software and try running exploits on them.

Thanks


Title: Re: Vulnerable Software Repository?
Post by: chrisj on February 17, 2010, 08:15:25 PM
this thread  (http://www.ethicalhacker.net/component/option,com_smf/Itemid,54/topic,5043.msg25117/topicseen,1/#new) might have some of what you're looking for. It'll also give you some ideas.

Milw0rm has some of the exploits you can compile yourself, but might not be what you're after.



Title: Re: Vulnerable Software Repository?
Post by: dtoliaferro on February 17, 2010, 08:33:42 PM
Hey chrisj, thanks for replying.

The resource you linked to is very cool, and I'll definitely be looking into it. Thanks a lot!

Though, I guess what I'm looking for is a software database to go along with exploits. From my limited experience in searching for vulnerable software I've noticed that vendors seem to omit them, or only offer a patched version in the download links.

I'll just keep Googling until I find a vulnerability + exploit combination that works.


Title: Re: Vulnerable Software Repository?
Post by: UNIX on February 17, 2010, 11:58:19 PM
The exploit-database (http://www.exploit-db.com/) offers not only exploits but also a mirror of the vuln. software, so this might be something you are looking for.


Title: Re: Vulnerable Software Repository?
Post by: unsupported on February 18, 2010, 05:47:57 AM
Though, I guess what I'm looking for is a software database to go along with exploits.

This might be a problem if you are looking for commercial uncompiled code.  You may need to look into open source code.  In which case this may help, http://osvdb.org/.

Quote
From my limited experience in searching for vulnerable software I've noticed that vendors seem to omit them, or only offer a patched version in the download links.

Right, because the software is vulnerable.  Preventing vulnerable software from being available reduces their liabilities.

Quote
I'll just keep Googling until I find a vulnerability + exploit combination that works.

That works too.  You can also check out OWASP (http://www.owasp.org).  I'd consider them the leaders in open source security.



Title: Re: Vulnerable Software Repository?
Post by: Ketchup on February 18, 2010, 07:30:20 AM
I have also sometimes had luck finding the vulnerable version of the archive.org site.   You have to know the filename of the download you are looking for, but sometimes it comes through.


Title: Re: Vulnerable Software Repository?
Post by: dtoliaferro on February 18, 2010, 09:09:07 AM
Wow, thanks a lot everybody. Your posts have been very helpful to me.