History | View | Annotate | Download (2.5 KB)
add ranking to every exploit module, pfew!
Remove the milw0rm references, as the links are no longer valid.
Added OSVDB references 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 greater scalability and future improvements to the metasploit module loader. This change also makes it easier for users to add new modules, since the class name no longer needs to match the directory structure.
add french target
updated modules to use base class rand_xxx methods
Adding an Id tag and a standard header to all modules
New licensing terms, revision bump to v3
added license to all modules
Fixed handler/disconnect order in FTP, fixes to metafile
Changed up the way mixins are handled, all exploits just require 'msf/core' andall current mixins will be loaded. Egghunter was moved to a mixin and generatesbased on target arch and platform.
more ftp`
3com now tries to read a reply from the server
SEH frame stuff integrated into ftp modules, added generate_seh_payload
tweaky
Fixed
Fixed bad target foo in ftp exploitsAdded TODO item about native packign
Tweak
picky picky
Namespace
Added subdir for protocol ftp