First version of Hosts Up ready and working

This commit is contained in:
2014-06-03 19:11:13 +02:00
parent 2f2e8d9185
commit df0d784126
11 changed files with 206 additions and 60 deletions

16
help.php Normal file
View File

@@ -0,0 +1,16 @@
<?php
include ("htmlblock.html");
?>
<h1>Help</h1>
<p class="text">
When entering the Hosts Up webpage it scans the network specified in the
index.php file ($network variable) and displays all live hosts. The scan is a
simple ping sweep performed by Nmap. When a host is clicked it is automatically
port scanned and the results show up on the webpage. That's pretty much all
there is to it.
</p>
</body>
</html>