diff options
Diffstat (limited to 'network/nikto/README')
-rw-r--r-- | network/nikto/README | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/network/nikto/README b/network/nikto/README index 1717eb85e8..dd6aab187d 100644 --- a/network/nikto/README +++ b/network/nikto/README @@ -1,17 +1,17 @@ -Nikto is an Open Source (GPL) web server scanner which performs comprehensive -tests against web servers for multiple items, including over 3500 potentially -dangerous files/CGIs, versions on over 900 servers, and version specific -problems on over 250 servers. Scan items and plugins are frequently updated and -can be automatically updated (if desired). +Nikto is an Open Source (GPL) web server scanner which performs +comprehensive tests against web servers for multiple items, including +over 3500 potentially dangerous files/CGIs, versions on over 900 servers, +and version specific problems on over 250 servers. Scan items and plugins +are frequently updated and can be automatically updated (if desired). -Nikto requires libwhisker2 and Net-SSLeay perl modules, both of which are -available in the SlackBuilds.org repository. +Nikto requires libwhisker2 and Net-SSLeay perl modules, both of which +are available in the SlackBuilds.org repository. -WARNING: if you're updating from 2.03 to 2.1.0 keep in mind that the -configuration file have been changed from the old location -/etc/nikto/config.txt (a debianism I introduced to work around the config.txt -unspecified location) to the newer, official /etc/nikto.conf. +WARNING: if you're updating from 2.03 to 2.1.0 keep in mind that +the configuration file have been changed from the old location +/etc/nikto/config.txt (a debianism I introduced to work around the +config.txt unspecified location) to the newer, official /etc/nikto.conf. Speaking of debianism: I removed the symolic link /usr/bin/nikto creation, -upgradepkg will not rm it but newer installs will not have it anymore. If you -like the link and want to retain it in future updates, just uncomment the -needed lines inside the SlackBuild. +upgradepkg will not rm it but newer installs will not have it anymore. If +you like the link and want to retain it in future updates, just uncomment +the needed lines inside the SlackBuild. |