Rename nmap example to nmap-web
* Drop unused CSS section
This commit is contained in:
@@ -3,12 +3,6 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Nmap</title>
|
||||
<style type="text/css">
|
||||
.wrap {
|
||||
width: 800px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<form id="nmap-params" method="post" action="nmap.xml">
|
||||
Regular → Executable
+1
-1
@@ -28,7 +28,7 @@
|
||||
#
|
||||
|
||||
kapow route add -X GET / - <<-'EOF'
|
||||
cat nmap.html | kapow set /response/body
|
||||
cat nmap-web.html | kapow set /response/body
|
||||
EOF
|
||||
|
||||
kapow route add -X GET /nmap.xsl - <<-'EOF'
|
||||
Reference in New Issue
Block a user