A Python-based client for interacting with the Interactsh OAST platform. This tool allows users to easily generate and manage interactions through DNS queries and HTTP callbacks.
- Interactive polling for DNS and HTTP-based interactions.
- Lightweight and easy to use with simple CLI options.
- Displays interaction results in real-time.
To display the help menu:
python interactsh_client.py --help
usage: interactsh_client.py [-h] [-v]
Interactsh Python Client
options:
-h, --help show this help message and exit
-v, --verbose Enable verbose mode
To run the client with verbose output enabled:
python interactsh_client.py -v
Below is a sample screenshot of the client in action, polling for DNS interactions:
- Clone the repository:
git clone https://github.com/j4k0m/SimplePyInteractsh.git
- Navigate to the project directory:
cd SimplePyInteractsh
- Run the client using Python:
python interactsh_client.py
This project is licensed under the MIT License.