securityfortech/hacking-skills

Claude Code skills for finding bugs and vulnerabilities — bug bounty, pentest, CTF, code review.

11Stars on the repository
45Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

securityfortech/hacking-skills

Skill Claude CodeCodex

Use when hunting CI/CD bot comment command vulnerabilities where issuecomment or pullrequestreviewcomment triggers invoke privileged workflows without verifying the commenter's identity or authorization. Trigger on: "bot command injection", "issuecomment trigger", "@github-actions", "slash command CI", "CI bot…

11 5mo ago B 106 tokens

securityfortech/hacking-skills

Skill Claude CodeCodex

Use when hunting GitHub Actions cache poisoning vulnerabilities where an attacker can inject malicious content into the CI/CD cache and have it restored by a privileged downstream workflow. Trigger on: "cache poisoning", "actions/cache", "actions/setup-node", "nodemodules cache", "GitHub Actions cache", "pnpm cache"…

11 5mo ago B 159 tokens

securityfortech/hacking-skills

Skill Claude CodeCodex

Use when auditing GitHub Actions workflows for script injection vulnerabilities via unsanitized context expressions. Trigger on: "github actions injection", "workflow injection", "headref injection", "github context injection", "pwn request", "github.headref", "github.event.pullrequest.title"…

11 5mo ago A 95 tokens

pwn-request

04

securityfortech/hacking-skills

Skill Claude CodeCodex

Use when hunting Pwn Request vulnerabilities where pullrequesttarget workflows checkout attacker-controlled PR code and execute it in a privileged context with access to repository secrets. Trigger on: "pwn request", "pullrequesttarget", "checkout PR head", "npm install in CI", "lifecycle scripts in CI", "preinstall…

11 5mo ago C 117 tokens

securityfortech/hacking-skills

Skill Claude CodeCodex

Use when hunting self-hosted GitHub Actions runner vulnerabilities where fork pull requests can execute on privileged non-ephemeral runners. Trigger on: "self-hosted runner", "runs-on self-hosted", "fork PR workflow", "non-ephemeral runner", "first-time contributor approval", "runner images", "azure-builds runner"…

11 5mo ago E 126 tokens

amend-skill

06

securityfortech/hacking-skills

Skill Claude CodeCodex

Inspects a skill's SKILL.md and its observations/runs.md log, identifies failure patterns, and proposes a targeted amendment to improve the skill. Trigger on: "improve this skill", "fix this skill", "update this skill", "why does X keep failing", "this skill is wrong", "add this to the skill", or automatically when…

11 5mo ago A 121 tokens

distill-skill

07

securityfortech/hacking-skills

Skill Claude CodeCodex

Use when the user wants to extract reusable offensive security knowledge from any source and generate a SKILL.md file. Trigger on: "distill this", "extract skill from", "turn this into a skill", "generate skill from", "convert this report/blog/book/walkthrough into a skill", or when the user pastes raw security…

11 5mo ago A 105 tokens

observe-skill

08

securityfortech/hacking-skills

Skill Claude CodeCodex

Logs the outcome of a skill execution to observations/ /runs.md. Trigger on: "log this run", "skill worked", "skill failed", "this didn't work", "log the outcome", "record this", "note that", or after any skill completes with a clear success, partial, or failure outcome. Creates the observations file if it does not…

11 5mo ago A 108 tokens

mobile-auth-bypass

09

securityfortech/hacking-skills

Skill Claude CodeCodex

Detects authentication and biometric bypass vulnerabilities in mobile apps (Android/iOS). Trigger on: BiometricPrompt, LocalAuthentication, LAContext, evaluatePolicy, CryptoObject, Android Keystore, Secure Enclave, kSecAccessControlBiometryCurrentSet, userAuthenticationValidityDurationSeconds, confirmCredentials…

11 5mo ago A 107 tokens

mobile-code-quality

10

securityfortech/hacking-skills

Skill Claude CodeCodex

Detects code quality vulnerabilities in mobile apps (Android/iOS). Trigger on: SQL injection in SQLite, JavaScript injection in WebViews, intent injection, unsafe deserialization, NSKeyedUnarchiver, NSCoding, Java serialization, Parcelable, buffer overflow, JNI native code, PIE disabled, NX disabled, stack canary…

11 5mo ago A 132 tokens

mobile-weak-crypto

11

securityfortech/hacking-skills

Skill Claude CodeCodex

Detects weak or misconfigured cryptography in mobile apps (Android/iOS). Trigger on: hardcoded keys, ECB mode, DES, 3DES, RC4, MD5, SHA-1, SecureRandom misuse, static IV, reused IV, Math.random, arc4random, CommonCrypto, CryptoKit, Android Keystore, SecKey, AES-ECB, RSA without OAEP, insufficient key size, predictable…

11 5mo ago A 132 tokens

securityfortech/hacking-skills

Skill Claude CodeCodex

Detects insecure network communication in mobile apps (Android/iOS). Trigger on: cleartext HTTP, TLS misconfiguration, certificate pinning bypass, hostname verification disabled, allowCleartextTraffic, NSAllowsArbitraryLoads, ATS exceptions, custom TrustManager, ALLOWALLHOSTNAMEVERIFIER, TLS 1.0/1.1, weak cipher…

