From csullo at gmail.com Sat Jul 2 07:15:37 2011 From: csullo at gmail.com (Sullo) Date: Sat, 2 Jul 2011 08:15:37 -0400 Subject: [Nikto-discuss] multi port, multi server scanning In-Reply-To: <0B3C441220CB76478711EA030584A61BDB32072F86@JIF.infogressive.local> References: <0B3C441220CB76478711EA030584A61BDB32072F86@JIF.infogressive.local> Message-ID: <835161B3-8E03-466A-9ABB-EC8E10210AA8@gmail.com> Sorry for not responding sooner, this got lost in my inbox. Despite major memory usage enhancements by David, it's still one of the larger challenges when using nikto against a long list of hosts/ports. You can try using the nocache option to reduce the amount of data stored, but you might be better off trying to break up the scan into smaller chunks. -Sullo Sent from my iPhone On May 27, 2011, at 1:58 PM, Tristan Lawson wrote: > Good day fellow nikto users, > > > > I am in need of some assistance, I have been trying to get nikto to accept a list of servers to scan on port 80 and it works until it gets to about 15 servers and then it quits. It doesn?t matter if I use a provided list or use nmap live output, it does not work. I have also tried tweaking global perl settings involved in allocation of memory and processing time, and it has made no difference. The system is an intel core 2 duo with 3 GB of DDR2 RAM. > > > > Any help or advise would be very appreciated. > > > > Thanks > > > > Tristan Lawson | Senior Information Security Consultant > > CISSP, OSCP, C|EH, E|CSA, C|HFI, GWAPT, GCIH, GISP, GSEC > > FCNSP, JNCIA, JNCIA-FWV, MCSE Security, A+, Net+, Server+, Security+ > > Office: 402-261-0123 x101 | Email: tristan.lawson at infogressive.com > > Infogressive, Inc. | Aggressive Information Security | http://www.infogressive.com > > > > _______________________________________________ > Nikto-discuss mailing list > Nikto-discuss at attrition.org > https://attrition.org/mailman/listinfo/nikto-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From Marcliste at gmx.de Mon Jul 4 04:08:31 2011 From: Marcliste at gmx.de (Marc Hansen) Date: Mon, 4 Jul 2011 11:08:31 +0200 Subject: [Nikto-discuss] An question to Nikto Message-ID: <201107041108.31676.Marcliste@gmx.de> Hi, may Nikto2 damage a Database/Website, while performing a test? I try to calculate the risk of an scan. Thank you Marc From resident.deity at gmail.com Mon Jul 4 12:39:36 2011 From: resident.deity at gmail.com (a) Date: Mon, 4 Jul 2011 18:39:36 +0100 Subject: [Nikto-discuss] An question to Nikto In-Reply-To: <201107041108.31676.Marcliste@gmx.de> References: <201107041108.31676.Marcliste@gmx.de> Message-ID: I've run nikto on thousands of web servers and never had an integrity or confidentiality issue. None of the checks attempt to insert or alter data. Availability on the other hand, nikto, during its running time, will issue around 6000 calls to the web server. Most servers can easily cope with this, but i have seen some which have problems. On Jul 4, 2011 10:08 AM, "Marc Hansen" wrote: > Hi, > may Nikto2 damage a Database/Website, while performing a test? > > I try to calculate the risk of an scan. > > Thank you > Marc > _______________________________________________ > Nikto-discuss mailing list > Nikto-discuss at attrition.org > https://attrition.org/mailman/listinfo/nikto-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From wkwang at cisco.com Sun Jul 10 19:56:23 2011 From: wkwang at cisco.com (Peter Wang) Date: Sun, 10 Jul 2011 20:56:23 -0400 Subject: [Nikto-discuss] How to disable prompt to send database update? Message-ID: Hi all, We have an automated wrapper script to run Nikto scan. It has been running fine most scenarios. But recently Nikto scan run into a new web server which prompt user to select whether to send information update or not. As our Nikto scan is run in non-interact fashion, so it won?t take any key stroke. Now our script will hang forever. Would like to know if there is any Nikto config where it can disable ?prompt to send info update?. Or is there a CLI option to set ?No? by default. In other hand, may a database update resolve this issue? Thanks, Peter ********************************************************************* Portions of the server's ident string (Apache/2.2.3) are not in the Nikto database or is newer than the known string. Would you like to submit this information (*no server specific data*) to CIRT.net for a Nikto update (or you may email to sullo at cirt.net) (y/n)? -------------- next part -------------- An HTML attachment was scrubbed... URL: From csullo at gmail.com Sun Jul 10 21:34:26 2011 From: csullo at gmail.com (Sullo) Date: Sun, 10 Jul 2011 22:34:26 -0400 Subject: [Nikto-discuss] How to disable prompt to send database update? In-Reply-To: References: Message-ID: See nikto.conf--you probably want to use PROMPTS=no. Also, the -ask option has similar effect as the UPDATES value. # Nikto can submit updated version strings to CIRT.net. It won't do this w/o permission. You should # send updates because it makes the data better for everyone ;) *NO* server specific information # such as IP or name is sent, just the relevant version information. # UPDATES=yes - ask before each submission if it should send # UPDATES=no - don't ask, don't send # UPDATES=auto - automatically attempt submission *without prompting* UPDATES=yes # Prompt... if set to 'no' you'll never be asked for anything. Good for automation. #PROMPTS=no On Sun, Jul 10, 2011 at 8:56 PM, Peter Wang wrote: > Hi all, > > We have an automated wrapper script to run Nikto scan. It has been running > fine most scenarios. But recently Nikto scan run into a new web server which > prompt user to select whether to send information update or not. As our > Nikto scan is run in non-interact fashion, so it won?t take any key stroke. > Now our script will hang forever. > > Would like to know if there is any Nikto config where it can disable ?prompt > to send info update?. ?Or is there a CLI option to set ?No? by default. In > other hand, may a database update resolve this issue? > > Thanks, > Peter > > > ********************************************************************* > > ???Portions of the server's ident string (Apache/2.2.3) are not in > > ???the Nikto database or is newer than the known string. Would you like > > ???to submit this information (*no server specific data*) to CIRT.net > > ???for a Nikto update (or you may email to sullo at cirt.net) (y/n)? > _______________________________________________ > Nikto-discuss mailing list > Nikto-discuss at attrition.org > https://attrition.org/mailman/listinfo/nikto-discuss > > -- http://www.cirt.net? ?? |? ? ? http://www.osvdb.org/ From bperry.volatile at gmail.com Sun Jul 10 21:41:34 2011 From: bperry.volatile at gmail.com (Brandon Perry) Date: Sun, 10 Jul 2011 21:41:34 -0500 Subject: [Nikto-discuss] How to disable prompt to send database update? In-Reply-To: References: Message-ID: If for some reason none of those work, I hacked around this before knowing the real answer like this. echo "n\r" | nikto ... Of course this would be supported at all, and could break on a whim. On Jul 10, 2011 9:34 PM, "Sullo" wrote: See nikto.conf--you probably want to use PROMPTS=no. Also, the -ask option has similar effect as the UPDATES value. # Nikto can submit updated version strings to CIRT.net. It won't do this w/o permission. You should # send updates because it makes the data better for everyone ;) *NO* server specific information # such as IP or name is sent, just the relevant version information. # UPDATES=yes - ask before each submission if it should send # UPDATES=no - don't ask, don't send # UPDATES=auto - automatically attempt submission *without prompting* UPDATES=yes # Prompt... if set to 'no' you'll never be asked for anything. Good for automation. #PROMPTS=no On Sun, Jul 10, 2011 at 8:56 PM, Peter Wang wrote: > Hi all, > > We have an aut... > _______________________________________________ > Nikto-discuss mailing list > Nikto-discuss at attrition.org > https://attrition.org/mailman/listinfo/nikto-discuss > > -- http://www.cirt.net | http://www.osvdb.org/ _______________________________________________ Nikto-discuss mailing list Nikto-discuss at attrition.org https://attrition.org/mailman/listinfo/nikto-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From bperry.volatile at gmail.com Sun Jul 10 21:42:40 2011 From: bperry.volatile at gmail.com (Brandon Perry) Date: Sun, 10 Jul 2011 21:42:40 -0500 Subject: [Nikto-discuss] How to disable prompt to send database update? In-Reply-To: References: Message-ID: Wouldn't*** On Jul 10, 2011 9:41 PM, "Brandon Perry" wrote: If for some reason none of those work, I hacked around this before knowing the real answer like this. echo "n\r" | nikto ... Of course this would be supported at all, and could break on a whim. > > On Jul 10, 2011 9:34 PM, "Sullo" wrote: > > See nikto.conf--you probably wan... > > > > On Sun, Jul 10, 2011 at 8:56 PM, Peter Wang wrote: > > Hi all, > > > We have an aut... > > > _______________________________________________ > > Nikto-discuss mailing list > > Nikto-disc... -------------- next part -------------- An HTML attachment was scrubbed... URL: From jabra at spl0it.org Mon Jul 11 21:37:00 2011 From: jabra at spl0it.org (Joshua Abraham) Date: Mon, 11 Jul 2011 22:37:00 -0400 Subject: [Nikto-discuss] How to disable prompt to send database update? In-Reply-To: References: Message-ID: yes no | ./nitko [options] hehe. On Sun, Jul 10, 2011 at 10:42 PM, Brandon Perry wrote: > Wouldn't*** > > On Jul 10, 2011 9:41 PM, "Brandon Perry" wrote: > > If for some reason none of those work, I hacked around this before knowing > the real answer like this. > > echo "n\r" | nikto ... > > Of course this would be supported at all, and could break on a whim. > >> >> On Jul 10, 2011 9:34 PM, "Sullo" wrote: >> >> See nikto.conf--you probably wan... > >> >> >> >> On Sun, Jul 10, 2011 at 8:56 PM, Peter Wang wrote: >> > Hi all, >> > > >> We have an aut... > >> >> > _______________________________________________ >> > Nikto-discuss mailing list >> > Nikto-disc... > > _______________________________________________ > Nikto-discuss mailing list > Nikto-discuss at attrition.org > https://attrition.org/mailman/listinfo/nikto-discuss > > From resident.deity at gmail.com Thu Jul 21 17:30:57 2011 From: resident.deity at gmail.com (a) Date: Thu, 21 Jul 2011 23:30:57 +0100 Subject: [Nikto-discuss] multi port, multi server scanning In-Reply-To: <835161B3-8E03-466A-9ABB-EC8E10210AA8@gmail.com> References: <0B3C441220CB76478711EA030584A61BDB32072F86@JIF.infogressive.local> <835161B3-8E03-466A-9ABB-EC8E10210AA8@gmail.com> Message-ID: On 2 July 2011 13:15, Sullo wrote: > You > can try using the nocache option to reduce the amount of data stored, but > you might be better off trying to break up the scan into smaller chunks. I think that this will be your problem; for some strange reason we keep the cache throughout the lifetime of the scan, even through we use the target details to key on the cache. The only advantage to doing this is if you repeat scan a server within the same instance of Nikto, which is unlikely. I've raised this as bug #219. For now you can work around this by disabling the cache by using -nocache.