top of page

Nmap brute 指令與參數:cics-user-enum

  • 2026年1月1日
  • 讀畢需時 2 分鐘

指令摘要


CESL/CESN 登入畫面的 CICS 使用者 ID 枚舉腳本。


指令參數


cics-user-enum.commands

需要分號分隔列表的指令 以存取CICS。預設為 。CICS


idlist

交易 ID 列表的路徑。 預設為 IBM 的 CICS 交易清單。


cics-user-enum.transaction

預設情況下,這個腳本會使用該交易。 在某些系統上,需要輸入 transactio ID。利用此

論證來改變 登入交易 ID。CESLCESN


brute.credfile, brute.delay, brute.emptypass, brute.firstonly, brute.guesses, brute.mode, brute.passonly, brute.retries, brute.start, brute.threads, brute.unique, brute.useraspass

請參閱 Brute 函式庫的文件。


creds.[service], creds.global

請參閱 creds 資料庫的文件。


passdb, unpwdb.passlimit, unpwdb.timelimit, unpwdb.userlimit, userdb

請參閱 unpwdb 函式庫的文件。


指令範例


nmap --script=cics-user-enum -p 23 <targets>

nmap --script=cics-user-enum --script-args userdb=users.txt,
cics-user-enum.commands="exit;logon applid(cics42)" -p 23 <targets>

指令輸出


PORT   STATE SERVICE
23/tcp open  tn3270
| cics-user-enum:
|   Accounts:
|     PLAGUE: Valid - CICS User ID
|_  Statistics: Performed 31 guesses in 114 seconds, average tps: 0

作者:


Philip Young

License: Same as Nmap--See https://nmap.org/book/man-legal.html


隨選即看研討會


延伸閱讀

CyberScope Nmap 滲透測試手持式網路分析儀,整合了 Nmap 功能,為站點存取層提供全面的網路安全風險評估、分析、和報告——包括所有的端點和網路探索、有線與無線網路安全、漏洞評估 (Nmap) 以及網段和設定驗證;IT 人員透過單一工具以及單一介面,即可快速且即時的掌握企業或組織的各種混合式網路環境 (有線、無線、PoE)、各種連網終端裝置的拓樸、架構、設定、網段、效能、直到網路安全評估。


歡迎 訂閱翔宇科技主題式電子報 >,您將可同步掌握最新的產業新訊以及技術文章。
bottom of page