Add XML Output to Scan-Lan

This commit is contained in:
Benjamin Hays 2024-02-19 12:09:59 -05:00
parent 9bd6104afc
commit 6c2ae0444b
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.vscode/ .vscode/
*.log *.log
nmap.xml

View File

@ -23,4 +23,4 @@ else
cidr="$1" cidr="$1"
fi fi
nmap -sS -T4 -A $cidr -oN nmap.log nmap -sS -T4 -A $cidr -oN nmap.log -oX nmap.xml