Giter Club home page Giter Club logo

venom-mitm's Introduction

Venom-MiTM

Venom is a multi-tool that can set up a MiTM and sniffs TLS requests to take advantage of SNI Leak and display all targets DNS traffic even if it is encrypted. As the SNI sniffing attack is currently the main one, it is not the only one. Venom can also be used as a:

  • MAC-Spoofer

  • ARP Network Scanner (Host discovery)

  • ARP-Poisoner

Venom can target a specific device or the entire network by choosing between the 2 attack modes => Sniper / Nuke respectively. (For SNI Sniffing and ARP-Poisoning)

This aims to be a future multi-tool capable of performing many different attacks and scans. As this is the first release, It mainly focuses on the SNI leak but I will be adding more and more options / attacks / scans to Venom as the time goes by. Feel free to participate and help if you wish ! :)

Screenshots

Installation

  1. Install Python3 on your Device

  2. pip3 install -r requirements.txt

  3. Enable IPv4 packet forwarding: sysctl -w net.ipv4.ip_forward=1

  4. Linux / MacOS: sudo python3 main.py --help

Instructions

Usage: sudo main.py [-h] [-n] [-s] [-ss SCAN_SPEED] [-ml] [-ir IP_RANGE] [-sni | -mac | -sc] [-iface IFACE]

Ex. SNI Leak Sniffing (SNIPER MODE): sudo python3 main.py -sni --sniper -ml
(Sniping mode selected + Mac Lookup when scanning for more details about the targets)

Ex. SNI Leak Sniffing (NUKE MODE): sudo python3 main.py -sni --nuke -ss 3 -ml
(Nuke mode selected + Reducing ARP scan speed mode to be more precise + Mac Lookup when scanning)

Ex. MAC Spoofing: sudo python3 main.py -mac -iface eth0
(MAC Spoofing mode selected + specifying wich iface to use)

Ex. ARP Scanner: sudo python3 main.py -sc -ml
(Scanner mode selected + Mac Lookup)

Arguments List:

  • -h / --help => Shows / Explain all arguments utility

  • -sni / --sni => SNI Leak Sniffing Attack (MiTM)

  • -mac / --mac_spoofer => MAC Spoofing Attack

  • -sc / --scan => ARP Scanning Only

  • -s / --sniper => Sniper ARP Poisoning mode (Only with -sni)

  • -n / --nuke => Nuke ARP Poisoning mode (Only with -sni)

  • -ss / --scan_speed => ARP Scan Speed: 1 - 5 (Default: 4)

  • -ml / --mac_lookup => Mac Lookup when ARP Scanning

  • -ir / --ip_range => Targeted IP range (Default: 192.168.1.1/24)

  • -iface / --iface => Iface used for Mac Spoofing (Default: eth0)

Features (14/09/2023)

  • ARP Scanning

  • Scanning Speed Mode => 1(slowest) - 5(fastest).

  • MiTM by ARP Poisoning

  • MAC Spoofing

  • MAC address Look-up

  • Sniping Mode: Poison/Sniff only a specific device

  • Nuke Mode: Poison/Sniff all available devices on the network

  • Multiple clean Output files named by the IP of the target

Coming Next

  • Simple profiling

  • Colors for the CLI Outputs

  • Target Scanning for exploits

  • Display Target Hostname [✅]

  • MAC Spoofing [✅]

  • Parsed Output file for each target [✅]

Legal

This software is designed to perform network security testing.
The author is not responsible for any illegal use of these programs.
I am not accountable for anything you get into.
I am not accountable for any of your actions.
This is 100% educational, please do not misuse this tool.

venom-mitm's People

Contributors

xhaash avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.