summaryrefslogtreecommitdiff
path: root/auto_nxc_vuln_scanner/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'auto_nxc_vuln_scanner/README.md')
-rw-r--r--auto_nxc_vuln_scanner/README.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/auto_nxc_vuln_scanner/README.md b/auto_nxc_vuln_scanner/README.md
new file mode 100644
index 0000000..fe4bf93
--- /dev/null
+++ b/auto_nxc_vuln_scanner/README.md
@@ -0,0 +1,30 @@
+# Auto NXC Scanner
+
+One-command vulnerability scanner using NetExec. Checks 8 critical Windows/AD vulnerabilities.
+
+## Quick Start
+
+```bash
+python3 auto_nxc.py -t 10.10.10.10 # Basic scan
+python3 auto_nxc.py -t 10.10.10.10 -u user -p pass -d domain.local # Authenticated
+```
+
+## Scanned Vulnerabilities
+
+- ✅ **Critical**: zerologon, printnightmare, ms17-010, smbghost, petitpotam, nopac, ntlm_reflection
+- 🔍 **Info**: spooler (service detection)
+
+## Output
+
+Clear results showing:
+- Vulnerable services (marked CRITICAL)
+- Non-vulnerable services
+- Authentication requirements for each check
+
+## Usage
+
+```bash
+python3 auto_nxc.py -t TARGET [-u USERNAME] [-p PASSWORD] [-d DOMAIN]
+```
+
+**Note**: Some checks require credentials. Use only on authorized systems.