1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 02:19:04 +00:00

Added argument related comments

This commit is contained in:
joao
2009-08-28 22:46:09 +00:00
parent ec6be741b4
commit 6375cf3759

View File

@@ -4,12 +4,17 @@ Gets the favicon.ico from the root of a web service and tries to enumerate it
---
-- @args favicon.uri Uri that will be requested for favicon
-- @args favicon.root Webserver path to search for favicon
-- @output
-- |_ http-favicon: Found favicon from Socialtext
-- HTTP default favicon enumeration script
-- rev 1.2 (2009-03-11)
-- Original NASL script by Javier Fernandez-Sanguino Pena
--@usage
-- nmap --script=http-favicon.nse \
-- --script-args favicon.root=<root>,favicon.uri=<uri>
author = "Vlatko Kosturjak <kost@linux.hr>"