MMMd Mehedi Hasaninsecuritytalent.hashnode.dev·Jun 7 · 4 min readJavaScript Prototype Pollution Deep Dive : - Reconnaissance, Exploitation & Bug Bounty Guideline Table of Contents What Is Prototype Pollution? The JavaScript Prototype Chain — Deep Dive Attack Vectors & Entry Points Reconnaissance Methodology Exploitation Techniques — From XSS to RCE Real-00
MMMd Mehedi Hasaninsecuritytalent.hashnode.dev·May 3 · 8 min readCVE-2026–41940: Bug Bounty Hunter’s Guide to cPanel’s CRLF Authentication Bypass Why This Matters for Bug Bounty CVE-2026–41940 is the kind of vulnerability that defines a bug bounty career. It’s a CVSS 10.0, unauthenticated, remote root compromise affecting ~70 million domains — 00
MMMd Mehedi Hasaninsecuritytalent.hashnode.dev·Nov 3, 2023 · 2 min readIterator in javascriptIn JavaScript, an iterator is an object that provides a way to iterate (loop) through a collection of values, such as an array, a string, or any other iterable data structure. Iterators are commonly used with the for...of loop to traverse the element...00
MMMd Mehedi Hasaninsecuritytalent.hashnode.dev·Oct 24, 2023 · 2 min readjavascript Multidimensional ArrayIn JavaScript, a multidimensional array is an array of arrays. You can create a two-dimensional or higher-dimensional array to store and manipulate data in a tabular form or a grid-like structure. Here's how you can work with multidimensional arrays ...00