Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MS17-010 EternalSynergy / EternalRomance / EternalChampion aux+exploit modules #9473

Merged
merged 31 commits into from Feb 2, 2018
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
c8ff2ad
added support for smb client
Jan 28, 2018
6c2d5b1
semi-completed exploit files
Jan 29, 2018
2723b32
misc tidying, added more randomness
Jan 29, 2018
237c3f7
crash 10.14393... should fail to leak transaction
Jan 29, 2018
7cc00c0
fixed padding/offsets for win 10
Jan 29, 2018
9df4075
win10 needs full path to IPC$, should fix in Rex too
Jan 29, 2018
7b19951
fix the danger zone
Jan 29, 2018
42dbab7
increased leak attempts
Jan 29, 2018
bfef87a
fixed up indentations
Jan 29, 2018
4bc3b31
properly scope cleanup
Jan 29, 2018
a321a70
clean up token for earlier versions of windows
Jan 29, 2018
24a79ae
clean up DBGTRACE
Jan 29, 2018
8627f6b
added docs
Jan 29, 2018
0c23c5f
notes
Jan 29, 2018
1a74c60
fix output
Jan 29, 2018
6d35d24
fix pack error for xp
Jan 29, 2018
a15befe
squelch ::Rex::Proto::SMB::Exceptions::NoReply
Jan 29, 2018
9b7c19d
fix exception
Jan 29, 2018
5529bc1
fix docs
Jan 29, 2018
92915eb
Update ms17_010_command.md
zerosum0x0 Jan 29, 2018
b5a88e3
remove VERBOSE req for prints in DBGTRACE
zerosum0x0 Jan 29, 2018
cfb7aa6
NULL pointer checks on read/write primitives
Jan 30, 2018
7007bc1
hopefully fixed XP SP0/SP1 issues
Jan 30, 2018
bbeccdd
more trace and more flexible tolerance for SP0/SP1
Jan 30, 2018
a9fa1b6
catch TypeError for matched pairs Frag leak
Jan 30, 2018
d5d3769
more robust Windows XP SP0/SP1 fix
Jan 31, 2018
ec26f01
fix x64 typo
Feb 1, 2018
6d7b483
fix print arch key
Feb 1, 2018
469209a
prefer x64 dynamite
Feb 1, 2018
afef194
catch exception for patched Vista
Feb 2, 2018
ffc7e07
don't disconnect until cleanup
Feb 2, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/msf/core/exploit/mixins.rb
Expand Up @@ -32,6 +32,7 @@
require 'msf/core/exploit/smb/client/authenticated'
require 'msf/core/exploit/smb/client/local_paths'
require 'msf/core/exploit/smb/client/psexec'
require 'msf/core/exploit/smb/client/psexec_ms17_010'
require 'msf/core/exploit/smb/client/remote_paths'
require 'msf/core/exploit/smb/server'
require 'msf/core/exploit/smb/server/share'
Expand Down