Daily Writeups
3.76K subscribers
4 photos
133K links
Daily Bug Bounty / Cybersecurity Writeups
Source Code : https://github.com/Spix0r/writeup-miner
Download Telegram
Title: Vitest Flaw Rated CVSS 9.4 Hits an npm Package With 65 Million Weekly Downloads
════════════════════════
𐀪 Author: Do Son
════════════════════════
Time: Wed, 22 Jul 2026 02:12:08 +0000
════════════════════════
Tags: #Vulnerability Report #Arbitrary File Read #GHSA_p63j_vcc4_9vmv #javascript #npm #Path Traversal #Supply Chain Security #Vite #Vitest #Vitest Browser Mode
Title: TryHackMe: Room 404 Walkthrough | Hacker Holidays — Day 2
════════════════════════
𐀪 Author: Rishi Kumavat
════════════════════════
Time: Wed, 29 Jul 2026 04:13:25 GMT
════════════════════════
Tags: #python #tryhackme #javascript #programming #tech
Title: Verifiable Bookmarklets
════════════════════════
𐀪 Author: Roberto Vázquez González
════════════════════════
Time: Wed, 29 Jul 2026 09:57:34 GMT
════════════════════════
Tags: #javascript_development #bookmarklet #javascript #hacking #javascript_tips
Title: Learning CORS the Right Way: Understanding the Browser Before the Attack
════════════════════════
𐀪 Author: Anandhu Kannan
════════════════════════
Time: Tue, 04 Aug 2026 18:12:31 GMT
════════════════════════
Tags: #portswigger #ethical_hacking #javascript #bug_bounty #cors
Title: Shai-Hulud npm Worm Compromises Supply Chain
════════════════════════
𐀪 Author: Nam Phong
════════════════════════
Time: Wed, 05 Aug 2026 14:20:36 +0000
════════════════════════
Tags: #Malware #cybersecurity #JavaScript #malware #npm #Shai_Hulud #supply chain attack
Title: The Premium Feature That Was Only One API Request Away
════════════════════════
𐀪 Author: L0Ay
════════════════════════
Time: Wed, 05 Aug 2026 17:37:36 GMT
════════════════════════
Tags: #javascript #penetration_testing #bug_bounty_writeup #bug_bounty #bug_bounty_tips
Title: WebGPU: Hacking 101
════════════════════════
𐀪 Author: Pratik Sharma
════════════════════════
Time: Wed, 05 Aug 2026 20:49:13 GMT
════════════════════════
Tags: #javascript #programming #security #hacking
Title: DOM XSS using web messages
════════════════════════
𐀪 Author: Mubin mujawar
════════════════════════
Time: Fri, 07 Aug 2026 10:51:46 GMT
════════════════════════
Tags: #cybersecurity #xss_vulnerability #portswigger #javascript #web_security
Title: How a JavaScript file led me to an Admin Access
════════════════════════
𐀪 Author: Said-Abbosxon Nabijonov | 0trc
════════════════════════
Time: Tue, 11 Aug 2026 09:05:14 GMT
════════════════════════
Tags: #penetration_testing #cybersecurity #infosec #pentesting #javascript
Forwarded from Bug Bounty Diary
Extract & Download All JavaScript Files for Recon

For modern web apps, scraping <script> tags or relying on Burp's Site Map often isn't enough. Why? Because applications may dynamically load JavaScript from CDNs, cross-origin domains, specific routes (Lazy Loading), or after user interactions.

My Approach:
1. Open DevTools → Network
2. Enable Preserve log
3. Crawl the target and visit relevant pages/features
4. Interact with the application to trigger dynamic resources
5. Export the traffic as a HAR
6. Extract all JavaScript files from .HAR file using unhar (I'll talk about it in the next post.)

#bugbounty #javascript #recon
© t.iss.one/BugBounty_Diary
1
Forwarded from Bug Bounty Diary
Unhar - Extract, Unminify, Beautify Javascript files from .Har file

In the previous post, I explained my approach to capturing and downloading a website’s JavaScript resources into a .HAR file for further local analysis. Now, let’s take it a step further with unhar and process that HAR files.

unhar turns a raw .HAR file into a structured set of web assets for local analysis. It extracts unique JavaScript and HTML resources while preserving the original URL structure, fetches available source maps, beautifies/unminifies JavaScript, and extracts inline scripts from HTML pages.

In short: HAR → Extract → Source Maps → Beautify → Ready for Analysis

Installation
git clone https://github.com/Spix0r/unhar
cd unhar


Usage
# custom output directory
python3 unhar.py site.har --output folder

# skip source map fetching
python3 unhar.py site.har --no-srcmap

# skip beautify
python3 unhar.py site.har --no-beautify


Repository: Github

#bugbounty #javascript #recon
© t.iss.one/BugBounty_Diary
Title: JAVA SCRIPT DEOBFUSCATION
════════════════════════
𐀪 Author: Hassan Saif
════════════════════════
Time: Mon, 31 Aug 2026 16:33:55 GMT
════════════════════════
Tags: #js_deobfuscation_walk_thr #hackthebox_writeup #js_deobfuscation #javascript #hackthebox
Title: Systematic JavaScript Reconnaissance
════════════════════════
𐀪 Author: Taoqui
════════════════════════
Time: Thu, 03 Sep 2026 14:54:34 GMT
════════════════════════
Tags: #javascript #bug_bounty #infosec #reconnaissance #cybersecurity
Title: JavaScript: Simple Demo — Try Hack Me
════════════════════════
𐀪 Author: Chittanoori Divyashrith
════════════════════════
Time: Fri, 04 Sep 2026 07:13:23 GMT
════════════════════════
Tags: #cybersecurity #javascript_simple_demo #pre_security #tryhackme
Title: Finding Secrets Inside JavaScript Files
════════════════════════
𐀪 Author: Monika
════════════════════════
Time: Sat, 05 Sep 2026 22:53:39 GMT
════════════════════════
Tags: #javascript #cybersecurity #ethical_hacking #bug_bounty #technology
Title: Cloudflare Raises Workers Size Limit to 64 MiB for Free and Paid Plans
════════════════════════
𐀪 Author: Do Son
════════════════════════
Time: Mon, 07 Sep 2026 03:46:37 +0000
════════════════════════
Tags: #Technology #cloudflare #Cloudflare Workers #developer platform #Edge Computing #JavaScript bundle #serverless #Workers size limit #Wrangler
Title: Common Sensitive Files You Should Look For During Web Recon
════════════════════════
𐀪 Author: Monika
════════════════════════
Time: Mon, 07 Sep 2026 19:17:01 GMT
════════════════════════
Tags: #cybersecurity #bug_bounty #javascript #technology #hacking
Title: A Browser-Visible API Key Is Evidence, Not a Verdict
════════════════════════
𐀪 Author: Lars at Veristria
════════════════════════
Time: Tue, 08 Sep 2026 10:32:33 GMT
════════════════════════
Tags: #javascript #incident_response #cybersecurity #api_security #devsecops
Title: When JavaScript Gets Confused: A Look at Chrome’s V8 Vulnerabilities
════════════════════════
𐀪 Author: Fatima Zakir
════════════════════════
Time: Thu, 17 Sep 2026 22:04:20 GMT
════════════════════════
Tags: #javascript #vulnerability #technology #hacking #cybersecurity
Title: vm2’s Sandbox Just Failed for the Third Time This Week.
════════════════════════
𐀪 Author: Vortex 404
════════════════════════
Time: Sat, 19 Sep 2026 15:51:47 GMT
════════════════════════
Tags: #devsecops #vulnerability_management #nodejs #javascript #application_security