got sick as fuck looking for my pis

This commit is contained in:
2025-08-09 06:11:00 -06:00
parent 2d6c2a73a5
commit a73e960869
2 changed files with 15 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
out_file="/tmp/nmap.xml"
nmap -vv -T4 10.0.0.0/24 -oX $out_file --stylesheet https://h.acker.is/nmaprincesspi/xsl/princesspi-nmap.xsl
webhook bootup
echo "file: $out_file"
+8
View File
@@ -0,0 +1,8 @@
out_file="/tmp/nmap.xml"
nmap -vv -Pn -A -T4 10.0.0.0/24 -oX $out_file --stylesheet https://h.acker.is/nmaprincesspi/xsl/princesspi-nmap.xsl
webhook bootup
echo "file: $out_file"