Skip to content

cowsecurity/thankunext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ThankUNext

ThankUNext is a Python tool, based on the thankunext tool created by c3l3si4n, for easily gathering all routes related to a Next.js application through parsing of _buildManifest.js.

Installation

You can install ThankUNext via pip:

pip install thankunext

Usage

thankunext <url>

Replace <url> with the URL of the Next.js application you want to scan.

Example:

thankunext https://example.com

Features

  • Fetches the content of the specified Next.js application page.
  • Extracts the path to the build manifest file (_buildManifest.js) from the page content.
  • Fetches the content of the build manifest file.
  • Parses the build manifest content and extracts paths related to the Next.js application routes.
  • Prints the extracted paths.

Dependencies

ThankUNext relies on the following dependencies:

  • Python >= 3.8
  • requests >= 2.26.0

These dependencies will be automatically installed when you install ThankUNext via pip.

Contributing

If you find any bugs or have suggestions for improvements, please feel free to open an issue or submit a pull request on the GitHub repository. Your contributions are welcome!

License

ThankUNext is licensed under the MIT License, originally developed by c3l3si4n.

About

Python version of thankunext tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages