d :: bx0 avatar

d :: bx0

Community

@dbx0

34Followers
|
27Public Repos
|
102Published Skills

pwning machine

Skills Distribution
DomainCybersecurit...Binary Exploitatio.. (30%)Bug Bounty & Web V.. (25%)Red-Team & Identit.. (20%)CTF Sandbox Orches.. (15%)

Agent Skills by d :: bx0

Showing 102 vetted skills indexed across 2 GitHub repositories.

dbx0dbx0
7

competition-reverse-pwn

Guides reverse engineering, DFIR triage, and exploit development for CTF binary challenges.

Community
Intermediate
dbx0dbx0
7

patch-diff-exploit

Infer vulnerability root causes from vendor patch diffs and write working PoCs.

Community
Advanced
dbx0dbx0
7

js-reverse

Reverse engineer frontend JavaScript to trace request signatures and reproduce them locally in Node.

Community
Advanced
dbx0dbx0
7

binary-diff

Migrate symbols and reverse-engineering results across binary versions using LLM-based diffing.

Community
Intermediate
dbx0dbx0
7

ida-reverse

Automates IDA Pro binary analysis through MCP tools and PowerShell server management scripts.

Community
Advanced
dbx0dbx0
7

radare2

Analyze binaries with radare2 CLI for disassembly, strings, imports, and patching.

Community
Intermediate
dbx0dbx0
7

reverse-engineering

Analyzes compiled, obfuscated, and packed binaries using static, dynamic, and symbolic execution techniques.

Community
Advanced
dbx0dbx0
7

competition-firmware-layout

Maps firmware image partitions, boot chains, and update flows to recover embedded secrets.

Community
Intermediate
dbx0dbx0
7

competition-crypto-mobile

Recovers transform chains, hidden media payloads, and mobile signing logic in CTF challenges.

Community
Intermediate
dbx0dbx0
7

competition-stego-media

Extract hidden payloads from image, audio, video, and document steganography challenges.

Community
Intermediate
dbx0dbx0
7

sherlock

Search 400+ social networks for accounts matching a given username.

Community
Basic
dbx0dbx0
7

web2-recon

Maps web application attack surfaces through subdomain enumeration, JS bundle analysis, and endpoint discovery.

Community
Advanced
dbx0dbx0
7

scope-attribution

Verify host ownership via CNAME, whois, and rDNS before testing in-scope targets.

Community
Intermediate
dbx0dbx0
7

attack-chain

Converts discovered security primitives into scored exploit chains with pivot recommendations.

Community
Intermediate
dbx0dbx0
7

exploit-chaining-engine

Scores and composes weak security findings into prioritized exploit chains.

Community
Intermediate
dbx0dbx0
7

src-hunter

Guides black-box bug bounty hunting through a five-phase workflow with attack playbooks and payload libraries.

Community
Advanced
dbx0dbx0
7

deep-hunt

Generates manual attack plans for business workflows in authorized bug bounty and pentest engagements.

Community
Intermediate
dbx0dbx0
7

bugbounty-hunt

Plans and executes bug bounty recon, vulnerability hunting, and finding documentation workflows.

Community
Advanced
dbx0dbx0
7

mid-engagement-ir-detection

Detects SOC patches, attacker activity, and security-state changes during red-team engagements.

Community
Intermediate
dbx0dbx0
7

continuous-surface-monitoring

Tracks attack surface changes and converts deltas into prioritized manual testing queues.

Community
Intermediate
dbx0dbx0
7

bugbounty-report-format

Structures bug bounty submissions with separated narrative steps and numbered validation evidence.

Community
Intermediate
dbx0dbx0
7

manual-decision-trees

Systematically tests application workflows across actor, state, transport, and secondary-object branches.

Community
Intermediate
dbx0dbx0
7

vrt-classifier

Classify security findings against the Bugcrowd VRT taxonomy with priority, CWE, and CVSS baselines.

Community
Intermediate
dbx0dbx0
7

client-runtime-intelligence

Extracts routes, secrets, and trust assumptions from JavaScript bundles and source maps.

Community
Advanced

Frequently Asked Questions About d :: bx0

FAQPage Schema
What tasks can I perform using dbx0's skills?▼

You can reverse engineer binaries with IDA Pro and radare2, build stack/heap/kernel exploits with pwntools, diff patches into N-day PoCs, hunt web vulnerabilities across 19 attack classes, audit firmware and mobile apps, attack M365/Okta/Entra identity stacks, and solve routed CTF sandbox challenges.

Who are dbx0's skills designed for?▼

The skills target offensive security practitioners: bug bounty hunters, red-team operators, penetration testers, CTF competitors, malware and DFIR analysts, and security researchers working on binary exploitation, firmware audits, cloud IAM escalation, and identity attack chains.

How do the CTF sandbox skills work in practice?▼

The ctf-sandbox-orchestrator acts as the default entrypoint, establishes sandbox assumptions, then routes to downstream skills such as competition-reverse-pwn, competition-firmware-layout, or competition-kerberos-delegation. Downstream skills must only be used after the orchestrator has routed to them.

Are dbx0's skills open source and what licenses apply?▼

Many skills carry explicit open-source licenses, primarily MIT (e.g., reverse-engineering, sherlock, bug-bounty, credential-verification), while the godmode jailbreak skill is AGPL-3.0. Several field-derived skills list no license, so check each skill's frontmatter before redistribution.

What prerequisites and dependencies do dbx0's skills require?▼

Requirements vary per skill: reverse-engineering needs a filesystem-based agent with shell access, Python 3, and internet for tool installation; sherlock requires the sherlock command; pwn-chain relies on pwntools, GEF/pwndbg, ROPgadget, and qemu-system; firmware-pentest centers on binwalk v3, unblob, EMBA, Firmadyne, and AFL++.