summaryrefslogtreecommitdiff
path: root/auto_nxc_vuln_scanner/README.md
blob: fe4bf933fbdd9f9cb06bc7711d877f10d9906525 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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.