This command-line network manager is a Python program designed to manage network traffic.
- Sniff packets
- Scan for active hosts
- Send custom packets
- Perform SYN flood attacks
- scapy
-
Clone the repository:
git clone https://github.com/lyk64/cli-network-manager.git
-
Navigate into the cloned repository directory:
cd cli-network-manager
-
Install dependencies:
pip install -r dependencies.txt
-
Run the program:
sudo python cli_network_manager.py
-
Type
help
to see available commands. -
Use commands like
start
to being sniffing,stop
to stop sniffing, andpacket
to display the captured packets.
- Creator: lyk64
This project is licensed under the MIT License - see the LICENSE file for details.