History | View | Annotate | Download (7.8 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...
tons of indentation fixes, some other style tweaks...
convert remaining EXE generation to use the mixin, fixes #2017...
add lots of disclosure dates from OSVDB (missed a few)...
big module whitespace/formatting cleanup pass...
make sure IE service packs don't throw off the version comparison...
Add OSVDB references...
add CVE references!...
get rid of some more ^Ms...
add ranking to every exploit module, pfew!...
Fix the Payload->Space to match the new max size limit for the EXE generator. Thanks fo...
merge browser_autopwn back into trunk. This changes the database schema slightly, so ma...
reverting last commit; somebody didn't cross their fingers...
reintegrate browser_autopwn into trunk; cross your fingers and hope this works...
Fix up the modules to pass in the framework object into the new API call...
Update executable template and API...
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...
bug fix in javascript...
randomize_space...
Consistent use of handler(cli) after the payload is sent to the user...
got rid of duplicated code in browser exploits, fixes #71...
updated modules to use base class rand_xxx methods...
Adding an Id tag and a standard header to all modules...
A new port of my 2.x createobject exploit...