From b6435bd19be08077cd82955cfd483965c108fee5 Mon Sep 17 00:00:00 2001 From: sophron Date: Sat, 3 Aug 2013 16:10:21 +0000 Subject: [PATCH] Fixed an argument's name. --- scripts/http-stored-xss.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/http-stored-xss.nse b/scripts/http-stored-xss.nse index 16d5b069d..999f86a17 100644 --- a/scripts/http-stored-xss.nse +++ b/scripts/http-stored-xss.nse @@ -25,7 +25,7 @@ strings to check if the payloads were succesful. -- fields' restrictions. You can manually fill those fields using -- this table. For example, {gender = "male", email = "foo@bar.com"}. -- Default: {} --- @args http-stored-xss.filedb The path of a plain text file +-- @args http-stored-xss.dbfile The path of a plain text file -- that contains one XSS vector per line. Default: nil -- -- @output