Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

ctf-agent

ctf-agent contient 43 skills collectées depuis QiaoNPC, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
43
Stars
4
mis à jour
2026-03-23
Forks
0
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

crypto-artifact-validate
Analystes en assurance qualité des logiciels et testeurs

Enforce artifact-contract, presence, dependency, freshness, and cross-reference correctness for the artifact graph.

2026-03-23
crypto-artifacts-reuse
Analystes en sécurité de l'information

Reuse prior work only when hashes, dependencies, and artifact semantics still support it.

2026-03-23
crypto-connection-read
Analystes en sécurité de l'information

Normalize remote configuration and connection hints into machine-readable, ambiguity-aware remote artifacts.

2026-03-23
crypto-cribdrag
Analystes en sécurité de l'information

Run a bounded, evidence-heavy cribdrag workflow for suspected keystream reuse and XOR-style leakage.

2026-03-23
crypto-decode-analysis
Analystes en sécurité de l'information

Drive decode-first problems through explicit candidate generation, convergence tests, and branch stop conditions.

2026-03-23
crypto-hybrid-analysis
Analystes en sécurité de l'information

Map mixed decode-plus-crypto chains into explicit stages, transitions, and evidence-backed branch routes.

2026-03-23
crypto-hypotheses-build
Analystes en sécurité de l'information

Build explicit vulnerability hypotheses with preconditions, discriminators, costs, scores, and attack-family context.

2026-03-23
crypto-intake
Analystes en sécurité de l'information

Inventory the challenge, classify the route, map the attack surface, and create the first durable state snapshot.

2026-03-23
crypto-oracle-probe
Analystes en sécurité de l'information

Collect bounded, reproducible remote transcripts and characterize oracle behavior without wasting or poisoning the service.

2026-03-23
crypto-params-extract
Analystes en sécurité de l'information

Extract, normalize, and provenance-track cryptographic and representational parameters from all available evidence.

2026-03-23
crypto-ragdb
Analystes en sécurité de l'information

Retrieve attack-family references, precondition checklists, and solver templates without letting retrieval replace local proof.

2026-03-23
crypto-research
Analystes en sécurité de l'information

Use online research surgically when a narrow unknown blocks a real branch, then convert that research into evidence-bound workflow changes.

2026-03-23
crypto-skeptical-review
Analystes en sécurité de l'information

Perform adversarial review as a manager-invoked skill. Challenge optimistic narratives, find stale dependencies, demand discriminative tests, and emit durable skeptical review artifacts before hypotheses, validation claims, or solver readiness are accepted.

2026-03-23
crypto-solver-build
Analystes en sécurité de l'information

Build a deterministic reproducer only after verification, and prove that it works repeatably under recorded conditions.

2026-03-23
crypto-specialist-oracle
Analystes en sécurité de l'information

Deepen oracle-family reasoning for padding, format, timing, and protocol-partition leaks.

2026-03-23
crypto-specialist-rsa
Analystes en sécurité de l'information

Deepen RSA-family reasoning across textbook misuse, modulus failures, prime reuse, exponent mistakes, and signature confusion.

2026-03-23
crypto-validate
Analystes en sécurité de l'information

Validate hypotheses with focused scripts, explicit evidence artifacts, feasibility checks, and skeptical-review-ready proof trails.

2026-03-23
crypto-writeup
Analystes en sécurité de l'information

Produce a concise but evidence-linked writeup that matches the validated path and preserves rejected alternatives.

2026-03-23
rev-apk-hardening
Analystes en sécurité de l'information

Handle hardened or packed APKs by recovering a usable static corpus with evidence-backed static analysis and the smallest justified runtime extraction.

2026-03-23
rev-apk
Analystes en sécurité de l'information

Reverse an APK comprehensively with artifact-rich static analysis first, then minimal dynamic validation only when static evidence requires it.

2026-03-23
rev-custom-vm
Analystes en sécurité de l'information

Solve a custom VM by recovering an evidence-backed VM specification, extracting bytecode, implementing a safe emulator, and validating the resulting output.

