https://github.com/michaelvanstraten/no-tegridy
Small red team script for injecting login interception code into existing WordPress plugins
https://github.com/michaelvanstraten/no-tegridy
red-teaming script-injection wordpress
Last synced: 17 days ago
JSON representation
Small red team script for injecting login interception code into existing WordPress plugins
- Host: GitHub
- URL: https://github.com/michaelvanstraten/no-tegridy
- Owner: michaelvanstraten
- License: mit
- Created: 2023-04-22T17:38:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-07T18:36:25.000Z (11 months ago)
- Last Synced: 2025-11-12T05:40:44.328Z (7 months ago)
- Topics: red-teaming, script-injection, wordpress
- Language: Python
- Homepage: https://pypi.org/project/no-tegridy/
- Size: 2.43 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README

# no-tegridy
`no-tegridy` is a small red team script for injecting login interception code into existing WordPress plugins.
## Installation
To install the script just run:
```bash
pip install no-tegridy
```
## Command overview
To 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:
```bash
no-tegridy inject --help
```
In 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:
```bash
no-tegridy fetch --help
```