Skip to main content

trannghiach/aurelinth-ctf-agentic-ai

SkillsMP は trannghiach/aurelinth-ctf-agentic-ai から 23 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
23
GitHub スター
4
GitHub フォーク
0

このリポジトリの skills

1 件の職業カテゴリ · 100% 分類済み

収集済み skill 23 件中 23 件を表示しています。

職業分類
情報セキュリティアナリスト
説明

CTF web challenge SQL injection hunting and exploitation. Trigger when web-recon has identified injectable endpoints or params, need to confirm, exploit, and extract data including flags from the database.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

CTF web challenge reconnaissance. Trigger when starting a new web target, need to enumerate endpoints, identify technologies, discover forms and inputs, or map attack surface before exploitation.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

CTF web challenge authentication bypass. Trigger when web-recon has identified login forms, admin panels, JWT tokens, session cookies, or access control mechanisms that need bypass testing.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

CTF blackbox cryptographic token hunter. Trigger when web_recon finds JWT tokens, JWE tokens, encrypted cookies, weak session tokens, or exposed public keys. Tests JWT algorithm confusion, weak secrets, JWE public key forge, predictable tokens. Does NOT…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

CTF web challenge file upload bypass and webshell. Trigger when web-recon identifies file upload forms, avatar/attachment endpoints, or import functionality.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

CTF web challenge final analysis and flag extraction. Trigger after all hunting agents have completed, need to aggregate findings, extract flag from collected data, or escalate remaining leads to get the flag.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

CTF web challenge IDOR and broken access control. Trigger when web-recon identifies user-specific resources, numeric IDs in URLs, API endpoints, or JWT/session-based access control.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

CTF web challenge LFI, path traversal, and RCE via LFI. Trigger when web-recon identifies file parameters, include/require patterns, or path traversal indicators.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

CTF web challenge SSTI detection and exploitation. Trigger when web-recon identifies template rendering, Flask/Django/Express apps, or user input reflected in responses suggesting template context.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

CTF web challenge XSS hunting and exploitation. Trigger when web-recon has identified reflected inputs, user-controlled output, or HTML injection points that need XSS testing.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

CTF whitebox IDOR and broken access control auditor. Trigger when vuln_reasoner identifies a missing ownership check or object reference that can be manipulated. Confirms the missing check, identifies the target object ID, exploits directly.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

CTF whitebox authentication auditor. Trigger when vuln_reasoner identifies an auth bypass, weak JWT, session forgery, or privilege escalation path. Confirms bypass logic, crafts exploit, tests locally, attacks real target.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

CTF whitebox challenge source code mapping. Trigger as the first step of any whitebox pipeline to map file structure, identify entry points, trace data flows, and extract auth/database patterns before vulnerability analysis begins.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

CTF whitebox crypto auditor. Trigger when vuln_reasoner identifies weak cryptography — predictable token, broken algorithm, key reuse, padding oracle, or custom crypto. Confirms weakness from source, breaks it, forges or decrypts to reach the flag.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

CTF whitebox dependency vulnerability analysis. Trigger after code_reader has completed. Reads dependency files, identifies library versions, checks for known CVEs, and assesses whether any CVE provides a direct exploit path for the current challenge. Outputs…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

CTF whitebox deserialization auditor. Trigger when vuln_reasoner identifies unsafe deserialization — pickle, PyYAML, PHP unserialize, Java ObjectInputStream, or similar. Confirms gadget chain from source, crafts malicious payload, achieves RCE or flag read.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

CTF whitebox LFI / path traversal auditor. Trigger when vuln_reasoner identifies a file read or include with user-controlled path. Confirms traversal logic, identifies target file, crafts payload, tests locally, attacks real target.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

CTF whitebox race condition auditor. Trigger when vuln_reasoner identifies a TOCTOU window, concurrent state issue, or check-then-act gap. Confirms the race window from source, builds concurrent exploit, tunes timing locally, attacks real target.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

CTF whitebox SQL injection auditor. Trigger when vuln_reasoner identifies a suspected SQLi with a known code location. Confirms exploitability via isolation test, crafts targeted exploit, tests locally, attacks real target.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

CTF whitebox SSTI auditor. Trigger when vuln_reasoner identifies a template render call with user-controlled input. Confirms injection context, identifies template engine from imports, crafts RCE or flag-read payload, tests locally, attacks real target.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

CTF whitebox file upload auditor. Trigger when vuln_reasoner identifies a file upload handler with bypassable validation. Confirms validation logic from source, crafts bypass, uploads malicious file, achieves RCE or flag read.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

CTF whitebox vulnerability analysis. Trigger after code_reader and dep_checker have completed. Reads their structured findings and reasons about exploitability, data flows, and attack paths. Outputs ranked, structured findings for supervisor to dispatch…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

CTF whitebox XSS auditor. Trigger when vuln_reasoner identifies a suspected XSS with a known template or output location. Confirms rendering context, crafts targeted payload, verifies locally, escalates to flag extraction.

原文の言語: 英語

更新
収集済み skill 23 件中 23 件を表示しています。