mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Add gopher-ls and hddtemp-info @usage, adapted from Toni Ruotto.
This commit is contained in:
parent
321e282d00
commit
aef6f90991
2 changed files with 6 additions and 0 deletions
|
|
@ -3,6 +3,9 @@ Lists files and directories at the root of a gopher service.
|
|||
]]
|
||||
|
||||
---
|
||||
-- @usage
|
||||
-- nmap -p 70 --script gopher-ls --script-args gopher-ls.maxfiles=100 <target>
|
||||
--
|
||||
-- @output
|
||||
-- 70/tcp open gopher
|
||||
-- | gopher-ls:
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@ Reads hard disk information (such as brand, model, and sometimes temperature) fr
|
|||
]]
|
||||
|
||||
---
|
||||
-- @usage
|
||||
-- nmap -p 7634 -sV -sC <target>
|
||||
--
|
||||
-- @output
|
||||
-- 7634/tcp open hddtemp
|
||||
-- |_hddtemp-info: /dev/sda: WDC WD2500JS-60MHB1: 38 C
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue