mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
122b9a7bdb
- Add MASTER_SITES mirrors - Use USE_PERL and reinplace hardcoded path for perl - OPTIONally run-depend on security/p5-Net-SSLeay and security/nmap - Install config.txt as nikto.conf (and replace references to config.txt in all appropriate places) - Use INSTALL_DATA for plugins - Bump PORTREVISION - Pass maintainership to submitter - Make some changes to preserve nikto.conf when it's changed and install nikto.conf.sample [1] PR: 90344 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Reviewed by: garga [1]
25 lines
794 B
Plaintext
25 lines
794 B
Plaintext
bin/nikto
|
|
@unexec if cmp -s %D/etc/nikto.conf %D/etc/nikto.conf.sample; then rm -f %D/etc/nikto.conf; fi
|
|
etc/nikto.conf.sample
|
|
@exec [ -f %B/nikto.conf ] || cp %B/%f %B/nikto.conf
|
|
%%DATADIR%%/nikto_mutate.plugin
|
|
%%DATADIR%%/nikto_outdated.plugin
|
|
%%DATADIR%%/nikto_apacheusers.plugin
|
|
%%DATADIR%%/nikto_passfiles.plugin
|
|
%%DATADIR%%/nikto_httpoptions.plugin
|
|
%%DATADIR%%/nikto_msgs.plugin
|
|
%%DATADIR%%/server_msgs.db
|
|
%%DATADIR%%/outdated.db
|
|
%%DATADIR%%/scan_database.db
|
|
%%DATADIR%%/nikto_core.plugin
|
|
%%DATADIR%%/nikto_headers.plugin
|
|
%%DATADIR%%/nikto_plugin_order.txt
|
|
%%DATADIR%%/nikto_realms.plugin
|
|
%%DATADIR%%/nikto_robots.plugin
|
|
%%DATADIR%%/nikto_user_enum_apache.plugin
|
|
%%DATADIR%%/nikto_user_enum_cgiwrap.plugin
|
|
%%DATADIR%%/realms.db
|
|
%%DATADIR%%/servers.db
|
|
%%DATADIR%%/LW.pm
|
|
@dirrm %%DATADIR%%
|