← all publishers

AeonDave

@aeondave source repo

336 published skills · page 2 of 4

  1. Satellite Ctf · aeondave bundle
    Lab/CTF: satellite and space-system challenges; CCSDS Space Packets, TC/TM/AOS/USLP Space Data Link transfer frames, CLTU/BCH/Reed-Solomon coding, COP-1/FARM sequence control, ECSS PUS services, SDLS/SDLS-EP link-layer crypto and CryptoLib CVEs, CubeSat Space Protocol (CSP), TLE/SGP4 orbits, GPS L1 GNSS spoofing with gps-sdr-sim/HackRF, and ground-segment targets (Yamcs, OpenC3 COSMOS, NASA cFS, NOS3, Kubos) including known 2025–2026 RCE/path-traversal/DoS CVEs. Use when a task mentions spacecraft ID, APID, virtual channel, telecommand/telemetry, transfer frame, ground station, modem, ASM 1ACFFC1D, SPI/OTAR/ARSN, or a downlink/uplink byte stream to build or decode.
    0
    installs
  2. Technique Ctf · aeondave bundle
    Lab/CTF: general challenge-solving methodology across every category; artifact triage, spec/protocol identification, oracle-driven iteration from target error messages, minimal-matrix brute forcing, harness building with pwntools, parallelizing independent challenges/variants with subagents, and safe flag extraction, verification, and submission. Use to plan or drive any flag-style challenge, to route to the right domain *-ctf skill, or whenever a remote service replies with parseable errors that can steer the next input.
    0
    installs
  3. Jtag Swd · aeondave bundle
    Non-destructive JTAG/SWD pin identification, OpenOCD configuration, CPU halting, and runtime memory dumping.
    0
    installs
  4. Amass · aeondave bundle
    Auth/lab ref: OWASP testing surface mapping tool for subdomain enumeration, DNS brute-forcing, and infrastructure discovery using 50+ data sources.
    0
    installs
  5. Ghunt · aeondave bundle
    Auth/lab ref: Google account OSINT tool - enumerate Google profile data, linked services, Calendar events, Maps reviews, YouTube activity, and photo metadata from an email address or Gaia ID.
    0
    installs
  6. Httpx · aeondave bundle
    Auth/lab ref: Fast HTTP probing tool for bulk URL processing, status codes, title extraction, tech detection, and web fingerprinting.
    0
    installs
  7. Apktool · aeondave
    Auth/lab ref: decode and rebuild Android APK resources and smali for patching, manifest edits, resource inspection, and repackaging.
    0
    installs
  8. Binwalk · aeondave bundle
    Auth/lab ref: Firmware analysis and extraction tool for identifying and extracting embedded file systems, compressed archives, executable code, and crypto keys from binary blobs.
    0
    installs
  9. Dex2jar · aeondave
    Auth/lab ref: Android DEX-to-JAR conversion toolkit for feeding Java bytecode into desktop decompilers and analysis tools.
    0
    installs
  10. Objdump · aeondave
    Auth/lab ref: binutils inspection and disassembly tool for ELF and many other object formats.
    0
    installs
  11. Radare2 · aeondave bundle
    Auth/lab ref: CLI reverse engineering framework with disassembly, decompilation (r2ghidra/r2dec), debugging, ESIL emulation, scripting, and binary patching.
    0
    installs
  12. Readelf · aeondave
    Auth/lab ref: ELF metadata inspection utility for headers, sections, program headers, symbols, notes, relocations, and dynamic entries.
    0
    installs
  13. Strings · aeondave
    Auth/lab ref: printable-string extractor for binaries, libraries, firmware blobs, and files of unknown type.
    0
    installs
  14. Unicorn · aeondave
    Auth/lab ref: Unicorn Engine CPU-only emulation for shellcode, decryptors, custom VM handlers, instruction tracing, memory hooks, and register-level experiments.
    0
    installs
  15. Hypothesis Driven · aeondave bundle
    Investigation discipline for extremely complex problems where the root cause, exploit path, or solution is unknown: hard bugs, flaky systems, CTF challenges, reverse engineering puzzles, incident triage, multi-system failures, and research questions backed by data. Forces explicit hypothesis generation, falsifiable predictions, prioritized experiments, and evidence-based iteration instead of trial-and-error patching or confirmation-biased reasoning. Use when symptoms are far from causes, when guesses keep failing, or when a problem spans tools, layers, or unknowns that defeat linear debugging.
    0
    installs
  16. Python Async Patterns · aeondave bundle
    Async Python patterns for non-blocking I/O with asyncio: TaskGroup, cancellation, timeouts, backpressure, rate limiting, and safe sync/async boundaries. Use when implementing concurrent network/DB workflows or async services — not for thread/process GIL tuning (python-performance) or general Python style (python-patterns).
    0
    installs
  17. Software Architecture · aeondave bundle
    Design and evolve high-quality software systems from concept through implementation: clarify outcomes and constraints, choose the simplest fitting architecture, define boundaries and contracts, address data, security, reliability, observability, testing, and delivery, then simplify and verify the result. Use when creating, refactoring, reviewing, or simplifying cross-language software, modules, APIs, services, or system architecture.
    0
    installs
  18. Tool Schema Design · aeondave
    Design LLM-callable tool signatures and JSON Schemas so the model picks the right tool and supplies valid arguments. Use when writing or reviewing function/tool definitions for OpenAI, Anthropic, Google, Bedrock, MCP servers, or any agent framework (LangChain, LangGraph, Semantic Kernel, Claude Code, OpenCode, Pi). Covers tool descriptions (what + when + when-NOT-to-use), parameter descriptions with format/range/example, JSON Schema constraints (enum, minimum, format), required-minimalism, naming consistency across a toolkit, structured outputs with strict schemas, tool_choice, parallel calls, and error responses that steer the model to recover. For portable Agent Skills use skill-creator; for MCP server architecture use mcp-creator.
    0
    installs
  19. Blockchain Ctf · aeondave bundle
    Lab/CTF: blockchain/Web3 challenges; Solidity/Vyper/EVM, ABI, storage, calldata, proxies, delegatecall, tx traces, Foundry/Hardhat.
    0
    installs
  20. Spi Flash · aeondave bundle
    In-circuit and out-of-circuit SPI/NAND flash dumping and writing using flashrom and CH341A/FT232H.
    0
    installs
  21. Ffuf · aeondave bundle
    Auth/lab ref: High-speed HTTP fuzzing engine for endpoint discovery and input mutation on web/API targets.
    0
    installs
  22. Pwncat · aeondave bundle
    Auth/lab ref: pwncat-cs Linux session management; listener/connect modes, shell stabilization, module enum, tunnel and cleanup workflow.
    0
    installs
  23. Bore · aeondave bundle
    Auth/lab ref: ekzhang/bore: minimal Rust-based reverse TCP tunnel exposing a local port through a public relay (default bore.pub) or a self-hosted server, with optional HMAC `--secret` auth.
    0
    installs
  24. Nmap · aeondave bundle
    Auth/lab ref: Network port scanner for host discovery, port scanning, service/version detection, OS fingerprinting, and NSE script execution.
    0
    installs
  25. Holehe · aeondave bundle
    Auth/lab ref: Check if an email address is registered on 120+ websites using account-recovery probes (not login attempts).
    0
    installs
  26. Asnmap · aeondave
    Auth/lab ref: ProjectDiscovery tool for mapping IP ranges from ASN data. For passive recon to discover the full IP space owned by a target organization before port sweeping, and to identify cloud vs.
    0
    installs
  27. Katana · aeondave
    Auth/lab ref: ProjectDiscovery web crawler for endpoint and JS-endpoint discovery.
    0
    installs
  28. Shodan · aeondave bundle
    Auth/lab ref: Shodan CLI for passive internet-wide host and service discovery.
    0
    installs
  29. Checksec · aeondave
    Auth/lab ref: Linux binary and kernel hardening inspection tool for RELRO, canary, NX, PIE, RPATH, RUNPATH, symbols, fortify, and kernel config checks.
    0
    installs
  30. Patchelf · aeondave
    Auth/lab ref: ELF patching utility for changing interpreters, RPATH/RUNPATH, DT_NEEDED entries, and SONAME fields.
    0
    installs
  31. JWT Tool · aeondave
    Auth/lab ref: broad JWT testing and exploitation toolkit.
    0
    installs
  32. Smuggler · aeondave
    Auth/lab ref: HTTP/1.1 request smuggling and desync detection tool testing CL.TE, TE.CL, and TE.TE variants.
    0
    installs
  33. Xsstrike · aeondave bundle
    Auth/lab ref: XSStrike XSS validation; context analysis, DOM checks, crawler, blind callback workflow, WAF-aware evidence.
    0
    installs
  34. John · aeondave bundle
    Auth/lab ref: CPU-based password cracker supporting hundreds of hash formats with wordlist, rules, and incremental modes.
    0
    installs
  35. Beef · aeondave bundle
    Auth/lab ref: Browser Exploitation Framework - hook browsers via XSS/injected JS and perform client-side testing.
    0
    installs
  36. Pacu · aeondave
    Auth/lab ref: modular AWS exploitation framework for authorized cloud assessments.
    0
    installs
  37. Solc · aeondave
    Auth/lab ref: Solidity compiler for generating ABI, bytecode, metadata, and standard-json outputs.
    0
    installs
  38. Capa · aeondave bundle
    Auth/lab ref: capa capability detection; executable/sandbox triage, MITRE/MBC mapping, behavior summary, static review prioritization.
    0
    installs
  39. Yara · aeondave bundle
    Auth/lab ref: YARA pattern matching; files, binaries, memory images, strings/regex/byte rules, malware/stego/IOC classification.
    0
    installs
  40. Zeek · aeondave bundle
    Auth/lab ref: Protocol-aware network analysis engine that converts raw PCAP or live traffic into structured logs (conn.log, dns.log, http.log, ssl.log, files.log, etc.).
    0
    installs
  41. Arjun · aeondave
    Auth/lab ref: HTTP parameter discovery fuzzer with a large curated parameter dictionary. For fast testing-surface expansion and easy handoff into ffuf, dalfox, sqlmap, and custom replay pipelines.
    0
    installs
  42. Wfuzz · aeondave
    Auth/lab ref: Classic web application fuzzer using FUZZ placeholders across URL, headers, forms, auth, and request components.
    0
    installs
  43. Linpeas · aeondave bundle
    Auth/lab ref: LinPEAS Linux privilege review; weak permissions, services, env/config exposure, kernel hints, report triage.
    0
    installs
  44. Maigret · aeondave bundle
    Auth/lab ref: Build a dossier on a person from a single username: searches 2800+ sites, extracts profile data (name, bio, location, linked accounts), and generates HTML/PDF/CSV reports.
    0
    installs
  45. AWS CLI · aeondave
    Auth/lab ref: AWS CLI v2 for interacting with AWS services from the terminal.
    0
    installs
  46. Massdns · aeondave bundle
    Auth/lab ref: High-performance DNS resolver for bulk subdomain resolution. For you have a large subdomain list and need to resolve all entries quickly using public resolvers.
    0
    installs
  47. Wafw00f · aeondave
    Auth/lab ref: WAF detection tool. Fingerprints Web Application Firewalls by analyzing HTTP responses to crafted requests.
    0
    installs
  48. Ropgadget · aeondave
    Auth/lab ref: gadget discovery utility for ELF, PE, Mach-O, and raw binaries.
    0
    installs
  49. Test Driven Development · aeondave bundle
    Use when implementing persistent code, bug fixes, refactors, scripts, exploit tooling, harnesses, or skill utilities before writing implementation code. Applies when tests, reproducers, assertions, or verification can be written first; treat disposable spikes separately and convert them to tested code before claiming reliability.
    0
    installs
  50. Pi Extension Creator · aeondave bundle
    Create, review, package, and troubleshoot Pi coding-agent extensions and Pi packages. Use when asked to build TypeScript extensions for Pi, register tools with pi.registerTool, subscribe to pi.on lifecycle/tool/input/session events, add slash commands, keyboard shortcuts, or CLI flags, build custom UI/widgets/footers/headers/editors and message or tool renderers, contribute skills/prompts/themes, package resources through package.json pi.extensions/skills/prompts/themes, define subagent-style markdown agents in ~/.pi/agent/agents or .pi/agents, install via pi -e or pi install, or implement patterns like permission gates, protected paths, subagents, command rewriters, custom providers, and dynamic resources.
    0
    installs
  51. Adaptixc2 Dev · aeondave bundle
    Build, review, debug, package, and activate AdaptixC2 v2 extenders and AxScript UI: agent payload builders, listeners, services, plugin calls, lifecycle, axtool specs, source-contract checks, and verification. Use for authorized extension development, not live C2 operation.
    0
    installs
  52. Shellcode Dev · aeondave bundle
    Auth/lab dev: shellcode-format engineering; PIC, ABI, syscalls, encoders, memory permissions, reflective-loader labs, emulator validation.
    0
    installs
  53. Hydra · aeondave bundle
    Auth/lab ref: Online brute-force and password spraying tool supporting 50+ protocols (SSH, HTTP, FTP, SMB, RDP, WinRM, and more).
    0
    installs
  54. Zsteg · aeondave
    Auth/lab ref: zsteg PNG/BMP steganography; LSB, bit-plane, color-channel, hidden-data extraction after metadata/strings checks.
    0
    installs
  55. Jazzer · aeondave
    Auth/lab ref: Coverage-guided in-process fuzzing for JVM (Java/Kotlin/etc), based on libFuzzer concepts.
    0
    installs
  56. Winafl · aeondave
    Auth/lab ref: Coverage-guided fuzzing framework for Windows binaries. For fuzzing desktop apps, DLL harnesses, or Windows services with DynamoRIO/TinyInst/Intel PT instrumentation and persistent-loop target functions.
    0
    installs
  57. Chisel · aeondave bundle
    Auth/lab ref: HTTP-based TCP/UDP tunneling tool for port forwarding and SOCKS5 proxying through firewalls.
    0
    installs
  58. Netcat · aeondave bundle
    Auth/lab ref: Netcat (nc/ncat): TCP/UDP Swiss Army knife for callback-shell lab, bind-shell lab, port checks, banner grabbing, file transfer, port forwarding, and listener setup.
    0
    installs
  59. Pinggy · aeondave bundle
    Auth/lab ref: Pinggy localhost tunneling service for HTTP(S), TCP, UDP, TLS, and TLSTCP tunnels over SSH, Pinggy CLI, Docker, GUI app, Node.js SDK, or Python SDK.
    0
    installs
  60. Sherlock · aeondave bundle
    Auth/lab ref: Hunt username presence across 400+ social networks and output found profile URLs.
    0
    installs
  61. Gobuster · aeondave bundle
    Auth/lab ref: Directory, DNS subdomain, and vhost brute-forcer written in Go. For enumerate web directories, find hidden paths, brute-force subdomains via DNS, or discover virtual hosts on a web server.
    0
    installs
  62. Androguard · aeondave
    Auth/lab ref: Python toolkit for Android APK, DEX, resources, manifest, and certificate analysis.
    0
    installs
  63. One Gadget · aeondave
    Auth/lab ref: libc gadget finder for `execve`-style code execution opportunities under known register and stack constraints.
    0
    installs
  64. Psexec · aeondave
    Auth/lab ref: Impacket psexec for remote SYSTEM-level shell execution on Windows hosts via SMB.
    0
    installs
  65. Rubeus · aeondave
    Auth/lab ref: Kerberos testing toolkit for TGT/TGS requests, AS-REP roasting, Kerberoasting, pass-the-ticket, overpass-the-hash, and S4U delegation misuse.
    0
    installs
  66. Watson · aeondave bundle
    Auth/lab ref: Windows patch vulnerability analyzer that identifies missing KB patches and maps to known exploitable CVEs.
    0
    installs
  67. Bluez · aeondave bundle
    Auth/lab ref: BlueZ Bluetooth stack and CLI workflow: Linux, covering bluetoothctl-driven discovery, pairing, BLE inspection, and low-level troubleshooting utilities.
    0
    installs
  68. Python Reverser Patterns · aeondave bundle
    Reverse binaries and Python artifacts with Python: parse ELF/PE, disassemble with pwntools/capstone, instrument with Frida, recover .pyc and PyInstaller payloads. Use when analyzing malware, packed Python, stripped binaries, or runtime hooks — not for CPython language style (python-patterns).
    0
    installs
  69. Agents Claude Creator · aeondave bundle
    Design, build, and tune Claude agents — primarily Claude Code subagents (the Markdown + YAML files under .claude/agents/ or ~/.claude/agents/ that Claude delegates to), and also Claude Managed Agents (the cloud agent harness on the API). Use when asked to create a Claude agent or subagent, write agent frontmatter (name, description, tools, model, skills, permissionMode, hooks, memory), design a focused reviewer/debugger/researcher agent, scope tool access, route work to a cheaper model, build a team of delegating agents, or fix an agent that never triggers or sees the wrong context. Not for AGENTS.md / CLAUDE.md instruction files (use agent-md-creator), portable Agent Skills (use skill-creator), or OpenCode agents (use opencode-agent-creator).
    0
    installs
  70. Deep Research Generic · aeondave
    File-backed deep research with recursive link-following, multi-tool web fetching, and step-by-step synthesis. Use when the user asks to research, investigate, analyze, or summarize a topic in depth; when a thorough answer requires gathering and cross-referencing multiple sources; or when output must be comprehensive, cited, and not limited by context window size. For CVE/exploit/threat-intel research → use deep-research-offensive.
    0
    installs
  71. Flipper Zero · aeondave
    Flipper Zero app development (FAP), Sub-GHz scripting, badUSB automation, and GPIO hardware bridging.
    0
    installs
  72. Uart Console · aeondave
    Identification, connection, and exploitation of UART serial consoles (U-Boot/Barebox interrupt, bootargs patching) during hardware assessments.
    0
    installs
  73. Boofuzz · aeondave
    Auth/lab ref: Python network protocol fuzzing framework (Sulley successor). For stateful TCP/UDP protocol fuzzing, request-graph modeling, monitor-driven crash detection, and reproducible protocol campaign workflows.
    0
    installs
  74. Crlfuzz · aeondave
    Auth/lab ref: Specialized web fuzzing tool for CRLF injection and HTTP response splitting detection.
    0
    installs
  75. Radamsa · aeondave
    Auth/lab ref: General-purpose mutation engine for generating malformed test inputs.
    0
    installs
  76. Restler · aeondave
    Auth/lab ref: Stateful REST API fuzzer from OpenAPI specs. For testing complex API dependency chains, producer-consumer request sequencing, and replayable bug-bucket workflows for API reliability/security testing.
    0
    installs
  77. Neuromatrix · aeondave bundle
    Operate the standalone, client-neutral NeuroMatrix emulation MCP: create isolated sessions, stage CAS artifacts, discover and run Unicorn/Qiling/QEMU/Renode tools, manage jobs and interactive processes, expose guest endpoints, and debug emulated targets with GDB. Use for reverse engineering, user-mode or full-system emulation, firmware/kernel/MCU analysis, guest-service rehosting, runtime-evidence collection, or as the optional emulation provider behind MCPwn or another orchestrator.
    0
    installs
  78. Masscan · aeondave bundle
    Auth/lab ref: ultra-fast async TCP SYN port scanner capable of scanning the entire IPv4 internet in minutes.
    0
    installs
  79. Hakrawler · aeondave bundle
    Auth/lab ref: Fast Go web crawler for discovering URLs, endpoints, and JavaScript files. For crawling web applications to build a URL inventory before fuzzing or during OSINT on web infrastructure.
    0
    installs
  80. Subfinder · aeondave bundle
    Auth/lab ref: Passive subdomain enumeration tool using 40+ OSINT sources.
    0
    installs
  81. Binaryninja · aeondave bundle
    Auth/lab ref: Commercial reverse engineering platform with decompiler, multi-architecture IL system (LLIL/MLIL/HLIL), and Python scripting API.
    0
    installs
  82. Weevely3 · aeondave bundle
    Auth/lab ref: Weevely3 PHP web-shell artifact analysis; file ops, module inventory, pivot-risk review, containment and cleanup notes.
    0
    installs
  83. Certipy · aeondave bundle
    Auth/lab ref: Python-based AD Certificate Services testing tool.
    0
    installs
  84. Coercer · aeondave
    Auth/lab ref: Coercer forces Windows servers to authenticate to a controlled host by abusing MS-RPRN, MS-EFSR, MS-DFSNM, and other RPC protocols, enabling NTLM relay or hash capture.
    0
    installs
  85. Inveigh · aeondave
    Auth/lab ref: Inveigh Windows name-resolution assessment; LLMNR/NBT-NS/mDNS/DNS exposure, NTLM evidence, relay-risk notes.
    0
    installs
  86. Lazagne · aeondave
    Auth/lab ref: LaZagne secret-exposure audit; browser/app/Wi-Fi/Git artifacts, user/admin context, defensive validation evidence.
    0
    installs
  87. Winpeas · aeondave bundle
    Auth/lab ref: Windows privilege escalation enumeration tool that identifies misconfigurations, weak permissions, unpatched services, and privilege escalation paths.
    0
    installs
  88. Kismet · aeondave bundle
    Auth/lab ref: Passive wireless sniffer, WIDS, and wardriving platform for Wi-Fi, Bluetooth, Zigbee, and other RF sources.
    0
    installs
  89. Lswifi · aeondave bundle
    Auth/lab ref: CLI-centric Windows Wi-Fi scanning tool exposing richer nearby-network data than built-in commands, including RSSI, security details, information elements, 6 GHz Reduced Neighbor Reports, JSON/CSV export.
    0
    installs
  90. Wifite · aeondave bundle
    Auth/lab ref: Automated Wi-Fi auditing wrapper for WEP/WPA/WPA2/PMKID workflows with minimal operator input.
    0
    installs
  91. Opencode Agent Creator · aeondave bundle
    Design, build, and tune OpenCode CLI agents and multi-agent teams. Use when asked to create an OpenCode agent, a subagent, an orchestrator/supervisor, a roster of specialists, a swarm/parallel fan-out, or an agent .md / opencode.json config. Covers agent modes (primary/subagent/all), the built-in agents (build, plan, general, explore, scout), the native Task tool for hierarchical delegation, permission.task dispatch whitelists, per-agent model/cost routing (and the no-per-task-model constraint plus the background-agents plugin workaround), the supervisor/swarm/mesh/template topologies and which are natively supported, custom tools, plugins, and secrets. Not for AGENTS.md instruction files (use agent-md-creator), generic Agent Skills (use skill-creator), or Claude Code subagents (use agents-claude-creator).
    0
    installs
  92. Edr Evasion Dev · aeondave bundle
    Auth/lab dev: Windows + Linux detection-resilience research; syscall dispatch, stack/call-chain spoofing, sleep-state, memory permissions, ETW/AMSI + eBPF/io_uring/LD_PRELOAD telemetry tradeoffs, kernel-visible signals, and cross-platform loader OPSEC with signal-cost budgeting.
    0
    installs
  93. Hashcat · aeondave bundle
    Auth/lab ref: GPU-accelerated offline password recovery for hashes, network captures, and encrypted-volume headers. Use for dictionary, rule, mask, hybrid, and TrueCrypt/VeraCrypt header campaigns.
    0
    installs
  94. Autopsy · aeondave bundle
    Auth/lab ref: GUI digital forensics platform built on The Sleuth Kit. For visually triage a disk image: open image, run ingest modules, search artifacts.
    0
    installs
  95. Mftecmd · aeondave
    Auth/lab ref: NTFS metadata triage with MFTECmd for $MFT/$J/$I30/$Boot artifacts.
    0
    installs
  96. Tcpdump · aeondave bundle
    Auth/lab ref: CLI packet capture and BPF filter tool.
    0
    installs
  97. Oss Fuzz · aeondave
    Auth/lab ref: Google-hosted continuous fuzzing service for open-source projects. For long-running, scalable fuzz campaigns, sanitizer-backed triage, and continuous bug reporting with reproducible local workflows.
    0
    installs
  98. Mqtt Pwn · aeondave
    Auth/lab ref: MQTT-PWN broker assessment; connect, topics/messages, $SYS fingerprinting, weak-auth checks, IoT evidence workflow.
    0
    installs
  99. Pymodbus · aeondave
    Auth/lab ref: Python library for Modbus TCP and serial communication.
    0
    installs
  100. Rustscan · aeondave bundle
    Auth/lab ref: Ultra-fast port scanner that finds open ports in seconds then auto-pipes into nmap for service/version detection.
    0
    installs