Add XML Output to Scan-Lan
This commit is contained in:
parent
9bd6104afc
commit
6c2ae0444b
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
.vscode/
|
||||
*.log
|
||||
*.log
|
||||
nmap.xml
|
@ -23,4 +23,4 @@ else
|
||||
cidr="$1"
|
||||
fi
|
||||
|
||||
nmap -sS -T4 -A $cidr -oN nmap.log
|
||||
nmap -sS -T4 -A $cidr -oN nmap.log -oX nmap.xml
|
Loading…
Reference in New Issue
Block a user