From a73e960869b8c030ef2ebdf79bed1c20624fce84 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 9 Aug 2025 06:11:00 -0600 Subject: [PATCH] got sick as fuck looking for my pis --- customscripts/FIND_THE_DAMN_PI | 7 +++++++ customscripts/FIND_THE_DAMN_PI_HARDCORE | 8 ++++++++ 2 files changed, 15 insertions(+) create mode 100644 customscripts/FIND_THE_DAMN_PI create mode 100644 customscripts/FIND_THE_DAMN_PI_HARDCORE 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