Rename nmap example to nmap-web

* Drop unused CSS section
This commit is contained in:
pancho horrillo
2019-10-25 19:21:04 +02:00
parent c29a17d7e4
commit 00770650a8
2 changed files with 1 additions and 7 deletions
@@ -3,12 +3,6 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Nmap</title> <title>Nmap</title>
<style type="text/css">
.wrap {
width: 800px;
margin: 0 auto;
}
</style>
</head> </head>
<body> <body>
<form id="nmap-params" method="post" action="nmap.xml"> <form id="nmap-params" method="post" action="nmap.xml">
+1 -1
View File
@@ -28,7 +28,7 @@
# #
kapow route add -X GET / - <<-'EOF' kapow route add -X GET / - <<-'EOF'
cat nmap.html | kapow set /response/body cat nmap-web.html | kapow set /response/body
EOF EOF
kapow route add -X GET /nmap.xsl - <<-'EOF' kapow route add -X GET /nmap.xsl - <<-'EOF'