mirror of
https://github.com/nmap/nmap.git
synced 2026-01-06 06:29:03 +00:00
Do copyediting of NSEDoc up through pgsql-brute.
This commit is contained in:
@@ -1,16 +1,19 @@
|
||||
description = [[
|
||||
Guesses Oracle instance/sid names against the TNS-listener
|
||||
Guesses Oracle instance/SID names against the TNS-listener.
|
||||
|
||||
If the <code>oraclesids</code> script argument is not used to specify an
|
||||
alternate file, the default <code>oracle-sids</code> file will be used.
|
||||
License to use the <code>oracle-sids</code> file was granted by its
|
||||
author, Alexander Kornbrust (http://seclists.org/nmap-dev/2009/q4/645).
|
||||
]]
|
||||
|
||||
---
|
||||
-- @args oraclesids A file containing SIDs to try.
|
||||
--
|
||||
-- @usage
|
||||
-- nmap --script=oracle-sid-brute --script-args=oraclesids=/path/to/sidfile -p 1521-1560 <host>
|
||||
-- nmap --script=oracle-sid-brute -p 1521-1560 <host>
|
||||
--
|
||||
-- If no oraclesids file is specified, it falls back to the default oracle-sids file
|
||||
-- License to use the oracle-sids file was granted by the author (Alexander Kornbrust)
|
||||
-- Ref: http://seclists.org/nmap-dev/2009/q4/645
|
||||
--
|
||||
-- @output
|
||||
-- PORT STATE SERVICE REASON
|
||||
-- 1521/tcp open oracle syn-ack
|
||||
|
||||
Reference in New Issue
Block a user