Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jflyup/goMS17-010
Simple program for detecting if host(s) are vulnerable to SMB exploit(MS17-010)
https://github.com/jflyup/goMS17-010
android exploit go ms17-010 python ransomware wannacry
Last synced: about 2 months ago
JSON representation
Simple program for detecting if host(s) are vulnerable to SMB exploit(MS17-010)
- Host: GitHub
- URL: https://github.com/jflyup/goMS17-010
- Owner: jflyup
- Created: 2017-04-27T03:04:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T04:24:50.000Z (about 7 years ago)
- Last Synced: 2024-08-05T17:41:42.728Z (5 months ago)
- Topics: android, exploit, go, ms17-010, python, ransomware, wannacry
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 74
- Watchers: 5
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - jflyup/goMS17-010 - Simple program for detecting if host(s) are vulnerable to SMB exploit(MS17-010) (Python)
README
# goMS17-010
`goMS17-010` detects if host(s) is vulnerable to SMB exploit([MS17-010](https://technet.microsoft.com/en-us/library/security/ms17-010.aspx)), which is used by NSA hacking tools leaked by Shadow Brokers. If it's vulnerable, then checks if the target machine is running the Double Pulsar SMB backdoor. Inspired by [this Metasploit module](https://www.rapid7.com/db/modules/auxiliary/scanner/smb/smb_ms17_010), but doesn't depend on MSF or any framework, just run `ms17-010.go` or `ms17-010.py` with option(s). Go version is preferred as it's very fast (credit goroutine for that! ) when scanning a network. The release is built from go code.
`-i`, detect single host
`-n`, scan a whole network in CIDR Notation, for example, `192.168.1.1/24`
`-h`, show help[Here](https://play.google.com/store/apps/details?id=house.connect.wifi) is an Android app to check this too. Enable `WannaCry Scan` toggle in the `Settings`, the app would scan your network, if any machine is vulnerable, a red warning icon will show.