diff --git a/README.md b/README.md index b049988..10f436d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Return status, title and favicon URL of a webpage +```lua @args http-get.path Path to get. Default /. @usage nmap -phttp,https --script http-info.nse --script-args http-info.path=/ @output @@ -14,11 +15,13 @@ Return status, title and favicon URL of a webpage | title: Go ahead and ScanMe! | favicon: http://scanme.nmap.org:80/shared/images/tiny-eyeicon.png |_ status: 200 +``` ## smb-shares-size.nse Return free and total size in octets of each SMB shares +```lua @args See the documentation for the smbauth library. @usage nmap -p137-139,445 --script smb-shares-size.nse --script-args-file smb-shares-size.ini @output @@ -28,3 +31,4 @@ Host script results: | FreeSize: 38495883264 | TotalSize: 500961574912 |_ IPC$: NT_STATUS_ACCESS_DENIED +```