diff options
| author | RushikeshNerkar820 <rushikeshnerkar16@gmail.com> | 2025-12-06 22:36:30 +0000 |
|---|---|---|
| committer | RushikeshNerkar820 <rushikeshnerkar16@gmail.com> | 2025-12-06 22:36:30 +0000 |
| commit | 80d537e452461c67ff26c0606e5f9f2162dd0666 (patch) | |
| tree | ee5154a63d4d2f64ba8104c1ad9b88a28f4a2c3f /auto_nxc_vuln_scanner/README.md | |
| parent | 0940f8c0b7136213c68cd871112854959ef8e279 (diff) | |
This is nxc automatic vulnerability scanner
Diffstat (limited to 'auto_nxc_vuln_scanner/README.md')
| -rw-r--r-- | auto_nxc_vuln_scanner/README.md | 30 |
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. |
