https://github.com/cosad3s/njsdump
Dump paths & pages from Next.js Manifest
https://github.com/cosad3s/njsdump
bugbounty nextjs recon security
Last synced: 8 months ago
JSON representation
Dump paths & pages from Next.js Manifest
- Host: GitHub
- URL: https://github.com/cosad3s/njsdump
- Owner: cosad3s
- Created: 2024-03-19T10:50:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T11:06:22.000Z (over 2 years ago)
- Last Synced: 2025-08-17T03:38:20.540Z (10 months ago)
- Topics: bugbounty, nextjs, recon, security
- Language: Shell
- Homepage:
- Size: 73.2 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# njsdump
Simple script for dumping paths & pages from Next.js Manifest
## Usage
```bash
./njsdump.sh https://www.target.com/assets/_next/static/abcde/_buildManifest.js
```
## Result

JS files will be saved into `output/target.com/` directory.
## Tip: beautify JS
With [https://github.com/beautifier/js-beautify](https://github.com/beautifier/js-beautify):
```bash
js-beautify output/www.target.com/*
```