1
0
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:
david
2010-07-12 06:21:03 +00:00
parent 725e6b85ac
commit 4cdc50e95d
14 changed files with 92 additions and 77 deletions

View File

@@ -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