Easily search for exploits in BackTrack's exploitdb (files.csv).
Hey guys! I wrote some script to make my work easier. Got tired of grepping through files.csv and then manually copy found exploits if I would like to modify them.
I know there is "searchsploit" but exploitdbee does a better job. Feel free to test it!
I would be very grateful to see it in backtrack!
Highlights:
• Search the exploitdb archive
• Case sensitive & insensitive
• Change output mode
• Automaticlly copy your exploits
Requirements:
• python (tested with python 2.7.1 and 2.5.2)
• local exploitdb (pre-installed on BackTrack Linux)
Usage:
exploitdbee.py [-c] [-d path] <term1> <term2> <term3> <term...>
exploitdbee.py "windows 7" remote
exploitdbee.py -c Microsoft IIS -d /tmp
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-c, --casesensitive switch to casesensitive
-v, --verbose detailed output
-d PATH, --destination=PATH path to copy exploits
MORE
DOWNLOAD
Happy hacking!
P.S.
Any suggestions to improve the script are always welcome.


