First version of Hosts Up ready and working
This commit is contained in:
16
help.php
Normal file
16
help.php
Normal 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>
|
||||
|
Reference in New Issue
Block a user