📄️ Fuzzing API endpoints
With the help of JS Recon Tool, you can generate a list of endpoints to fuzz. Along with that, it also generates a list of potential hosts that can be used to fuzz the API endpoints.
📄️ Reversing fetch()
The previous guide walks through using the strings module to discover client-side and server-side endpoints. This document walks through how you can use the interactive mode to reverse engineer the requests. This would require you to have some basic knowledge of reviewing JavaScript, or just code review in general.
📄️ Reversing axios
Axios is a popular HTTP client used in Next.js apps. It is often used to make API calls to the backend. This guide walks you through how can you use the map module to reverse engineer the requests.
📄️ Generating API collection
JS Recon can generate an API collection using three different methods: