metasploit-framework/lib
Carlos Perez 9399e69425 Updated original mixin files to use the new post mixing
git-svn-id: file:///home/svn/framework3/trunk@11552 4d416f70-5f16-0410-b530-b9f4589650da
2011-01-12 00:18:40 +00:00
..
active_record Fixes #2979. The bug is triggered when the en locale is used in activerecord -- this fix appears to have no ill effects when both the /vendor version or a local (current) version of i18n is installed, since the percent notation appears to be okay for both versions. In any event, db_nmap 127.0.0.1 fails correctly for both. 2010-10-18 19:58:56 +00:00
active_support Reapply Yoann's patch from r7247 to the new tree 2010-11-08 22:51:29 +00:00
anemone Store the http request in the http response object when Rex::HTTP::Client.send_recv() is used. Let Anemone store the request as well, passing it into the Page object for further analysis. 2010-11-13 05:25:39 +00:00
bit-struct Switch ord for the more compatibly .unpack("C"), Fixes #3431 2011-01-04 16:15:56 +00:00
lab backend changes for lab functionality. architecture now allows storage of more info about VMs, and Labs made up of different-technology vms (ie, 1 vmware, 1 vbox, 1 amazon). drivers still need to be written 2010-12-28 19:47:33 +00:00
metasm bring metasm to tip 2010-10-08 16:01:37 +00:00
msf Updated original mixin files to use the new post mixing 2011-01-12 00:18:40 +00:00
nessus add latest nessus plugin patches from Zate, fixes #2704 2010-10-14 18:54:35 +00:00
net Avoid actually prompting the user for SSH messages in keyboard-interactive, since it depends on stdin/stdout, and is kind of useless for us anyway. 2011-01-11 22:14:12 +00:00
openvas Import the OpenVAS bridge from Kost. Go see his talk: http://www.berlinsides.org/node/14 2010-12-28 17:45:05 +00:00
packetfu Fixes #3348. Adds the PacketFu packet processing library from http://code.google.com/p/packetfu/ , and adds a db_import path for pcaps (it's straightforward -- db_import /path/to/file.pcap will import hosts and service ports from a pcap file.) 2010-12-12 17:44:48 +00:00
postgres
rabal
racket
rapid7 Handle unlicensed nexpose instances better 2010-11-23 05:03:58 +00:00
rbmysql
rex fix more silly tab completion behavior 2011-01-11 18:55:37 +00:00
snmp Remove an annoying warning 2010-12-25 06:33:04 +00:00
telephony
zip fix silly test bug 2010-10-12 00:27:35 +00:00
active_record.rb Remove unsupported msfweb interface. (fixes #503) 2010-10-14 18:45:16 +00:00
active_support.rb Remove unsupported msfweb interface. (fixes #503) 2010-10-14 18:45:16 +00:00
anemone.rb Add the crawler mixin and a sample form extractor crawler 2010-11-13 06:40:56 +00:00
bit-struct.rb
enumerable.rb
metasm.rb
packetfu.rb Fixes #3351. Suppress the warning message about pcaprub. It's not a big deal at all in Metasploit 2010-12-13 18:30:42 +00:00
postgres_msf.rb
postgres_msf.rb.ut.rb
racket.rb
rbmysql.rb
rbreadline.rb a better fix for rbreadline, also fixes completion for ~/, see #3352 2010-12-29 20:31:22 +00:00
readline_compatible.rb
rex.rb This patch adds detailed thread tracking across the metasploit framework, along with a new console command (threads) to manage these. This level of tracking is required to accurately monitor background tasks, assist with debugging, and kill orphaned threads. 2010-11-12 06:19:49 +00:00
rex.rb.ts.rb
snmp.rb
telephony.rb
zip.rb