diff --git a/customscripts/FIND_THE_DAMN_PI b/customscripts/FIND_THE_DAMN_PI new file mode 100644 index 0000000..bcd3ca8 --- /dev/null +++ b/customscripts/FIND_THE_DAMN_PI @@ -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" \ No newline at end of file diff --git a/customscripts/FIND_THE_DAMN_PI_HARDCORE b/customscripts/FIND_THE_DAMN_PI_HARDCORE new file mode 100644 index 0000000..a66b5f4 --- /dev/null +++ b/customscripts/FIND_THE_DAMN_PI_HARDCORE @@ -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" \ No newline at end of file