Brent Cook
|
1d4b0de560
|
Land #6616, Added an Outlook EWS NTLM login module.
|
2016-09-09 11:43:52 -05:00 |
|
Pearce Barry
|
4495b27e67
|
Land #7254, Rex::SSLScan Gemification
|
2016-09-08 13:20:56 -05:00 |
|
David Maloney
|
1b9c37ff78
|
Merge branch 'master' into feature/MS-1711/rex-nop
|
2016-09-08 10:48:07 -05:00 |
|
Brendan
|
a30711ddcd
|
Land #7279, Use the rubyntlm gem (again)
|
2016-09-07 16:33:35 -05:00 |
|
David Maloney
|
17ab04829c
|
missed the lib/rex/socket.rb file
failed to delete this rather important bigt
|
2016-09-07 11:38:28 -05:00 |
|
David Maloney
|
7857c58655
|
remove all the left voer cruft
remove all the files that got xfered out to the gems
MS-1715
|
2016-09-07 11:38:28 -05:00 |
|
David Maloney
|
43942e6029
|
refactor pem parser to use the rex-socket gem version
use rex-socket's pem aprser instead of the old one we used
to have in rex::parser
MS-1715
|
2016-09-07 11:38:27 -05:00 |
|
David Maloney
|
405c59b8b8
|
move bidirectional pipe into rex/ui/text
this didn't really fit with the rest of rex::io and it inherits
from inside rex/ui/text so just put it there
MS-1715
|
2016-09-07 11:34:04 -05:00 |
|
Pearce Barry
|
0f30d3a720
|
Land #7208, use new rex-bin_tools gem
|
2016-09-06 13:19:35 -05:00 |
|
Pearce Barry
|
9d5a276e91
|
Fix recent metasploit-framework.gemspec conflict.
|
2016-09-06 13:10:28 -05:00 |
|
David Maloney
|
881effbae9
|
use the new rex-nop gem
transfer the opty2 library to rex-nop
MS-1711
|
2016-09-06 11:27:06 -05:00 |
|
Metasploit
|
58112d7b4d
|
Bump version of framework to 4.12.24
|
2016-09-02 10:02:44 -07:00 |
|
dmohanty-r7
|
e36cfa54b1
|
Use rex-mime gem
MS-1710
|
2016-09-01 11:38:07 -05:00 |
|
Pearce Barry
|
bd71df55c3
|
Merge branch 'nessus-bridge-gem' of git://github.com/kost/metasploit-framework into kost-nessus-bridge-gem
Also fix minor merge conflict.
|
2016-08-30 17:25:46 -05:00 |
|
David Maloney
|
029a28c95b
|
use the new rex-sslscan gem
remove old integerated code and replace it
with the gem. done.
MS-1693
|
2016-08-30 10:43:47 -05:00 |
|
David Maloney
|
fa6d1965fc
|
missed the lib/rex/socket.rb file
failed to delete this rather important bigt
|
2016-08-30 09:31:52 -05:00 |
|
David Maloney
|
b1009ab8dc
|
remove all the left voer cruft
remove all the files that got xfered out to the gems
MS-1715
|
2016-08-26 14:31:27 -05:00 |
|
David Maloney
|
91fe78e9cb
|
refactor pem parser to use the rex-socket gem version
use rex-socket's pem aprser instead of the old one we used
to have in rex::parser
MS-1715
|
2016-08-26 14:13:38 -05:00 |
|
David Maloney
|
c6b0c0b598
|
move bidirectional pipe into rex/ui/text
this didn't really fit with the rest of rex::io and it inherits
from inside rex/ui/text so just put it there
MS-1715
|
2016-08-26 13:51:26 -05:00 |
|
Metasploit
|
ea32c313d3
|
Bump version of framework to 4.12.23
|
2016-08-26 10:06:44 -07:00 |
|
Pearce Barry
|
226ded8d7e
|
Land #6921, Support basic and form auth at the same time
|
2016-08-25 16:31:26 -05:00 |
|
William Vu
|
954dee752b
|
Sort msfvenom --help-platforms
Also sort --help-formats.
|
2016-08-25 14:02:58 -05:00 |
|
Pearce Barry
|
250e6676ca
|
Update crawler with new auth key values.
|
2016-08-24 16:01:46 -05:00 |
|
William Vu
|
61f1e7e9c2
|
Add server_port to HTTP fingerprint
MS-1982
|
2016-08-24 13:24:24 -05:00 |
|
Pearce Barry
|
03e14ec86f
|
Land #7232, Net::SSH Regression Fixes
Fixes #7160
Fixes #7175
Fixes #7229
|
2016-08-23 14:53:42 -05:00 |
|
David Maloney
|
95b82219a3
|
Land #7233, ssh over L# pivot
this lands egypt's fix for using Net::SSH over L# pivots
|
2016-08-23 14:12:54 -05:00 |
|
Pearce Barry
|
222c85c343
|
Land #7223, Unvendor openvas-omp gem
|
2016-08-23 13:40:39 -05:00 |
|
James Lee
|
b4a7562054
|
Use getpeername_as_array instead of peerinfo
`peerinfo` is intended to be human-readable and can be things like
"Remote Pipe" so splitting it here is the wrong thing to do.
|
2016-08-22 14:20:53 -05:00 |
|
James Lee
|
bcf0062d47
|
Make SocketInterface things be Rex::Sockets
|
2016-08-22 14:17:00 -05:00 |
|
William Webb
|
3b3b4723c2
|
Land #7231, Fix Android Meterpreter command autoload and sysinfo
|
2016-08-22 12:22:43 -05:00 |
|
William Webb
|
455ba42f5b
|
Land #7218, Add new post-exploitation APIs for stealing access tokens
|
2016-08-22 10:55:42 -05:00 |
|
David Maloney
|
b6dff719f3
|
add a hard require to the ssh mixin
added hard require for SSHFactory into the ssh exploit mixin
this should prevent any laod-order bugs from cropping up again
|
2016-08-22 09:56:07 -05:00 |
|
Tim Wright
|
3955c4332d
|
fix android autoload commands and sysinfo
|
2016-08-22 14:53:58 +01:00 |
|
dmohanty-r7
|
4478136065
|
Unvendor openvas-omp gem
MS-1718
|
2016-08-19 15:14:32 -05:00 |
|
Metasploit
|
87d34cfbba
|
Bump version of framework to 4.12.22
|
2016-08-19 10:02:28 -07:00 |
|
wchen-r7
|
265adebd50
|
Fix typo
|
2016-08-19 10:44:24 -05:00 |
|
William Vu
|
3d4d7aae14
|
Add ps -c to show child processes of current shell
|
2016-08-18 19:23:21 -05:00 |
|
wchen-r7
|
0f4d26af19
|
Update yard doc
|
2016-08-18 17:18:16 -05:00 |
|
wchen-r7
|
2a61450511
|
Add new POST exploitation APIs for stealing a token
|
2016-08-18 17:08:21 -05:00 |
|
James Lee
|
91417e62a8
|
Cleanup docs
|
2016-08-18 10:40:32 -05:00 |
|
William Vu
|
bc9a402d9e
|
Land #7214, print_brute ip:rport fix
|
2016-08-17 22:48:40 -05:00 |
|
William Webb
|
667c3566e5
|
Land #7209, Add functionality to pull .NET versions on Windows hosts
|
2016-08-17 12:48:05 -05:00 |
|
Brent Cook
|
b37dc8ea27
|
Land #7210, allow send_request_cgi to close a non-global socket
|
2016-08-16 22:54:23 -05:00 |
|
Brendan
|
b25b2a5188
|
Cleaned up code per suggestions in the PR
|
2016-08-16 16:16:25 -05:00 |
|
wchen-r7
|
5f8ef6682a
|
Fix #7202, Make print_brute print ip:rport if available
Fix #7202
|
2016-08-16 15:34:30 -05:00 |
|
Brent Cook
|
e70402a130
|
use the platform string verbatim on windows meterpreter
|
2016-08-15 23:50:57 -05:00 |
|
wchen-r7
|
498657ab35
|
Fix #3860, tearing down TCP connection for send_request_cgi
Fix #3860
|
2016-08-15 15:45:52 -05:00 |
|
Brendan
|
0778b77f7b
|
Cleaned up a little
|
2016-08-15 12:20:28 -07:00 |
|
David Maloney
|
d2a6c2e9ca
|
move rex bintools into new gem
move all the *scan *parsey code out into
the new rex-bin_tools gem
MS-1691
|
2016-08-15 14:01:43 -05:00 |
|
Brendan
|
7730e0eb27
|
Added ability to retrieve .NET versions
|
2016-08-15 11:29:00 -07:00 |
|