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
e5ec51a780
Rename file for consistency
2012-10-23 02:05:55 -05:00
sinn3r
669d22c917
Final improvements
2012-10-23 02:05:08 -05:00
David Maloney
2335c582c3
Null response handling
2012-10-23 00:25:31 -05:00
sinn3r
5072156df6
Designed specifically for Windows, so let's move to Windows
...
Plus additional fixes
2012-10-22 23:01:58 -05:00
sinn3r
2484bb02cf
Add the initial version of the module
...
From EDB.
2012-10-22 22:41:30 -05:00
sinn3r
8356cbc055
Merge branch 'master' of git://github.com/rapid7/metasploit-framework
2012-10-22 22:34:11 -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
f71f83095b
Merge branch 'WinRM_piecemeal' of git://github.com/dmaloney-r7/metasploit-framework into dmaloney-r7-WinRM_piecemeal
2012-10-22 17:13:37 -05:00
David Maloney
04fd990741
bad indent
2012-10-22 17:03:40 -05:00
David Maloney
e08cedec2e
Requested revisions/cleanup
...
minor fixes to spacing, some typos, and abse64 switched to Rex
2012-10-22 17:01:00 -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