Lines 1-36
Link Here
|
1 |
bin/nikto |
1 |
bin/nikto |
2 |
etc/nikto.conf |
2 |
@unexec if cmp -s %D/etc/nikto.conf %D/etc/nikto.conf.sample; then rm -f %D/etc/nikto.conf; fi |
3 |
etc/nikto.conf.sample |
3 |
etc/nikto.conf.sample |
|
|
4 |
@exec if [ ! -f %D/etc/nikto.conf ] ; then cp -p %D/%F %B/nikto.conf; fi |
5 |
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.txt |
6 |
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt |
7 |
%%PORTDOCS%%%%DOCSDIR%%/nikto.dtd |
8 |
%%PORTDOCS%%%%DOCSDIR%%/nikto_manual.html |
9 |
%%DATADIR%%/databases/db_404_strings |
10 |
%%DATADIR%%/databases/db_content_search |
11 |
%%DATADIR%%/databases/db_dictionary |
12 |
%%DATADIR%%/databases/db_embedded |
13 |
%%DATADIR%%/databases/db_favicon |
14 |
%%DATADIR%%/databases/db_headers |
15 |
%%DATADIR%%/databases/db_httpoptions |
16 |
%%DATADIR%%/databases/db_multiple_index |
17 |
%%DATADIR%%/databases/db_outdated |
18 |
%%DATADIR%%/databases/db_parked_strings |
19 |
%%DATADIR%%/databases/db_realms |
20 |
%%DATADIR%%/databases/db_server_msgs |
21 |
%%DATADIR%%/databases/db_subdomains |
22 |
%%DATADIR%%/databases/db_tests |
23 |
%%DATADIR%%/databases/db_variables |
24 |
%%DATADIR%%/plugins/JSON-PP.pm |
4 |
%%DATADIR%%/plugins/LW2.pm |
25 |
%%DATADIR%%/plugins/LW2.pm |
5 |
%%DATADIR%%/plugins/db_404_strings |
|
|
6 |
%%DATADIR%%/plugins/db_content_search |
7 |
%%DATADIR%%/plugins/db_embedded |
8 |
%%DATADIR%%/plugins/db_favicon |
9 |
%%DATADIR%%/plugins/db_headers |
10 |
%%DATADIR%%/plugins/db_httpoptions |
11 |
%%DATADIR%%/plugins/db_multiple_index |
12 |
%%DATADIR%%/plugins/db_outdated |
13 |
%%DATADIR%%/plugins/db_realms |
14 |
%%DATADIR%%/plugins/db_server_msgs |
15 |
%%DATADIR%%/plugins/db_subdomains |
16 |
%%DATADIR%%/plugins/db_tests |
17 |
%%DATADIR%%/plugins/db_variables |
18 |
%%DATADIR%%/plugins/nikto_apache_expect_xss.plugin |
26 |
%%DATADIR%%/plugins/nikto_apache_expect_xss.plugin |
19 |
%%DATADIR%%/plugins/nikto_apacheusers.plugin |
27 |
%%DATADIR%%/plugins/nikto_apacheusers.plugin |
20 |
%%DATADIR%%/plugins/nikto_auth.plugin |
28 |
%%DATADIR%%/plugins/nikto_auth.plugin |
21 |
%%DATADIR%%/plugins/nikto_cgi.plugin |
29 |
%%DATADIR%%/plugins/nikto_cgi.plugin |
|
|
30 |
%%DATADIR%%/plugins/nikto_clientaccesspolicy.plugin |
22 |
%%DATADIR%%/plugins/nikto_content_search.plugin |
31 |
%%DATADIR%%/plugins/nikto_content_search.plugin |
23 |
%%DATADIR%%/plugins/nikto_cookies.plugin |
32 |
%%DATADIR%%/plugins/nikto_cookies.plugin |
24 |
%%DATADIR%%/plugins/nikto_core.plugin |
33 |
%%DATADIR%%/plugins/nikto_core.plugin |
25 |
%%DATADIR%%/plugins/nikto_core.plugin.debug |
|
|
26 |
%%DATADIR%%/plugins/nikto_dictionary_attack.plugin |
34 |
%%DATADIR%%/plugins/nikto_dictionary_attack.plugin |
27 |
%%DATADIR%%/plugins/nikto_embedded.plugin |
35 |
%%DATADIR%%/plugins/nikto_embedded.plugin |
28 |
%%DATADIR%%/plugins/nikto_favicon.plugin |
36 |
%%DATADIR%%/plugins/nikto_favicon.plugin |
|
|
37 |
%%DATADIR%%/plugins/nikto_fileops.plugin |
29 |
%%DATADIR%%/plugins/nikto_headers.plugin |
38 |
%%DATADIR%%/plugins/nikto_headers.plugin |
30 |
%%DATADIR%%/plugins/nikto_httpoptions.plugin |
39 |
%%DATADIR%%/plugins/nikto_httpoptions.plugin |
31 |
%%DATADIR%%/plugins/nikto_msgs.plugin |
40 |
%%DATADIR%%/plugins/nikto_msgs.plugin |
32 |
%%DATADIR%%/plugins/nikto_multiple_index.plugin |
41 |
%%DATADIR%%/plugins/nikto_multiple_index.plugin |
33 |
%%DATADIR%%/plugins/nikto_outdated.plugin |
42 |
%%DATADIR%%/plugins/nikto_outdated.plugin |
|
|
43 |
%%DATADIR%%/plugins/nikto_parked.plugin |
44 |
%%DATADIR%%/plugins/nikto_paths.plugin |
34 |
%%DATADIR%%/plugins/nikto_put_del_test.plugin |
45 |
%%DATADIR%%/plugins/nikto_put_del_test.plugin |
35 |
%%DATADIR%%/plugins/nikto_report_csv.plugin |
46 |
%%DATADIR%%/plugins/nikto_report_csv.plugin |
36 |
%%DATADIR%%/plugins/nikto_report_html.plugin |
47 |
%%DATADIR%%/plugins/nikto_report_html.plugin |
Lines 39-48
Link Here
|
39 |
%%DATADIR%%/plugins/nikto_report_text.plugin |
50 |
%%DATADIR%%/plugins/nikto_report_text.plugin |
40 |
%%DATADIR%%/plugins/nikto_report_xml.plugin |
51 |
%%DATADIR%%/plugins/nikto_report_xml.plugin |
41 |
%%DATADIR%%/plugins/nikto_robots.plugin |
52 |
%%DATADIR%%/plugins/nikto_robots.plugin |
42 |
%%DATADIR%%/plugins/nikto_single.plugin |
53 |
%%DATADIR%%/plugins/nikto_siebel.plugin |
43 |
%%DATADIR%%/plugins/nikto_ssl.plugin |
54 |
%%DATADIR%%/plugins/nikto_ssl.plugin |
44 |
%%DATADIR%%/plugins/nikto_subdomain.plugin |
55 |
%%DATADIR%%/plugins/nikto_subdomain.plugin |
45 |
%%DATADIR%%/plugins/nikto_tests.plugin |
56 |
%%DATADIR%%/plugins/nikto_tests.plugin |
|
|
57 |
%%DATADIR%%/replay.pl |
46 |
%%DATADIR%%/templates/htm_close.tmpl |
58 |
%%DATADIR%%/templates/htm_close.tmpl |
47 |
%%DATADIR%%/templates/htm_end.tmpl |
59 |
%%DATADIR%%/templates/htm_end.tmpl |
48 |
%%DATADIR%%/templates/htm_host_head.tmpl |
60 |
%%DATADIR%%/templates/htm_host_head.tmpl |
Lines 60-63
Link Here
|
60 |
%%DATADIR%%/templates/xml_summary.tmpl |
72 |
%%DATADIR%%/templates/xml_summary.tmpl |
61 |
@dirrm %%DATADIR%%/templates |
73 |
@dirrm %%DATADIR%%/templates |
62 |
@dirrm %%DATADIR%%/plugins |
74 |
@dirrm %%DATADIR%%/plugins |
|
|
75 |
@dirrm %%DATADIR%%/databases |
63 |
@dirrm %%DATADIR%% |
76 |
@dirrm %%DATADIR%% |