Skip to content

Python-based integration for Interactsh client, designed for registering and managing interactions.

License

Notifications You must be signed in to change notification settings

j4k0m/SimplePyInteractsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

image

Installation

  1. Clone the repository:
    git clone https://github.com/j4k0m/SimplePyInteractsh.git
  2. Navigate to the project directory:
    cd SimplePyInteractsh
  3. Run the client using Python:
    python interactsh_client.py

License

This project is licensed under the MIT License.

About

Python-based integration for Interactsh client, designed for registering and managing interactions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages