SimplePyInteractsh
Python-based integration for Interactsh client, designed for registering and managing interactions.
Install / Use
/learn @j4k0m/SimplePyInteractshREADME
Interactsh Python Client - OAST Platform
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.
Features
- Interactive polling for DNS and HTTP-based interactions.
- Lightweight and easy to use with simple CLI options.
- Displays interaction results in real-time.
Usage
Command-line Options
To display the help menu:
python interactsh_client.py --help
Output:
usage: interactsh_client.py [-h] [-v]
Interactsh Python Client
options:
-h, --help show this help message and exit
-v, --verbose Enable verbose mode
Example Usage
To run the client with verbose output enabled:
python interactsh_client.py -v
Screenshot
Below is a sample screenshot of the client in action, polling for DNS interactions:
Installation
- 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
License
This project is licensed under the MIT License.
