From 97f61c7dafec5db85c3515fe0866d06291c1317e Mon Sep 17 00:00:00 2001 From: hPrnicessPi3 Date: Thu, 15 May 2025 14:44:28 -0600 Subject: [PATCH] making progress, moved some stuff around --- .gitignore | 1 + index.php | 8 +++++++- run_scan.php | 17 +++++++++++++++++ {css/fonts => xsl}/princesspi-nmap.xsl | 0 4 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 run_scan.php rename {css/fonts => xsl}/princesspi-nmap.xsl (100%) diff --git a/.gitignore b/.gitignore index 338647f..ff20fc0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ scans/* scratch* *.bak* *.old* +demo.html \ No newline at end of file diff --git a/index.php b/index.php index 1598507..b2ddc50 100644 --- a/index.php +++ b/index.php @@ -9,6 +9,12 @@ Princess Pi's Magical Nmap Web Thingy! -

Princess Pi's Magical Nmap Web Thingy!

+

Princess Pi's Magical Nmap Web Thingy!

+
+ +
+ + +
\ No newline at end of file diff --git a/run_scan.php b/run_scan.php new file mode 100644 index 0000000..0d734d5 --- /dev/null +++ b/run_scan.php @@ -0,0 +1,17 @@ + \ No newline at end of file diff --git a/css/fonts/princesspi-nmap.xsl b/xsl/princesspi-nmap.xsl similarity index 100% rename from css/fonts/princesspi-nmap.xsl rename to xsl/princesspi-nmap.xsl