From kristen.eisenberg at yahoo.com Fri Feb 10 04:29:38 2012 From: kristen.eisenberg at yahoo.com (Kristen Eisenberg) Date: Fri, 10 Feb 2012 02:29:38 -0800 (PST) Subject: [Nikto-discuss] Bug: Nikto eating input from non-tty stdin Message-ID: <1328869778.45770.YahooMailNeo@web122310.mail.ne1.yahoo.com> Nikto eats characters from stdin, which is undesirable when this is not a tty. For instance, the following Bourne shell script fragment will not work: generateTargets | while read -r TARGET; do nikto.pl -Display V -Format txt -host "$TARGET" -output nikto-"$TARGET".txt done After the first host, one or more characters from the beginning of "$TARGET" may be cut for the following target. Kristen Eisenberg Billige Fl?ge Marketing GmbH Emanuelstr. 3, 10317 Berlin Deutschland Telefon: +49 (33) 5310967 Email: utebachmeier at gmail.com Site: http://flug.airego.de - Billige Fl?ge vergleichen -------------- next part -------------- An HTML attachment was scrubbed... URL: From David_Barger at chs.net Tue Feb 21 08:28:50 2012 From: David_Barger at chs.net (Barger, David) Date: Tue, 21 Feb 2012 14:28:50 +0000 Subject: [Nikto-discuss] Nikto Scan Question Message-ID: <9EB56326CA5E36469DFAEF352311D74165B4A9@TN001WEXMBX02.US.chs.net> I have set Nikto to scan all the URL's in a text file I have. There are about 200 URL's in the file. Nikto will start the scan and scan through the first 7 or 8 and then return to the screen the message "Killed", and the scan stops. Any ideas as to why this is happening. I also have it scanning each URL with multiple ports. Thanks -------------------------------------------------------------------------- Disclaimer: This electronic message may contain information that is Proprietary, Confidential, or legally privileged or protected. It is intended only for the use of the individual(s) and entity named in the message. If you are not an intended recipient of this message, please notify the sender immediately and delete the material from your computer. Do not deliver, distribute or copy this message and do not disclose its contents or take any action in reliance on the information it contains. -------------- next part -------------- An HTML attachment was scrubbed... URL: From csullo at gmail.com Tue Feb 21 11:55:22 2012 From: csullo at gmail.com (Sullo) Date: Tue, 21 Feb 2012 12:55:22 -0500 Subject: [Nikto-discuss] Nikto Scan Question In-Reply-To: <9EB56326CA5E36469DFAEF352311D74165B4A9@TN001WEXMBX02.US.chs.net> References: <9EB56326CA5E36469DFAEF352311D74165B4A9@TN001WEXMBX02.US.chs.net> Message-ID: Specifically I can't say why it's happening based on that, but given the number of sites/ports you might be better off running them individually in a bash script. This will let perl free up memory between each set of host+port combinations. at the simplest level, just have a sh file with lines like this in it: ./nikto.pl -h example.com -p80,443 -o output.html but obviously you can get fancier from there with options and whatnot. If you have them go to multiple output files (one per host for example) you can also run multiple sh scripts at the same time to do a bit more in parallel. -Sullo On Tue, Feb 21, 2012 at 9:28 AM, Barger, David wrote: > I have set Nikto to scan all the URL?s in a text file I have. There are > about 200 URL?s in the file. Nikto will start the scan and scan through the > first 7 or 8 and then return to the screen the message ?Killed?, and the > scan stops. ?Any ideas as to why this is happening. I also have it scanning > each URL with multiple ports. > > > > Thanks > > > > ________________________________ > > Disclaimer: This electronic message may contain information that is > Proprietary, Confidential, or legally privileged or protected. It is > intended only for the use of the individual(s) and entity named in the > message. If you are not an intended recipient of this message, please notify > the sender immediately and delete the material from your computer. Do not > deliver, distribute or copy this message and do not disclose its contents or > take any action in reliance on the information it contains. > > > _______________________________________________ > Nikto-discuss mailing list > Nikto-discuss at attrition.org > https://attrition.org/mailman/listinfo/nikto-discuss > -- http://www.cirt.net? ?? |? ? ? http://richsec.com/