11 5mo ago A 136 tokens

securityfortech/hacking-skills

Skill Claude CodeCodex

Detects insecure platform interaction in mobile apps (Android/iOS). Trigger on: exported Activity, exported Service, exported BroadcastReceiver, Content Provider, Intent injection, deep link hijacking, WebView JavaScript enabled, JavascriptInterface, addJavascriptInterface, setJavaScriptEnabled, intent:// scheme…

11 5mo ago A 133 tokens

mobile-resilience

14

securityfortech/hacking-skills

Skill Claude CodeCodex

Detects weak reverse engineering and tampering protections in mobile apps (Android/iOS). Trigger on: root detection bypass, jailbreak detection bypass, Frida detection, debugger detection, anti-debugging, ptrace, sysctl, emulator detection, code obfuscation absent, debug symbols present, get-task-allow, ProGuard…

11 5mo ago A 131 tokens

securityfortech/hacking-skills

Skill Claude CodeCodex

Detects sensitive data stored insecurely on mobile devices (Android/iOS). Trigger on: SharedPreferences, NSUserDefaults, SQLite, Room DB, DataStore, Core Data, Keychain misconfiguration, external storage, backup exposure, plaintext files, unencrypted databases, adb backup, iCloud backup, NSFileProtection…

11 5mo ago A 116 tokens

auth-bypass

16

securityfortech/hacking-skills

Skill Claude CodeCodex

Bypass authentication via forced browsing to protected URLs, parameter tampering (authenticated=yes, debug=true, fromtrustIP=true), session ID prediction from linear/incremental cookies, SQL injection on login forms, PHP unserialize() boolean type juggling (b:1 payload), and credential transport over HTTP. Detectable…

11 5mo ago A 80 tokens

default-credentials

17

securityfortech/hacking-skills

Skill Claude CodeCodex

Identify and exploit default or weak credentials on web application login forms, admin panels, CMS backends (WordPress wp-admin, Joomla, Drupal), and embedded device management interfaces. Signals include framework fingerprinting (WhatWeb, Wappalyzer, Nikto), exposed admin paths from robots.txt/dirbusting, and weak…

11 5mo ago A 99 tokens

jwt-misconfig

18

securityfortech/hacking-skills

Skill Claude CodeCodex

JWTs that accept alg: none, trust the algorithm declared in the token header, or use guessable HMAC secrets allow attackers to forge arbitrary tokens — including admin-level claims — without knowing any signing key. Algorithm confusion attacks exploit servers that accept both RS256 (asymmetric) and HS256 (symmetric)…

11 5mo ago A 0 tokens

securityfortech/hacking-skills

Skill Claude CodeCodex

Exploit weak password reset and change flows via CSRF on reset forms, cross-user password modification by swapping username parameters, token predictability in reset links, reset displaying old password in plaintext (revealing weak storage), missing current-password verification on change forms, and session hijacker…

11 5mo ago A 85 tokens

authz-bypass

20

securityfortech/hacking-skills

Skill Claude CodeCodex

Test horizontal and vertical authorization bypass via session ID swapping between accounts, IDOR through parameter manipulation (invoice=, user=, menuitem=, EventID=), and special header injection (X-Original-URL, X-Rewrite-URL, X-Forwarded-For, X-Remote-IP, X-Client-IP with 127.0.0.1/localhost/RFC1918 values). Tools…

11 5mo ago A 110 tokens

bola-idor

21

securityfortech/hacking-skills

Skill Claude CodeCodex

Use when hunting Broken Object Level Authorization (BOLA) or Insecure Direct Object Reference (IDOR) vulnerabilities in APIs or web applications. Trigger on: "BOLA", "IDOR", "broken object level", "access other users", "object reference", numeric or UUID IDs in URLs or request bodies, user-scoped resources, horizontal…

11 5mo ago A 107 tokens

mass-assignment

22

securityfortech/hacking-skills

Skill Claude CodeCodex

Frameworks that automatically bind request body parameters to model attributes (Rails, Laravel, Django, Mongoose, Sequelize) allow attackers to set fields that were never meant to be user-modifiable. A profile update endpoint intended to accept {name, email} will also accept {role: "admin", plan: "enterprise"…

11 5mo ago A 0 tokens

path-traversal

23

securityfortech/hacking-skills

Skill Claude CodeCodex

Exploit path traversal and local/remote file inclusion (LFI/RFI) via URL parameters, cookies, and hidden fields using ../ sequences, URL encoding (%2e%2e%2f), double encoding (%252e%252e%255c), Unicode bypasses (..%c0%af), and Windows UNC paths. PHP include/require with $GET/$POST/$COOKIE pattern. Target /etc/passwd…

11 5mo ago A 118 tokens

clickjacking

24

securityfortech/hacking-skills

Skill Claude CodeCodex

Clickjacking overlays a target page in a transparent or hidden iframe, tricking victims into clicking UI elements they cannot see. Detect by attempting to load the target in an iframe and checking for X-Frame-Options (DENY/SAMEORIGIN) or Content-Security-Policy: frame-ancestors headers. Frame-busting JavaScript can be…

11 5mo ago A 120 tokens