From 80d537e452461c67ff26c0606e5f9f2162dd0666 Mon Sep 17 00:00:00 2001 From: RushikeshNerkar820 Date: Sat, 6 Dec 2025 22:36:30 +0000 Subject: This is nxc automatic vulnerability scanner --- auto_nxc_vuln_scanner/README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 auto_nxc_vuln_scanner/README.md (limited to 'auto_nxc_vuln_scanner/README.md') 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. -- cgit v1.2.3