Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.4 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.4 KB

LiveCaidoReload

LiveCaidoReload is a simple script that allows you to quickly reload your Caido plugins without having to remove them and install every time you make a change. This script is intended to be used with the LiveCaidoReloadPlugin

How to use

  1. Clone this repository:
git clone https://github.com/bebiksior/LiveCaidoReload.git
  1. Run npm install -g to install the script globally

  2. Run livecaidoreload in the directory where your plugin.zip file is located. You can also run livecaidoreload <pluginzippath> to specify the paths to your plugin.zip file

    Screenshot 2024-06-02 at 20 56 38
  3. Install LiveCaidoReloadPlugin to your Caido instance

  4. You should see a toast message in your Caido instance saying that we are connected to the LiveCaidoReload script

    Screenshot 2024-06-02 at 20 57 43

  5. Build your plugin, Caido instance should reload with the new plugin version installed :D

Contributing

Feel free to contribute to the project by creating a pull request. If you have any issues or feature requests, please create an issue.