From 6375cf3759d6f5d21d6d3dd84c719d0a07fb075b Mon Sep 17 00:00:00 2001 From: joao Date: Fri, 28 Aug 2009 22:46:09 +0000 Subject: [PATCH] Added argument related comments --- scripts/http-favicon.nse | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/http-favicon.nse b/scripts/http-favicon.nse index 817ff3828..a2048fb10 100644 --- a/scripts/http-favicon.nse +++ b/scripts/http-favicon.nse @@ -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=,favicon.uri= + author = "Vlatko Kosturjak "