Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cosad3s/njsdump
Dump paths & pages from Next.js Manifest
https://github.com/cosad3s/njsdump
bugbounty nextjs recon security
Last synced: 17 days 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-19T11:06:22.000Z (8 months ago)
- Last Synced: 2024-03-19T13:31:13.408Z (8 months ago)
- Topics: bugbounty, nextjs, recon, security
- Language: Shell
- Homepage:
- Size: 73.2 KB
- Stars: 0
- 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
![](assets/results.png)
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/*
```