diff options
| author | 5epi0l <91630053+5epi0l@users.noreply.github.com> | 2026-02-04 09:59:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-04 09:59:17 +0000 |
| commit | f333cb230472db469aab9a84df4f475819638032 (patch) | |
| tree | 5f953bcc28d48e8d57997a829f1279f66273df44 /auto_nxc_vuln_scanner/README.md | |
| parent | ef349d3832a5ae909462d63f83bf6f8f10bf3023 (diff) | |
| parent | 475ef0b01bd67aa608b0478ea475ad75f4539263 (diff) | |
Merge pull request #7 from RushikeshNerkar820/mainmain
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. |
