diff options
Diffstat (limited to 'homebrew/nikto/.beer')
-rw-r--r-- | homebrew/nikto/.beer | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/homebrew/nikto/.beer b/homebrew/nikto/.beer new file mode 100644 index 000000000..14b2b7906 --- /dev/null +++ b/homebrew/nikto/.beer @@ -0,0 +1,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" +}
\ No newline at end of file |