Skip to content

Basic program that patches pro version to HTTP Toolkit

License

Notifications You must be signed in to change notification settings

anxkhn/httptoolkit-pro-patcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Toolkit Pro Patcher

This is a simple tool to patch the HTTP Toolkit Pro app to enable the Pro features without a license or subscription. But please consider supporting the developer by purchasing a license if you find the HTTP Toolkit useful.

Usage

  1. Clone this repository using git clone https://github.com/XielQs/httptoolkit-pro-patcher.git
  2. cd into the directory using cd httptoolkit-pro-patcher
  3. Run npm install or whatever package manager you use
  4. Run node . patch to patch the app

That's it! The app should now have the Pro features enabled.

Tip: You can also run node . restore to restore the original app.

Note: This tool only works with the latest version of the app. If the app is updated, you will need to run the patcher again.

How it works

This tool simply creates a server (at port 5067) and acts as like a MITM proxy to intercept and download HTTP Toolkit app files (app.httptoolkit.tech) and patches the main.js file to enable the Pro features. For more information, see the patch's source code or the original patcher.

Tip: You can also change the PORT environment variable to use a different port. For example, PORT=8080 httptoolkit or PORT=8080 node . start.

Note: This tool does not modify the original app files (except for server file to allow any origin). It only intercepts and modifies the files in memory (and saves the modified files to cache).

Requirements

Compatibility

  • Windows: ✔
  • Linux: ✔

Known Issues

  • macOS: Not supported yet (i don't have a mac to test it)
  • Linux: Try using sudo if you get permission errors

Screenshot

Screenshot

License

This project is licensed under the MIT License.

Disclaimer

This project is for educational purposes only. I do not condone piracy or any illegal activities. Use at your own risk.

Credits

About

Basic program that patches pro version to HTTP Toolkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published