Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 220759 Details for
Bug 292312
net-analyzer/nikto-2.1.1 bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
net-analyzer/nikto/files/nikto-2.1.1-PL.patch
nikto-2.1.1-PL.patch (text/plain), 905 bytes, created by
David Abbott (RETIRED)
on 2010-02-22 21:13:20 UTC
(
hide
)
Description:
net-analyzer/nikto/files/nikto-2.1.1-PL.patch
Filename:
MIME Type:
Creator:
David Abbott (RETIRED)
Created:
2010-02-22 21:13:20 UTC
Size:
905 bytes
patch
obsolete
>--- nikto.pl.orig 2010-02-02 14:28:54.000000000 -0500 >+++ nikto.pl 2010-02-22 15:22:19.000000000 -0500 >@@ -49,7 +49,7 @@ > $NIKTO{'DIV'} = "-" x 75; > $NIKTO{'version'} = "2.1.1"; > $NIKTO{'name'} = "Nikto"; >-$NIKTO{'configfile'} = "/etc/nikto.conf"; ### Change this line if your setup is having trouble finding it >+$NIKTO{'configfile'} = "/etc/nikto/nikto.conf"; ### Change this line if your setup is having trouble finding it > > # read the --config option > { >@@ -85,9 +85,7 @@ > require "$NIKTOCONFIG{'PLUGINDIR'}/nikto_core.plugin"; > nprint("T:$starttime: Starting", "d"); > require "$NIKTOCONFIG{'PLUGINDIR'}/nikto_single.plugin"; >-require "$NIKTOCONFIG{'PLUGINDIR'}/LW2.pm"; >- >-# use LW2; ### Change this line to use a different installed version >+use LW2; > > ($a, $b) = split(/\./, $LW2::VERSION); > die("- You must use LW2 2.4 or later\n") if ($a != 2 || $b < 4);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 292312
:
210094
|
210096
|
210097
|
210173
|
210174
|
210176
|
210231
|
210233
|
210235
|
210237
|
220113
|
220115
|
220213
|
220215
|
220235
|
220237
|
220239
|
220419
|
220421
|
220423
|
220757
| 220759 |
220793