CuriousLearnerDev

59 mods across 1 repository, 51 stars between them.

php-route-tracer

25

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A PHP source-code data-flow tracer that follows a chosen web route from its handler to a final sensitive operation, called a sink. It tracks parameters and variables and reports whether user input can control them, without declaring a vulnerability.

51 1mo ago A 60 tokens

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A PHP source-code checker for session and cookie security. It reviews session fixation, unsafe cookie settings, JWT validation flaws, and risks in “remember me” login features.

51 1mo ago A 59 tokens

php-sql-audit

27

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A PHP source-code checker for SQL injection, a flaw that can let untrusted input alter database queries. It finds SQL execution points and assesses whether they can be exploited.

51 1mo ago A 53 tokens

php-ssrf-audit

28

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A PHP source-code checker for SSRF, a flaw where user-controlled addresses make the server send unwanted network requests. It follows URLs or addresses into network-request code and checks internal-network, protocol, port, and response restrictions.

51 1mo ago A 64 tokens

php-symfony-audit

29

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A security review tool for Symfony applications, a PHP web framework. It checks security.yaml settings, CSRF protection, Twig template output, expressions, and access-control rules.

51 1mo ago A 76 tokens

php-thinkphp-audit

30

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A security review tool for ThinkPHP applications, a PHP web framework. It checks framework-specific access control, request protection, template escaping, database writes, debugging, and configuration exposure.

51 1mo ago A 88 tokens

php-tpl-audit

31

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A PHP source-code review tool for template injection, where attacker-controlled template text or expressions may be executed by the server.

51 1mo ago A 68 tokens

php-wordpress-audit

33

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A security review tool for WordPress applications, a widely used PHP website platform. It checks nonces, permission checks, AJAX handlers, escaping, sanitising, redirects, uploads, and remote requests.

51 1mo ago A 84 tokens

php-xss-audit

34

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A PHP source-code review tool for XSS, a vulnerability where untrusted input is returned to a browser as active content.

51 1mo ago A 63 tokens

php-xxe-audit

35

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A PHP source-code review tool for XXE, a vulnerability where unsafe XML processing can expose files or trigger unwanted requests.

51 1mo ago A 57 tokens

php-yii-audit

36

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A security review tool for Yii applications, usually Yii2, a PHP web framework. It checks access-control rules, CSRF protection, input filters, output encoding, URLs, and redirects.

51 1mo ago A 81 tokens

code-audit

37

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

Professional code security audit skill covering 55+ vulnerability types. Enhanced with WooYun 88,636 real-world vulnerability cases (2010-2016). This skill should be used when performing security audits, vulnerability scanning, penetration testing preparation, or code review for security issues. Supports 9 languages…

51 1mo ago A 193 tokens

ctf-ai-ml

38

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

Provides AI and machine learning techniques for CTF challenges. Use when attacking ML models, crafting adversarial examples, performing model extraction, prompt injection, membership inference, training data poisoning, fine-tuning manipulation, neural network analysis, LoRA adapter exploitation, LLM jailbreaking, or…

51 1mo ago B 67 tokens

ctf-crypto

39

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

Provides cryptography attack techniques for CTF challenges. Use when attacking encryption, hashing, signatures, ZKP, PRNG, or mathematical crypto problems involving RSA, AES, ECC, lattices, LWE, CVP, number theory, Coppersmith, Pollard, Wiener, padding oracle, GCM, key derivation, or stream/block cipher weaknesses.

51 1mo ago A 78 tokens

ctf-forensics

40

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

Provides digital forensics and signal analysis techniques for CTF challenges. Use when analyzing disk images, memory dumps, event logs, network captures, cryptocurrency transactions, steganography, PDF analysis, Windows registry, Volatility, PCAP, Docker images, coredumps, side-channel power traces, DTMF audio…

51 1mo ago D 88 tokens

ctf-malware

41

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

Provides malware analysis and network traffic techniques for CTF challenges. Use when analyzing obfuscated scripts, malicious packages, custom crypto protocols, C2 traffic, PE/.NET binaries, RC4/AES encrypted communications, YARA rules, shellcode analysis, memory forensics for malware (Volatility malfind, process…

51 1mo ago A 101 tokens

ctf-misc

42

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

Provides miscellaneous CTF challenge techniques for problems that do not cleanly fit the main categories. Use for encoding puzzles, pyjails, bash jails, RF/SDR, DNS oddities, unicode tricks, esoteric languages, QR or audio puzzles, constraint solving, game theory, unusual sandbox escapes, and hybrid logic puzzles.…

51 1mo ago F 122 tokens

ctf-osint

43

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

Provides open source intelligence techniques for CTF challenges. Use when gathering information from public sources, social media, geolocation, DNS records, username enumeration, reverse image search, Google dorking, Wayback Machine, Tor relays, FEC filings, or identifying unknown data like hashes and coordinates.

51 1mo ago A 65 tokens

ctf-pwn

44

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

Provides binary exploitation techniques for CTF challenges. Use when you already have a vulnerable native target or service and need to turn memory corruption or low-level primitives into code execution or privilege escalation, such as buffer overflows, format strings, heap bugs, ROP, ret2libc, shellcode, kernel…

51 1mo ago C 122 tokens

ctf-reverse

45

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

Provides reverse engineering techniques for CTF challenges. Use when the main job is to understand how a compiled, obfuscated, packed, or virtualized target works before exploiting or solving it, including binaries, APKs, WASM, firmware, custom VMs, bytecode, game clients, malware-like loaders, and anti-debug or…

51 1mo ago A 125 tokens

ctf-web

46

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

Provides web exploitation techniques for CTF challenges. Use when the target is primarily an HTTP application, API, browser client, template engine, identity flow, or smart-contract frontend/backend surface, including XSS, SQLi, SSTI, SSRF, XXE, JWT, auth bypass, file upload, request smuggling, OAuth/OIDC, SAML…

51 1mo ago B 124 tokens

ctf-writeup

47

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

Generates a single standardized submission-style CTF writeup for competition handoff and organizer review. Use after solving a CTF challenge to document the solution steps, tools used, and lessons learned in a structured format.

51 1mo ago A 48 tokens

solve-challenge

48

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

Solves CTF challenges by performing first-pass triage, identifying the dominant category, and routing execution to the right specialized ctf- skill. Use when the user gives you a challenge bundle, a remote service, a suspicious file, or only a vague challenge description and you must determine where to start. Do not…

51 1mo ago A 102 tokens