#cybersecurity

  1. Prapattimynk

    Bug Bounty Tip: Extract JavaScript File URLs from Any Page!

    🕵️‍♂️ Bug Bounty Tip: Extract JavaScript File URLs from Any Page! Skip DevTools! Use this powerful bookmarklet to instantly grab all `.js` file URLs from any web page and save them to a `.txt` file. 🚀 Why This Matters: Quickly collect all linked JavaScript files Use them for static analysis...
  2. Prapattimynk

    DOM XSS LAB - Vulnerability Analysis & Walkthrough

    🧪 Overview A classic DOM-based XSS challenge involving poor URL validation logic and parameter filtering. This write-up walks through the vulnerable JavaScript code and how to exploit it. 🔍 Step-by-Step Analysis Step 1: Parameter Parsing Function (Lines 84–91) var p = function () { const s...
Back
Top