Has anyone experienced the following issue? Any ideas/insight?<br><br>Dashed ranges appear to be broken, i.e.:<br><br>$ perl nikto.pl -findonly -h <a href="http://host.com">host.com</a> -p 80-82<br>---------------------------------------------------------------------------<br>
- Nikto 2.02/2.03&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://cirt.net">cirt.net</a><br>+ No HTTP(s) server found on <a href="http://host.com">host.com</a> / 80-82<br>+ 1 host(s) tested<br><br>Comma separated ranges seem to work:<br><br>$ perl nikto.pl -findonly -h <a href="http://host.com">host.com</a> -p 80,81,82<br>
---------------------------------------------------------------------------<br>- Nikto 2.02/2.03&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://cirt.net">cirt.net</a><br>+ Server: <a href="http://host.com:80">http://host.com:80</a>&nbsp;&nbsp;&nbsp;&nbsp; Microsoft-IIS/6.0<br>
+ No HTTP(s) server found on <a href="http://host.com">host.com</a> / 81<br>+ No HTTP(s) server found on <a href="http://host.com">host.com</a> / 82<br>+ 1 host(s) tested<br><br>Single ports seem to work:<br><br>$ perl nikto.pl -findonly -h <a href="http://host.com">host.com</a> -p 80<br>
---------------------------------------------------------------------------<br>- Nikto 2.02/2.03&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://cirt.net">cirt.net</a><br>+ Server: <a href="http://host.com:80">http://host.com:80</a>&nbsp;&nbsp;&nbsp;&nbsp; Microsoft-IIS/6.0<br>
+ 1 host(s) tested<br><br>