a44f4c1112
- bumpo PORTEPOCH, sigh PR: 139841 Submitted by: Niels Heinen
60 lines
2.2 KiB
Plaintext
60 lines
2.2 KiB
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%%/plugins/LW2.pm
|
|
%%DATADIR%%/plugins/db_404_strings
|
|
%%DATADIR%%/plugins/db_embedded
|
|
%%DATADIR%%/plugins/db_favicon
|
|
%%DATADIR%%/plugins/db_headers
|
|
%%DATADIR%%/plugins/db_httpoptions
|
|
%%DATADIR%%/plugins/db_multiple_index
|
|
%%DATADIR%%/plugins/db_outdated
|
|
%%DATADIR%%/plugins/db_realms
|
|
%%DATADIR%%/plugins/db_server_msgs
|
|
%%DATADIR%%/plugins/db_subdomains
|
|
%%DATADIR%%/plugins/db_tests
|
|
%%DATADIR%%/plugins/db_variables
|
|
%%DATADIR%%/plugins/nikto_apache_expect_xss.plugin
|
|
%%DATADIR%%/plugins/nikto_apacheusers.plugin
|
|
%%DATADIR%%/plugins/nikto_cgi.plugin
|
|
%%DATADIR%%/plugins/nikto_core.plugin
|
|
%%DATADIR%%/plugins/nikto_dictionary_attack.plugin
|
|
%%DATADIR%%/plugins/nikto_embedded.plugin
|
|
%%DATADIR%%/plugins/nikto_favicon.plugin
|
|
%%DATADIR%%/plugins/nikto_headers.plugin
|
|
%%DATADIR%%/plugins/nikto_httpoptions.plugin
|
|
%%DATADIR%%/plugins/nikto_msgs.plugin
|
|
%%DATADIR%%/plugins/nikto_multiple_index.plugin
|
|
%%DATADIR%%/plugins/nikto_mutate.plugin
|
|
%%DATADIR%%/plugins/nikto_outdated.plugin
|
|
%%DATADIR%%/plugins/nikto_passfiles.plugin
|
|
%%DATADIR%%/plugins/nikto_put_del_test.plugin
|
|
%%DATADIR%%/plugins/nikto_report_csv.plugin
|
|
%%DATADIR%%/plugins/nikto_report_html.plugin
|
|
%%DATADIR%%/plugins/nikto_report_text.plugin
|
|
%%DATADIR%%/plugins/nikto_report_xml.plugin
|
|
%%DATADIR%%/plugins/nikto_robots.plugin
|
|
%%DATADIR%%/plugins/nikto_single.plugin
|
|
%%DATADIR%%/plugins/nikto_subdomain.plugin
|
|
%%DATADIR%%/plugins/nikto_tests.plugin
|
|
%%DATADIR%%/plugins/nikto_user_enum_apache.plugin
|
|
%%DATADIR%%/templates/htm_close.tmpl
|
|
%%DATADIR%%/templates/htm_end.tmpl
|
|
%%DATADIR%%/templates/htm_host_head.tmpl
|
|
%%DATADIR%%/templates/htm_host_im.tmpl
|
|
%%DATADIR%%/templates/htm_host_item.tmpl
|
|
%%DATADIR%%/templates/htm_start.tmpl
|
|
%%DATADIR%%/templates/htm_stop.tmpl
|
|
%%DATADIR%%/templates/htm_summary.tmpl
|
|
%%DATADIR%%/templates/xml_close.tmpl
|
|
%%DATADIR%%/templates/xml_end.tmpl
|
|
%%DATADIR%%/templates/xml_host_head.tmpl
|
|
%%DATADIR%%/templates/xml_host_im.tmpl
|
|
%%DATADIR%%/templates/xml_host_item.tmpl
|
|
%%DATADIR%%/templates/xml_start.tmpl
|
|
%%DATADIR%%/templates/xml_summary.tmpl
|
|
@dirrm %%DATADIR%%/templates
|
|
@dirrm %%DATADIR%%/plugins
|
|
@dirrm %%DATADIR%%
|