History | View | Annotate | Download (4.3 kB)
reverting the disclosure dates for now need to clean up the patch...
Fixes a ton of Disclosure Date discrepencies in various modules, thanks a ton to Michae...
ensure binary mode when opening files, whitespace fixes...
Fixes #2134. Subs select for sleep in exploit modules....
try not to repeatedly load static files - see #694...
fd.read -> fd.read(fd.stat.size)...
add ranking to every exploit module, pfew!...
Another large number of warnings fixed by Yoann Guillot...
Added a new set of match flags for cmd injection exploits (RequiredCmds). This reduces ...
Massive OSVDB reference update from Steve Tornio....
replacing defunct framework URL in header comments in most modules and pcap_log...
Code cleanups...
This massive commit changes the metasploit 3 module format. The new syntax allows for g...
Fix #53, use Author, not Authors...
Adding an Id tag and a standard header to all modules...
Reference updates...
Accessing res['header'] is now case insensitive for HTTP responses...