1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
{
"name": "Nikto",
"description": "Web server scanner",
"url": "https://github.com/sullo/nikto/archive/2.1.6.tar.gz",
"mirror": null,
"homepage": "https://cirt.net/nikto2",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"cd \"program\" do",
"inreplace \"nikto.pl\", \"/etc/nikto.conf\", \"#{etc}/nikto.conf\"",
"inreplace \"nikto.conf\" do |s|",
"s.gsub! \"",
"s.gsub! \"",
"\"PLUGINDIR=#{pkgshare}/plugins\"",
"s.gsub! \"",
"\"DBDIR=#{var}/lib/nikto/databases\"",
"s.gsub! \"",
"\"TEMPLATEDIR=#{pkgshare}/templates\"",
"s.gsub! \""
],
"version": "2.1.6",
"file": "nikto.rb"
}
|