2026-03-23
rev-shellcode
Analystes en sécurité de l'information

Reverse shellcode or staged raw code safely through bounded emulation and artifact-backed extraction.

2026-03-23
vuln-attack-prepare-authz
Analystes en sécurité de l'information

Prepare authorization bypass test variants for a single hypothesis into artifacts/out/attacks/<HID>.json.

2026-03-23
vuln-attack-prepare-deserialization
Analystes en sécurité de l'information

Prepare deserialization test plan templates (format constraints only, no gadget payloads) for a single hypothesis into artifacts/out/attacks/<HID>.json.

2026-03-23
vuln-attack-prepare-idor
Analystes en sécurité de l'information

Prepare IDOR test variants (baseline vs modified object ids) for a single hypothesis into artifacts/out/attacks/<HID>.json.

2026-03-23
vuln-attack-prepare-mass-assignment
Analystes en sécurité de l'information

Prepare mass-assignment test variants (add sensitive fields placeholders) for a single hypothesis into artifacts/out/attacks/<HID>.json.

2026-03-23
vuln-attack-prepare-other
Analystes en sécurité de l'information

Prepare a generic attack recipe for a hypothesis that does not fit the more specific families, writing artifacts/out/attacks/<HID>.json.

2026-03-23
vuln-attack-prepare-sensitive-data
Analystes en sécurité de l'information

Prepare sensitive-data exposure verification variants for a single hypothesis into artifacts/out/attacks/<HID>.json.

2026-03-23
vuln-attack-prepare-sqli
Analystes en sécurité de l'information

Prepare SQL injection test plan templates (benign structural placeholders only) for a single hypothesis into artifacts/out/attacks/<HID>.json.

2026-03-23
vuln-attack-prepare-ssrf
Analystes en sécurité de l'information

Prepare SSRF test variants (safe placeholder destinations only) for a single hypothesis into artifacts/out/attacks/<HID>.json.

2026-03-23
vuln-attack-prepare-xss
Analystes en sécurité de l'information

Prepare XSS test variants (safe placeholders only) for a single hypothesis into artifacts/out/attacks/<HID>.json.

2026-03-23
vuln-business-logic-analyze
Analystes en sécurité de l'information

Analyze stateful workflows, invariants, authorization boundaries, and sequence assumptions; write artifacts/out/business_logic.json and merged evidence.

2026-03-23
vuln-client-side-verify
Analystes en sécurité de l'information

Capture browser-dependent verification observations for client-rendered, DOM-based, or hydration-dependent hypotheses.

2026-03-23
vuln-connection-read
Analystes en sécurité de l'information

Normalize assessment context, runtime mode, auth material, and request shaping into artifacts/out/context.json.

2026-03-23
vuln-dataflow-trace
Analystes en sécurité de l'information

Trace bounded attacker-controlled source-to-transform-to-sink flows and write artifacts/out/dataflow_index.json plus merged evidence.

2026-03-23
vuln-hypotheses-build
Analystes en sécurité de l'information

Convert merged evidence into ranked, testable vulnerability hypotheses and write artifacts/out/hypotheses.json.

2026-03-23
vuln-oob-callback
Analystes en sécurité de l'information

Prepare and record safe out-of-band callback infrastructure observations for hypotheses that require callback evidence.

2026-03-23
vuln-report
Analystes en sécurité de l'information

Assemble the final findings set, rejected or inconclusive appendix, and traceability index into artifacts/report/findings.json and artifacts/report/traceability.json.

2026-03-23
vuln-research
Analystes en sécurité de l'information

Perform tightly scoped version-locked research for a blocked hypothesis and write artifacts/out/research/<HID>.json.

2026-03-23
vuln-route-enumerate
Analystes en sécurité de l'information

Enumerate concrete or approximate route shapes from framework routing code and write artifacts/out/route_map.json plus merged route evidence.

2026-03-23
Affichage des 40 principaux skills collectés sur 43 dans ce dépôt.