Skip to content

Muneer44/Network-Manipulation-Suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Python based Network Manipulation Suite

The Network Manipulation Suite is extensively designed to ease network handling tasks. It includes features such as :

  • MAC Spoofing
  • Network Clients Scanning
  • ARP Spoofing
  • ARP Spoof Detector
  • Packet Sniffer

This application exclusively depends on Python 3.* and Linux.

Installation process

clone this repository with git clone, install the scapy module and execute the Handler.py file.

user@host:~$ git clone https://github.com/Muneer44/Network-Manipulation-Suite.git
user@host:~$ cd Network-Manipulation-Suite
user@host:~/Network-Manipulation-Suite$ pip install scapy
user@host:~/Network-Manipulation-Suite$ sudo python3 Network-Manipulation-Suite/Handler.py

The sudo command is required as the script performs core system functionalities.

Notice that the existence of scapy may require the virtual environment to have the "scapy" module installed for execution in the venv interpreter (if you use one), instead of just using the system interpreter.

Usage

 
 ┌┐┌┌─┐┌┬┐┬ ┬┌─┐┬─┐┬┌─  ┌┬┐┌─┐┌┐┌┬┌─┐┬ ┬┬  ┌─┐┌┬┐┬┌─┐┌┐┌  
 │││├┤  │ ││││ │├┬┘├┴┐  │││├─┤││││├─┘│ ││  ├─┤ │ ││ ││││  
 ┘└┘└─┘ ┴ └┴┘└─┘┴└─┴ ┴  ┴ ┴┴ ┴┘└┘┴┴  └─┘┴─┘┴ ┴ ┴ ┴└─┘┘└┘  
                   ┌─┐┬ ┬┬┌┬┐┌─┐┬                         
                   └─┐│ ││ │ ├┤ │                         
                   └─┘└─┘┴ ┴ └─┘o                  
                                   
---------------------------------------------------------

=> CHOOSE YOUR OPTION : 

1] MAC Spoofer 
2] Network Scanner 
3] ARP Spoofer 
4] ARP Spoof Detector
5] Packet Sniffer 

0] Exit 

=>

I. MAC Spoofer

  • Change device's MAC address to desired new MAC address.

MAC-Spoofer

II. Network Scanner

  • Scan for active clients in the network.

Network-Scanner-m

III. ARP Spoofer

  • Perform MiTM(Man in The Middle).

ARP-Spoofer

IV. ARP Spoof Detector

  • Detects and Alerts on being attacked
  • The program works even if executed in the middle of an ongoing ARP-Spoof attack.

ARP-Detector

V. Packet Sniffer

  • Sniff network packets, and filter to retrieve remote Host's 'requested URL and Potential Credentials'
  • Notice 'ARP Spoofer' is separately started in a different terminal prior to packet sniffing.

Packet-Sniffer

NOTE: This function is deliberately limited to HTTP websites only to prevent malicious use.

Disclaimer

The use of code contained in this repository, either in part or in its totality, for engaging targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws.

This script is purely intended for educational purposes [PoC]. Do not use it to compromise any unauthorized device, demonstrate on your own device only.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages