no-tegridy is a small red team script for injecting login interception code into existing WordPress plugins.
To install the script just run:
pip install no-tegridyTo inject the login interception code into a plugin run the inject command.
If you would like to have and overview of the available options run:
no-tegridy inject --helpIn order to fetch logged data from a WordPress instance,
with the respectively installed plugin, run the fetch command.
If you would like to have and overview of the available options run:
no-tegridy fetch --help