Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 711 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 711 Bytes

xxh-plugin-local-example

Fork this to create xxh local plugin that will run before or after an xxh connection is established on the local host.

If you like the idea of xxh click ⭐ on the repo and stay tuned.

Install

From xxh repo:

xxh +I https://github.com/grg121/xxh-plugin-local-example

Connect:

xxh yourhost

Local plugins

This kind of xxh plugin is intended to run additional steps on local machine previous or after the xxh remote connection.

You could fork this repo and add additional scripts that will be run before and after xxh connection, the scripts must follow the pattern "post_connect-*py" or "pre_connect-*py".