diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-02-18 11:44:47 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-02-18 11:44:47 +0000 |
commit | d7f0685c791bd61a7f2d902d8fce2e0b5a8ee15a (patch) | |
tree | ea1b1c9b19cc4227a610101da2ffb33bf97f72cd /security/nikto/pkg-plist | |
parent | 3d4d715ad0655cc2dc4533728407c30a8a86c800 (diff) |
Notes
Diffstat (limited to 'security/nikto/pkg-plist')
-rw-r--r-- | security/nikto/pkg-plist | 46 |
1 files changed, 26 insertions, 20 deletions
diff --git a/security/nikto/pkg-plist b/security/nikto/pkg-plist index 026a5a36f922..b552ca06ab03 100644 --- a/security/nikto/pkg-plist +++ b/security/nikto/pkg-plist @@ -2,24 +2,30 @@ 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_put_del_test.plugin -%%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 +%%DATADIR%%/plugins/LW2.pm +%%DATADIR%%/plugins/db_404_strings +%%DATADIR%%/plugins/db_favicon +%%DATADIR%%/plugins/db_outdated +%%DATADIR%%/plugins/db_realms +%%DATADIR%%/plugins/db_server_msgs +%%DATADIR%%/plugins/db_tests +%%DATADIR%%/plugins/db_variables +%%DATADIR%%/plugins/nikto_apache_expect_xss.plugin +%%DATADIR%%/plugins/nikto_apacheusers.plugin +%%DATADIR%%/plugins/nikto_core.plugin +%%DATADIR%%/plugins/nikto_favicon.plugin +%%DATADIR%%/plugins/nikto_headers.plugin +%%DATADIR%%/plugins/nikto_httpoptions.plugin +%%DATADIR%%/plugins/nikto_msgs.plugin +%%DATADIR%%/plugins/nikto_mutate.plugin +%%DATADIR%%/plugins/nikto_outdated.plugin +%%DATADIR%%/plugins/nikto_passfiles.plugin +%%DATADIR%%/plugins/nikto_plugin_order.txt +%%DATADIR%%/plugins/nikto_put_del_test.plugin +%%DATADIR%%/plugins/nikto_reports.plugin +%%DATADIR%%/plugins/nikto_robots.plugin +%%DATADIR%%/plugins/nikto_single.plugin +%%DATADIR%%/plugins/nikto_user_enum_apache.plugin +%%DATADIR%%/plugins/nikto_user_enum_cgiwrap.plugin +@dirrm %%DATADIR%%/plugins @dirrm %%DATADIR%% |