Assembla home | Assembla project page
 

Ticket #65 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

No reporting if there's a failure to contact a proxy

Reported by: deity Assigned to: deity
Priority: medium Milestone: Nikto 2.1.0
Component: UI Version: 2.03
Severity: normal Keywords:
Cc:

Description (Last modified by deity)

Raised by Ryan Dewhurst (ryandewhurst@gmail.com):

I got the proxy working by using the -useproxy argument and a working proxy.

This is the output for a non working proxy:

$ perl nikto.pl -useproxy -Display v -host website.com


- Nikto 2.02/2.03 - cirt.net V:Mon Aug 11 21:10:07 2008 - Testing open ports for web servers V:Mon Aug 11 21:10:17 2008 - Checking for HTTP on port xx.xxx.xx.xx:80 V:Mon Aug 11 21:10:27 2008 - Checking for HTTPS on port xx.xxx.xx.xx:80 + No HTTP(s) ports found on iubra.com + 1 host(s) tested

Would be better if the output was more specific.

Change History

02/10/09 22:37:12 changed by deity

  • description changed.

02/10/09 23:39:50 changed by deity

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in revision 108: nikto will now exit with an error message if the proxy is not contactable.