uopdoots and pretties
This commit is contained in:
+4
-3
@@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# alias nmap="/var/www/html/nmaprincesspi"
|
||||||
scansPath="/var/www/html/nmap-scans"
|
scansPath="/var/www/html/nmap-scans"
|
||||||
fileName="nmap-$(date +%Y%m%d-%H%M%S).xml"
|
fileName="nmap-$(date +%Y%m%d-%H%M%S).xml"
|
||||||
filePath="$scansPath/$fileName"
|
filePath="$scansPath/$fileName"
|
||||||
@@ -6,8 +7,8 @@ webPath="http://10.0.0.51/nmap-scans/$fileName"
|
|||||||
|
|
||||||
cmd="nmap -oX \"$filePath\" --stylesheet \"/nmaprincesspi/xsl/princesspi-nmap.xsl\" $*"
|
cmd="nmap -oX \"$filePath\" --stylesheet \"/nmaprincesspi/xsl/princesspi-nmap.xsl\" $*"
|
||||||
|
|
||||||
echo -e "\nRunning: $cmd"
|
echo -e "\n\nRunning:\n\t$cmd"
|
||||||
echo -e "Report Saving to: $webPath\n\n"
|
echo -e "Report Saving to\n\t$webPath\n\n"
|
||||||
eval "$cmd"
|
eval "$cmd"
|
||||||
|
|
||||||
echo -e "Done!\n\nReport Visible at $webPath\n\n"
|
echo -e "\n\nReport Visible at $webPath"
|
||||||
+22
-22
@@ -81,7 +81,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "Comic-Code-Regular" "Comic Sans MS", "Comic Sans", sans-serif;
|
font-family: "Comic-Code-Regular","Comic Sans MS", "Comic Sans", sans-serif;
|
||||||
background-color: #FFDDDD;
|
background-color: #FFDDDD;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -146,7 +146,7 @@
|
|||||||
@media screen
|
@media screen
|
||||||
{
|
{
|
||||||
body {
|
body {
|
||||||
font-family: "Comic-Code-Regular" "Comic Sans MS", "Comic Sans", sans-serif;
|
font-family: "Comic-Code-Regular", "Comic Sans MS", "Comic Sans", sans-serif;
|
||||||
background-image: url('/nmaprincesspi/img/princesspi-large-alpha-transparency-more-faded.png');
|
background-image: url('/nmaprincesspi/img/princesspi-large-alpha-transparency-more-faded.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-color: #FFDDDD;
|
background-color: #FFDDDD;
|
||||||
@@ -162,9 +162,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-family: "Comic-Code-Regular" "Comic Sans MS", "Comic Sans", sans-serif;
|
font-family: "Comic-Code-Regular", "Comic Sans MS", "Comic Sans", sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 14pt;
|
font-size: 2em;
|
||||||
color: #800080;
|
color: #800080;
|
||||||
background-color: #FFB4C0;
|
background-color: #FFB4C0;
|
||||||
margin: 10px 0 0 0;
|
margin: 10px 0 0 0;
|
||||||
@@ -175,9 +175,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-family: "Comic-Code-Regular" "Comic Sans MS", "Comic Sans", sans-serif;
|
font-family: "Comic-Code-Regular","Comic Sans MS", "Comic Sans", sans-serif;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
font-size: 11pt;
|
font-size: 1.7em;
|
||||||
color: #800080;
|
color: #800080;
|
||||||
margin:30px 0px 0px 0px;
|
margin:30px 0px 0px 0px;
|
||||||
padding:4px;
|
padding:4px;
|
||||||
@@ -199,9 +199,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-family: "Comic-Code-Regular" "Comic Sans MS", "Comic Sans", sans-serif;
|
font-family: "Comic-Code-Regular","Comic Sans MS", "Comic Sans", sans-serif;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
font-size: 10pt;
|
font-size: 1.5em;
|
||||||
color: #800080;
|
color: #800080;
|
||||||
background-color: #FFB4C0;
|
background-color: #FFB4C0;
|
||||||
width: 75%;
|
width: 75%;
|
||||||
@@ -209,8 +209,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-family: "Comic-Code-Regular" "Comic Sans MS", "Comic Sans", sans-serif;
|
font-family: "Comic-Code-Regular", "Comic Sans MS", "Comic Sans", sans-serif;
|
||||||
font-size: 8pt;
|
font-size: 1em;
|
||||||
color: #800080;
|
color: #800080;
|
||||||
background-color: #FFB4C0;
|
background-color: #FFB4C0;
|
||||||
width: 75%;
|
width: 75%;
|
||||||
@@ -218,15 +218,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
p i {
|
p i {
|
||||||
font-family: "Comic-Code-Regular" "Comic Sans MS", "Comic Sans", sans-serif;
|
font-family: "Comic-Code-Regular", "Comic Sans MS", "Comic Sans", sans-serif;
|
||||||
font-size: 8pt;
|
font-size: 1em;
|
||||||
color: #800080;
|
color: #800080;
|
||||||
background-color: #FFEEEE;
|
background-color: #FFEEEE;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
font-family: "Comic-Code-Regular" "Comic Sans MS", "Comic Sans", sans-serif;
|
font-family: "Comic-Code-Regular","Comic Sans MS", "Comic Sans", sans-serif;
|
||||||
font-size: 8pt;
|
font-size: 1em;
|
||||||
color: #800080;
|
color: #800080;
|
||||||
background-color: #FFB4C0;
|
background-color: #FFB4C0;
|
||||||
width: 75%;
|
width: 75%;
|
||||||
@@ -234,18 +234,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
font-family: "Comic-Code-Regular" "Comic Sans MS", "Comic Sans", sans-serif;
|
font-family: "Comic-Code-Regular","Comic Sans MS", "Comic Sans", sans-serif;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 8pt;
|
font-size: 1em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background-color: #FFB4C0;
|
background-color: #FFB4C0;
|
||||||
color: #800080;
|
color: #800080;
|
||||||
}
|
}
|
||||||
|
|
||||||
li a {
|
li a {
|
||||||
font-family: "Comic-Code-Regular" "Comic Sans MS", "Comic Sans", sans-serif;
|
font-family: "Comic-Code-Regular","Comic Sans MS", "Comic Sans", sans-serif;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 10pt;
|
font-size: 1em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background-color: #FFB4C0;
|
background-color: #FFB4C0;
|
||||||
color: #800080;
|
color: #800080;
|
||||||
@@ -269,8 +269,8 @@
|
|||||||
|
|
||||||
tr {
|
tr {
|
||||||
vertical-align:top;
|
vertical-align:top;
|
||||||
font-family: "Comic-Code-Regular" "Comic Sans MS", "Comic Sans", sans-serif;
|
font-family: "Comic-Code-Regular","Comic Sans MS", "Comic Sans", sans-serif;
|
||||||
font-size: 8pt;
|
font-size: 1em;
|
||||||
color: #800080;
|
color: #800080;
|
||||||
background-color: #FFB4C0;
|
background-color: #FFB4C0;
|
||||||
}
|
}
|
||||||
@@ -314,8 +314,8 @@
|
|||||||
|
|
||||||
#menubox {
|
#menubox {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0px;
|
bottom: 0;
|
||||||
right: 0px;
|
right: 0;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user