From raymond_pluto at hotmail.com Fri Jun 20 23:47:04 2014 From: raymond_pluto at hotmail.com (raymond lukanta) Date: Sat, 21 Jun 2014 11:47:04 +0700 Subject: [Nikto-discuss] Nikto Plugin Tutorial Message-ID: Hi All, I want to create new Nikto plugin. I've been googling but what I found was this book:http://books.google.co.id/books?id=iV8DRekYvg0C&printsec=frontcover&dq=Network+Security+Tools:+Writing,+Hacking,+and+Modifying+Security+Tools&hl=en&sa=X&ei=xAylU4DPGc7JuAS39YCwCA&ved=0CBsQ6AEwAA#v=onepage&q&f=false On page 86, the author give some explanation, but I think the author use the older Nikto version. Is there anybody have some tutorial that I can follow? Thanks. --Raymond L -------------- next part -------------- An HTML attachment was scrubbed... URL: From csullo at gmail.com Sat Jun 21 08:54:40 2014 From: csullo at gmail.com (csullo at gmail.com) Date: Sat, 21 Jun 2014 09:54:40 -0400 Subject: [Nikto-discuss] Nikto Plugin Tutorial In-Reply-To: References: Message-ID: <581AC794-9C83-40BA-AA0E-A4F17FA080E9@gmail.com> Raymond I don't know of a full tutorial other than the docs (http://cirt.net/nikto2-docs/expanding.html#id2792681) on it. You might start with an existing plugin which has similar functionality and start modifying it. Feel free to post questions as well! Regards, Sullo > On Jun 21, 2014, at 12:47 AM, raymond lukanta wrote: > > Hi All, > > I want to create new Nikto plugin. > > I've been googling but what I found was this book: > http://books.google.co.id/books?id=iV8DRekYvg0C&printsec=frontcover&dq=Network+Security+Tools:+Writing,+Hacking,+and+Modifying+Security+Tools&hl=en&sa=X&ei=xAylU4DPGc7JuAS39YCwCA&ved=0CBsQ6AEwAA#v=onepage&q&f=false > > On page 86, the author give some explanation, but I think the author use the older Nikto version. > > Is there anybody have some tutorial that I can follow? > > Thanks. > -- > Raymond L > _______________________________________________ > Nikto is sponsored by Netsparker, a false positive free web application security scanner. > Visit https://www.netsparker.com/ for more information. > _______________________________________________ > Nikto-discuss mail list > Nikto-discuss at attrition.org > https://attrition.org/mailman/listinfo/nikto-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From raymond_pluto at hotmail.com Wed Jun 25 05:54:00 2014 From: raymond_pluto at hotmail.com (raymond lukanta) Date: Wed, 25 Jun 2014 17:54:00 +0700 Subject: [Nikto-discuss] Nikto Debugger Message-ID: Dear All, What is the suitable debugger for developing Nikto? I've tried Epic, but it skip the break point if I put a break point on different module (example on /plugins/nikto_core.plugin).Anyone ever face the same problem? Thanks. --Raymond L -------------- next part -------------- An HTML attachment was scrubbed... URL: From csullo at gmail.com Wed Jun 25 11:32:09 2014 From: csullo at gmail.com (Sullo) Date: Wed, 25 Jun 2014 12:32:09 -0400 Subject: [Nikto-discuss] Nikto Debugger In-Reply-To: References: Message-ID: Good or bad, I don't use any kind of IDE/debugger when developing. I've used the built in perl debugger before and it's... less than easy! On Wed, Jun 25, 2014 at 6:54 AM, raymond lukanta wrote: > Dear All, > > What is the suitable debugger for developing Nikto? > > I've tried Epic, but it skip the break point if I put a break point on > different module (example on /plugins/nikto_core.plugin). > Anyone ever face the same problem? > > Thanks. > > -- > Raymond L > > _______________________________________________ > Nikto is sponsored by Netsparker, a false positive free web application > security scanner. > Visit https://www.netsparker.com/ for more information. > _______________________________________________ > Nikto-discuss mail list > Nikto-discuss at attrition.org > https://attrition.org/mailman/listinfo/nikto-discuss > -- http://www.cirt.net | http://richsec.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From robin at digi.ninja Wed Jun 25 14:52:14 2014 From: robin at digi.ninja (Robin Wood) Date: Wed, 25 Jun 2014 20:52:14 +0100 Subject: [Nikto-discuss] Nikto Debugger In-Reply-To: References: Message-ID: On 25 June 2014 11:54, raymond lukanta wrote: > Dear All, > > What is the suitable debugger for developing Nikto? > > I've tried Epic, but it skip the break point if I put a break point on > different module (example on /plugins/nikto_core.plugin). > Anyone ever face the same problem? print and exit tend to work the best I reckon. Robin > Thanks. > > -- > Raymond L > > _______________________________________________ > Nikto is sponsored by Netsparker, a false positive free web application > security scanner. > Visit https://www.netsparker.com/ for more information. > _______________________________________________ > Nikto-discuss mail list > Nikto-discuss at attrition.org > https://attrition.org/mailman/listinfo/nikto-discuss From jim.lehman at interactivedata.com Wed Jun 25 15:57:40 2014 From: jim.lehman at interactivedata.com (Lehman, Jim) Date: Wed, 25 Jun 2014 20:57:40 +0000 Subject: [Nikto-discuss] Nikto Debugger In-Reply-To: References: Message-ID: <6FBCE5B3EB40334992BFA49270064D29D12A2F18@swpma1exmail02.idco.intdata.com> For those more long term / problematic perl apps I use a debug flag along with the print and exit statements. This allows me to turn debug on and off. $debug=1 If($debug) { Print $_ etc } -----Original Message----- From: nikto-discuss-bounces at attrition.org [mailto:nikto-discuss-bounces at attrition.org] On Behalf Of Robin Wood Sent: Wednesday, June 25, 2014 12:52 PM To: raymond lukanta Cc: nikto-discuss at attrition.org Subject: Re: [Nikto-discuss] Nikto Debugger On 25 June 2014 11:54, raymond lukanta wrote: > Dear All, > > What is the suitable debugger for developing Nikto? > > I've tried Epic, but it skip the break point if I put a break point > on different module (example on /plugins/nikto_core.plugin). > Anyone ever face the same problem? print and exit tend to work the best I reckon. Robin > Thanks. > > -- > Raymond L > > _______________________________________________ > Nikto is sponsored by Netsparker, a false positive free web > application security scanner. > Visit https://www.netsparker.com/ for more information. > _______________________________________________ > Nikto-discuss mail list > Nikto-discuss at attrition.org > https://attrition.org/mailman/listinfo/nikto-discuss _______________________________________________ Nikto is sponsored by Netsparker, a false positive free web application security scanner. Visit https://www.netsparker.com/ for more information. _______________________________________________ Nikto-discuss mail list Nikto-discuss at attrition.org https://attrition.org/mailman/listinfo/nikto-discuss ******************************************************* This message (including any files transmitted with it) may contain confidential and/or proprietary information, is the property of Interactive Data Corporation and/or its subsidiaries, and is directed only to the addressee(s). If you are not the designated recipient or have reason to believe you received this message in error, please delete this message from your system and notify the sender immediately. An unintended recipient's disclosure, copying, distribution, or use of this message or any attachments is prohibited and may be unlawful. *******************************************************