Skip to main content

Python implementation of thankunext tool

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

thankunext-0.0.3.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

thankunext-0.0.3-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page