Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/*
```