Files

17 lines
421 B
PHP
Raw Permalink Normal View History

2014-06-03 19:11:13 +02:00
<?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 IP-number is clicked it is automatically
2014-06-03 19:11:13 +02:00
port scanned and the results show up on the webpage. That's pretty much all
there is to it.
</p>
</body>
</html>