Git Product home page Git Product logo

ioncat's Introduction

๐Ÿฑโ€๐Ÿ‘ค IonCAT

Input/Output Network Catapult (IonCAT) is a Multi layered network stress tool. It is capable of sending large amounts of traffic to a target, which can be used to exhaust the target's resources. IonCAT is a powerful and flexible HTTP/HTTPS, TCP/UDP, and ICMP. It can be used to generate and send packets to a target, and it can be used to test the target's network performance.

This tool was created for educational purposes only. I do not take any responsibility for the misuse of this tool.

๐Ÿ’ป Setup

# Clone the repository.
git clone https://github.com/sammwyy/ioncat

# Go to the repository.
cd ioncat

# Install the requirements.
pip install -r requirements.txt

๐Ÿ“š Usage

# Example targets:
# - http://example.com     (Without port but with protocol)
# - mysql://example.com    (Without protocol but with port)
# - ftp://example.com:23   (With protocol and port)
#
# Invalid target:
# - example.com            (Without protocol and without port)  
#
# If you don't specify a port this tool will use the default port for the protocol.
# You must specify a protocol or a port.
python ioncat <options> COMMAND [target] <flags>

Options:

Option Short Description type Default
--headless <none> Headless mode (no colors or format) bool False
--proxies <none> File with proxies to use str data/proxies.txt
--unsafe <none> Allow non-proxy connections bool False

You must use options before command.

Commands:

Command Description Options
fastclose Fast open/close streams to the target method, threads, uas
http HTTP/HTTPS flood bypass, method,random-body, threads, uas
slowloris A lot of low traffic established connections bypass, method, sockets, threads, uas

Flags:

Flag Short Description type Default
--bypass -b Mimics a real browser and bypass WAFs bool False
--method -m HTTP method to use str GET
--random-body -r Randomizes the body of the request bool False
--sockets -s Simultaneous connections int 64
--threads -t Number of threads to use int (System cpu cores)
--uas -u File with random user-agents to use str data/user-agents.txt

Note: All flags are optional. You must use flags after the command.

๐Ÿค Contributing

Contributions, issues and feature requests are welcome! Feel free to check issues page.

โค๏ธ Show your support

Give a โญ๏ธ if this project helped you! Or buy me a coffee-latte ๐Ÿ™Œ Ko-fi

๐Ÿ“ License

Copyright ยฉ 2024 Sammwy. This project is MIT licensed.

ioncat's People

Contributors

sammwyy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

spinxss

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.