Commit Graph

14892 Commits (337fe86c8faca8bcc106751d8334dd96d5b1b4ef)

Author SHA1 Message Date
corelanc0d3r 337fe86c8f Merge branch 'master' of github.com:corelanc0d3r/metasploit-framework 2012-10-23 12:51:57 +02:00
Tod Beardsley 5c9b33b8fd Add a missing post require 2012-10-23 12:41:16 +02:00
Rob Fuller e84abef63b fix spacing for all authors 2012-10-23 12:41:16 +02:00
Rob Fuller 7d531dcbba fix spacing 2012-10-23 12:41:16 +02:00
Rob Fuller e675f4e901 standardizing author info 2012-10-23 12:41:16 +02:00
Michael Schierl f1829b40e1 References cleanup
Uppercase MSB, spaces in URLs.
2012-10-23 12:41:16 +02:00
James Lee 601ecec2cf Use opts.usage instead of a Table 2012-10-23 12:41:16 +02:00
Michael Schierl eb76c46ddd Infohash key cleanups
Replace obvious typos in infohash keys. Note that this *does*
affect the behaviour as those keys have been ignored before.
2012-10-23 12:41:16 +02:00
James Lee 6147b332f1 Rescue when the service is crashed
Failed exploit attempts leave the service in a state where the port is
still open but login attmempts reset the connection. Rescue that and
give the user an indication of what's going on.
2012-10-23 12:41:16 +02:00
Michael Schierl 47352746e2 Version cleanup
Remove all values that are neither 0 nor $Revision$.
2012-10-23 12:41:15 +02:00
Rob Fuller d386292754 remove non-functional enum_delicious module 2012-10-23 12:41:15 +02:00
Michael Schierl 595d0821c5 Privileged cleanup: auxiliary modules can't 2012-10-23 12:41:15 +02:00
Michael Schierl 3bf612aec8 Arch/Platform cleanup: aux modules need neither 2012-10-23 12:41:15 +02:00
Michael Schierl c17b026db9 Platform cleanup: platform should be lowercase 2012-10-23 12:41:15 +02:00
Michael Schierl 2bb498c4b3 DisclosureDate cleanup: Try parsing all dates
Fix all dates unparsable by `Date.strptime(value, '%b %d %Y')`
2012-10-23 12:41:15 +02:00
Michael Schierl ece6d84e92 Author cleanup: fix unmatched angle brackets 2012-10-23 12:41:15 +02:00
Michael Schierl e94c68d85b Author cleanup: One module did not have an author 2012-10-23 12:41:15 +02:00
David Maloney 30bfa7cee6 Fix up the ps help 2012-10-23 12:41:15 +02:00
David Maloney 1fd4c8867c Add a bunch of extra filter options 2012-10-23 12:41:15 +02:00
David Maloney 1adfc0e070 rolled changes into existing ps command
Some users requested this be added to the ps
command via a -S opt instead of creating a new command.
This limits the search to only one search parameter at a time
but with the ability to pass RegEx I think that's fine
2012-10-23 12:41:14 +02:00
David Maloney 52f3dfa81b Moved help text into cmd_findpids_help 2012-10-23 12:41:14 +02:00
David Maloney f13502033a Built in regex support to findpids 2012-10-23 12:41:14 +02:00
David Maloney ef29f29c10 Adds a new findpids command to meterpreter
findpids calls client.sys.process.get_processes like ps
but then filters out any processes that do not match
one of the process names supplied as arguments to the command.
`findpids explorer.exe notepad.exe` will return all processes
named explorer.exe or notepad.exe Allows for quick searching for
the pid you want. ideal for migration
2012-10-23 12:41:14 +02:00
sinn3r 33ce74fe8c Merge branch 'msftidy-1' of git://github.com/schierlm/metasploit-framework into schierlm-msftidy-1 2012-10-23 02:10:56 -05:00
sinn3r 1ce3655062 Merge branch 'jlee-r7-08-067-rescue-crashed-service' 2012-10-22 17:57:33 -05:00
James Lee b2db3e133d Rescue when the service is crashed
Failed exploit attempts leave the service in a state where the port is
still open but login attmempts reset the connection. Rescue that and
give the user an indication of what's going on.
2012-10-22 17:57:30 -05:00
Tod Beardsley a9def564e7 Add a missing post require 2012-10-22 17:18:14 -05:00
sinn3r cf2ec4e598 Merge branch '08-067-rescue-crashed-service' of git://github.com/jlee-r7/metasploit-framework into jlee-r7-08-067-rescue-crashed-service 2012-10-22 16:51:56 -05:00
sinn3r af918b84a0 Merge branch 'standardize_authorship' of git://github.com/mubix/metasploit-framework into mubix-standardize_authorship 2012-10-22 16:47:03 -05:00
Rob Fuller 28f47e9aa0 fix spacing for all authors 2012-10-22 17:22:37 -04:00
Rob Fuller a13a88ce28 fix spacing 2012-10-22 17:07:58 -04:00
Rob Fuller 7437d9844b standardizing author info 2012-10-22 17:01:58 -04:00
James Lee dafb56f6b6 Merge branch 'dmaloney-r7-findpids' into rapid7
[Closes #950]
2012-10-22 15:52:07 -05:00
Michael Schierl 5b18a34ad4 References cleanup
Uppercase MSB, spaces in URLs.
2012-10-22 22:37:01 +02:00
dmaloney-r7 4f9385aab1 Merge pull request #1 from jlee-r7/dmaloney-r7-findpids
Use opts.usage instead of a Table
2012-10-22 13:28:03 -07:00
James Lee 651f9b9c8f Use opts.usage instead of a Table 2012-10-22 15:16:55 -05:00
Michael Schierl f9ac55c221 Infohash key cleanups
Replace obvious typos in infohash keys. Note that this *does*
affect the behaviour as those keys have been ignored before.
2012-10-22 21:24:36 +02:00
James Lee 12de87e682 Merge branch 'rapid7' into mubix-remove_delicious
[Closes #946]
2012-10-22 14:18:05 -05:00
James Lee 7dc6aa331b Rescue when the service is crashed
Failed exploit attempts leave the service in a state where the port is
still open but login attmempts reset the connection. Rescue that and
give the user an indication of what's going on.
2012-10-22 14:15:58 -05:00
Michael Schierl e9f7873afc Version cleanup
Remove all values that are neither 0 nor $Revision$.
2012-10-22 20:57:02 +02:00
Rob Fuller 49948faa9b remove non-functional enum_delicious module 2012-10-22 14:46:52 -04:00
Michael Schierl 04a6021631 Privileged cleanup: auxiliary modules can't 2012-10-22 20:36:49 +02:00
Michael Schierl 39e81d3e53 Arch/Platform cleanup: aux modules need neither 2012-10-22 20:28:02 +02:00
Michael Schierl e769abc868 Platform cleanup: platform should be lowercase 2012-10-22 20:14:39 +02:00
Michael Schierl 657d527f8d DisclosureDate cleanup: Try parsing all dates
Fix all dates unparsable by `Date.strptime(value, '%b %d %Y')`
2012-10-22 20:04:21 +02:00
Michael Schierl 70ac7c8345 Author cleanup: fix unmatched angle brackets 2012-10-22 19:45:27 +02:00
Michael Schierl d337d5204b Author cleanup: One module did not have an author 2012-10-22 18:38:18 +02:00
sinn3r 469f04d3c4 Merge branch 'mubix-dns_postmods' 2012-10-22 02:04:46 -05:00
sinn3r a3c86f386b Merge branch 'dns_postmods' of git://github.com/mubix/metasploit-framework into mubix-dns_postmods 2012-10-22 01:57:21 -05:00
Rob Fuller d5bb7b1e5b Fix all-inclusive rescue on resolve_hostname as well 2012-10-22 02:32:51 -04:00