Saturday 20 February 2016

php tool for network scanning

Hostscan is a php tool which allows you to scan specific range of hosts, mostly for information gathering and testing for weak passwords. I guess it's a pentest tool, i'd created it to automate some tests that i often do. Since it's PHP, it works quite slowly compared to client-side soft. 


How to install : 

step1 :
           




step 2 : Start the apache server   

step 3 : Copy the hostscan.php file and past in /var/www path  

step 4 : The type url : localhost/hostscan.php  
          
              


step 5 : After the scanning completed see the results in general info and ip address 
         
            





step 6 : it use Brute force attack automatically