[Nikto-discuss] Nikto Debugger

Lehman, Jim jim.lehman at interactivedata.com
Wed Jun 25 15:57:40 CDT 2014


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 <raymond_pluto at hotmail.com> 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. 
*******************************************************



More information about the Nikto-discuss mailing list