From 0609a9c20f4b90973e2af69609cd4305422f724e Mon Sep 17 00:00:00 2001 From: gyani Date: Tue, 23 Jun 2015 21:15:27 +0000 Subject: [PATCH] Fixed @xmloutput. --- scripts/http-put.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/http-put.nse b/scripts/http-put.nse index 191d79f62..ea83d012e 100644 --- a/scripts/http-put.nse +++ b/scripts/http-put.nse @@ -21,7 +21,7 @@ Uploads a local file to a remote web server using the HTTP PUT method. You must -- @args http-put.url - The remote directory and filename to store the file to e.g. (/uploads/file.txt) -- -- @xmloutput --- /HNAP1 was successfully created +-- /uploads/rootme.php was successfully created -- -- Version 0.1 -- Created 10/15/2011 - v0.1 - created by Patrik Karlsson