.. |
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
|
…
|
|
lab
|
include the local path so you can just require lab_controller in irb
|
2010-10-10 02:22:50 +00:00 |
metasm
|
bring metasm to tip
|
2010-10-08 16:01:37 +00:00 |
msf
|
Verify a host is actually a real string before using it
|
2010-12-18 03:37:27 +00:00 |
nessus
|
add latest nessus plugin patches from Zate, fixes #2704
|
2010-10-14 18:54:35 +00:00 |
net
|
Force binmode for Tempfile use to prevent issues with Windows
|
2010-10-12 01:48:42 +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
|
See #808. Converts the metasploit fork of postgres-pr to use Rex::Socket instead of
|
2010-02-16 17:42:38 +00:00 |
rabal
|
…
|
|
racket
|
Racket should not require rubygems
|
2010-05-18 23:16:51 +00:00 |
rapid7
|
Handle unlicensed nexpose instances better
|
2010-11-23 05:03:58 +00:00 |
rbmysql
|
Applied fix provided by Amin for localhost socket connection fos testig and dev
|
2010-01-07 17:54:21 +00:00 |
rex
|
Minor improvements and corner case bug fixes to session handling. This fixes issues that can come up when a stream is shut down
|
2010-12-18 03:00:26 +00:00 |
snmp
|
…
|
|
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
|
…
|
|
lab.rb
|
Cleaned up the gidance on the labs, and fixed the lab.rb require
|
2010-10-10 02:18:41 +00:00 |
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
|
See #730. Forking and adding Postgres-PR, with the following changes:
|
2010-02-01 19:49:36 +00:00 |
postgres_msf.rb.ut.rb
|
See #808. Converts the metasploit fork of postgres-pr to use Rex::Socket instead of
|
2010-02-16 17:42:38 +00:00 |
racket.rb
|
…
|
|
rbmysql.rb
|
…
|
|
rbreadline.rb
|
Sync RbReadline with TIP, some diffs remain Metasploit specific
|
2010-12-14 22:09:38 +00:00 |
readline_compatible.rb
|
crossing fingers, big cr removal batch
|
2009-12-30 22:24:22 +00:00 |
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
|
License corrections
|
2010-04-02 21:34:15 +00:00 |
snmp.rb
|
…
|
|
telephony.rb
|
…
|
|
zip.rb
|
Adding a 3rd party zip library (rubyzip by Thomas Sondergaard and Technorama Ltd, released under the Ruby license), and a method to import ZIP reports generated by Metasploit Express (still needs work, but is mildly functional right now).
|
2010-06-10 21:06:06 +00:00 |