https://github.com/d4t4s3c/win7blue
Scan/Exploit - EternalBlue MS17-010 - Windows 7 32/64 Bits
https://github.com/d4t4s3c/win7blue
bash check checker eternalblue exploit ms17-010 netcat oscp oscp-prep oscp-tools python samba scan scanner smb vuln windows windows7
Last synced: 2 months ago
JSON representation
Scan/Exploit - EternalBlue MS17-010 - Windows 7 32/64 Bits
- Host: GitHub
- URL: https://github.com/d4t4s3c/win7blue
- Owner: d4t4s3c
- License: gpl-3.0
- Created: 2020-04-26T20:42:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-05T07:54:24.000Z (about 1 year ago)
- Last Synced: 2026-03-28T01:29:53.631Z (3 months ago)
- Topics: bash, check, checker, eternalblue, exploit, ms17-010, netcat, oscp, oscp-prep, oscp-tools, python, samba, scan, scanner, smb, vuln, windows, windows7
- Language: Python
- Homepage:
- Size: 2.28 MB
- Stars: 188
- Watchers: 2
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Win7Blue
  
 
### Overview
**Scan/Exploit - EternalBlue MS17-010 (CVE-2017-0143) - Windows 7 32/64 Bits.**
> [!WARNING]
> You may need to run the exploit several times to be successful.

**Tested On:**
* Kali
**Requirements:**
* Nmap
* Python
* Python3
* Msfvenom
* Impacket
* Netcat/Ncat
### Scanner
The `Vuln` module uses **[Nmap](https://nmap.org)** to detect if the target system is vulnerable with the NSE script `smb-vuln-ms17-010`.

The `Arch` module uses **[NetExec](https://www.netexec.wiki)** to identify the architecture `x86/x64` of the target system.

### Exploit
