Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/3gstudent/Smbtouch-Scanner
Automatically scan the inner network to detect whether they are vulnerable.
https://github.com/3gstudent/Smbtouch-Scanner
Last synced: 22 days ago
JSON representation
Automatically scan the inner network to detect whether they are vulnerable.
- Host: GitHub
- URL: https://github.com/3gstudent/Smbtouch-Scanner
- Owner: 3gstudent
- License: bsd-3-clause
- Created: 2017-04-21T01:38:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T01:42:06.000Z (over 3 years ago)
- Last Synced: 2024-08-05T17:42:22.059Z (4 months ago)
- Language: Python
- Size: 682 KB
- Stars: 142
- Watchers: 10
- Forks: 66
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - 3gstudent/Smbtouch-Scanner - Automatically scan the inner network to detect whether they are vulnerable. (Python)
README
# Smbtouch-Scanner
Author: 3gstudent
License: BSD 3-Clause
---
Automatically scan the inner network.Use Smbtouch.exe to detect whether the target is vulnerable.
**List of vulnerabilities:**
- ETERNALBLUE
- ETERNALCHAMPION
- ETERNALROMANCE
- ETERNALSYNERGYProtocol: SMB
Scan port:445
**Note:**
You can also use protocl NBT and port 139,just change the Smbtouch-1.1.1.xml
You can get Smbtouch.exe from this:
https://github.com/x0rz/EQGRP_Lost_in_Translation/blob/master/windows/touches/Smbtouch-1.1.1.exe
or
https://github.com/fuzzbunch/fuzzbunch/blob/master/touches/Smbtouch-1.1.1.exe
More details:
https://3gstudent.github.io/%E5%86%85%E7%BD%91%E5%AE%89%E5%85%A8-%E5%88%A9%E7%94%A8NSA-Smbtouch%E6%89%B9%E9%87%8F%E6%A3%80%E6%B5%8B%E5%86%85%E7%BD%91
---
Maybe need to use multithread to improve efficiency.