What problem does it solve?
This Skill unit equips you with a vast arsenal of web exploitation techniques to efficiently solve Capture The Flag (CTF) challenges.
Core Features & Use Cases
- Web Exploitation Techniques: Covers a wide range of web vulnerabilities including XSS, SQLi, SSTI, SSRF, XXE, JWT, auth bypass, file upload, and more.
- Reconnaissance and Enumeration: Offers commands for recon, fuzzing, and enumeration to uncover potential vulnerabilities.
- Exploit Development: Provides guidance on developing exploits for various web vulnerabilities.
- Use Case: Use this Skill unit to identify and exploit vulnerabilities in a web application during a CTF challenge, leading to successful exploitation and flag retrieval.
Quick Start
Load the ctf-web skill into your context, then use the following commands for reconnaissance:
curl -sI https://target.com
ffuf -u https://target.com/FUZZ -w wordlist.txt