2024-10-20 02:37:36 +02:00
2024-10-17 20:52:12 +02:00
2024-10-20 02:37:36 +02:00
2024-10-17 12:04:45 +02:00
2024-10-20 02:27:52 +02:00
2024-10-20 02:37:36 +02:00

nmap-scripts

http-info.nse

Return status, title and favicon URL of a webpage

@args http-get.path Path to get. Default /.
@usage nmap -phttp,https --script http-info.nse --script-args http-info.path=/ <host>
@output
80/tcp   open   http
| http-info: 
|   status-line: HTTP/1.1 200 OK\x0D
| 
|   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

@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 <host>
@output
Host script results:
| smb-shares-size:
|   data:
|     FreeSize: 38495883264
|     TotalSize: 500961574912
|_  IPC$: NT_STATUS_ACCESS_DENIED
Description
Nmap script for http(s) and microsoft-ds services
Readme 57 KiB
Languages
Lua 100%