Finds routes, dependencies and tokens in your front-end and generate an HTML report.
- Fetches page source code using Chrome Developer Protocol (CDP) via the
chromedplibrary - Parse all linked JavaScript files
- Find routes, dependencies, and tokens in each JS file
- Generates an HTML report
- Go 1.17 or above
- chromedp
- jwt-go
- Build
go build front-parser.go- Use
./front-parser https://app.example.com/
