Tod Beardsley
fbfa37916c
Tut tut
...
Edit a blue comment
2019-07-10 17:41:54 -05:00
Tim W
d0cce0a6a4
offsets for iPhone 5S 10.2.1
2019-06-02 10:19:24 +08:00
Tim W
5b708532b4
use MetasploitPayloads to_binary
2019-06-02 10:19:24 +08:00
Tim W
c659a1e5b4
add description
2019-06-02 10:19:24 +08:00
Tim W
aabe316662
fixes for iOS 10
2019-06-02 10:19:24 +08:00
Tim W
2b54d411f6
fix iOS 11 offset cache
2019-06-02 10:19:24 +08:00
Tim W
e6a8d66460
fix iOS 10 again
2019-06-02 10:19:24 +08:00
Tim W
b7574f2dd8
cleanup
2019-06-02 10:19:24 +08:00
Tim W
6d9385cb8a
ios 11 faf
2019-06-02 10:19:24 +08:00
Tim W
b142115c82
fix iOS 11.0.2
2019-06-02 10:19:24 +08:00
Tim W
6f6cf443b6
begin iOS 11
2019-06-02 10:19:24 +08:00
Tim W
33a4866c36
add offset cache
2019-06-02 10:19:24 +08:00
Tim W
f15e70ea03
various fixes
2019-06-02 10:19:24 +08:00
Tim W
3d414dac74
add hash to trust cache
2019-06-02 10:19:24 +08:00
Tim W
32af9cb897
Initial commit of CVE-2018-4233 for iOS 10
2019-06-02 10:19:24 +08:00
Brent Cook
5fc7167beb
Merge remote-tracking branch 'upstream/master' into land-10812-
2019-02-07 09:31:02 -06:00
William Vu
e69f006992
Remove CommandShell mixin in exploits
...
This was cargo culting. Exploits use handler instead of start_session.
2018-12-12 15:43:13 -06:00
Tim W
2e91ec1495
semicolons :)
2018-10-16 14:59:27 +08:00
Tim W
96ba3c636b
fix indentation and add author
2018-10-16 14:56:25 +08:00
Tim W
57e2dd2192
send payload url to loader
2018-10-16 14:41:34 +08:00
Tim W
fe356dabca
convert payload to dylib
2018-10-10 23:35:20 +08:00
Tim W
7fce2bd428
initial commit of 32bit trident exploit
2018-10-10 17:41:28 +08:00
William Vu
6df235062b
Land #10505 , post-auth and default creds info
2018-08-24 18:08:15 -05:00
Kevin Kirsche
cd01f11fd2
Remove verifying host keys for all exploits
2018-08-15 14:54:41 -07:00
Wei Chen
d9fc99ec4a
Correct false negative post_auth? status
2018-08-09 23:34:03 -05:00
Sonny Gonzalez
f5ccdcfcd2
Net SSH CommandStream fixes implemented
...
* Net::SSH::CommandStream typos fixed
* Net::SSH::CommandStream cleanup made more robust and refactored
* require 'net/ssh/command_stream' added to various modules
2018-07-25 11:22:28 -05:00
Tim W
c0841ef0bf
set default payload
2018-05-30 18:04:22 +08:00
Tim W
2ec7f11b90
add binary
2018-05-30 18:02:17 +08:00
Tim W
50300426ca
fix feedback from code review
2018-05-03 18:28:14 +08:00
Tim W
9f174e7323
msftidy
2018-04-03 16:10:41 +08:00
Tim W
7c3e5da450
add more credits/references
2018-04-03 14:59:00 +08:00
Tim W
c5039251a2
add CVE-2016-4655
...
rebase
2018-04-03 14:58:57 +08:00
Tim W
d465226d89
add loader
2018-04-03 14:44:54 +08:00
Tim W
cd1f4e1373
webkit apple safari trident exploit
2018-04-03 14:44:54 +08:00
Brent Cook
b1d0529161
prefer 'shell' channels over 'exec' channels for ssh
...
If a command is not specified to CommandStream, request a "shell"
session rather than running exec. This allows targets that do not have a
true "shell" which supports exec to instead return a raw shell session.
2018-02-08 02:21:16 -06:00
Brent Cook
6300758c46
use https for metaploit.com links
2017-07-24 06:26:21 -07:00
g0tmi1k
ef826b3f2c
OCD - print_good & print_error
2017-07-19 12:48:52 +01:00
g0tmi1k
b8d80d87f1
Remove last newline after class - Make @wvu-r7 happy
2017-07-19 11:19:49 +01:00
William Vu
64452de06d
Fix msf/core and self.class msftidy warnings
...
Also fixed rex requires.
2017-05-03 15:44:51 -05:00
Brent Cook
a9a1146155
fix more ssh option hashes
2016-09-20 01:30:35 -05:00
Brent Cook
7352029497
first round of SSL damage fixes
2016-09-13 17:42:31 -05:00
James Lee
b057a9486c
Don't use ssh agent
2016-07-19 17:07:22 -05:00
James Lee
ff63e6e05a
Land #7018 , unvendor net-ssh
2016-07-19 17:06:35 -05:00
Brent Cook
b08d1ad8d8
Revert "Land #6812 , remove broken OSVDB references"
...
This reverts commit 2b016e0216 , reversing
changes made to 7b1d9596c7 .
2016-07-15 12:00:31 -05:00
David Maloney
b6b52952f4
set ssh to non-interactive
...
have to set the non-interactive flag so that it does not
prompt the user on an incorrect password
MS-1688
2016-07-14 11:12:03 -05:00
David Maloney
01d0d1702b
Merge branch 'master' into feature/MS-1688/net-ssh-cleanup
2016-07-14 09:48:28 -05:00
David Maloney
3d93c55174
move sshfactory into a mixin method
...
use a convience method to DRY up creation
of the SSHFactory inside modules. This will make it easier
to apply changes as needed in future. Also changed msframework attr
to just framework as per our normal convention
MS-1688
2016-06-28 15:23:12 -05:00
David Maloney
6c3871bd0c
update ssh modules to use new SSHFactory
...
updated all of our SSh based module to use the
new SSHFactory class to plug Rex::Sockets into
Net::SSH
MS-1688
2016-06-24 13:55:28 -05:00
wchen-r7
4a95e675ae
Rm empty references
2016-04-24 11:46:08 -05:00
wchen-r7
816bc91e45
Resolve #6807 , remove all OSVDB references.
...
OSVDB is no longer a vulnerability database, therefore all the
references linked to it are invalid.
Resolve #6807
2016-04-23 12:32:34 -05:00