securityfortech/hacking-skills
Plugin Claude Code
Plugin marketplace listing 4 plugins: web, mobile, cicd, meta.
securityfortech/hacking-skills
Plugin Claude Code
Plugin marketplace listing 4 plugins: web, mobile, cicd, meta.
securityfortech/hacking-skills
Instructions file
Claude Code instructions for securityfortech/hacking-skills, covering hacking-skills, picking an agent role, using the skills graph, logging and improving skills and adding new skills.
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…
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"…
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"…
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…
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"…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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)…
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…
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…
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…
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"…