Skip to content

lyk64/cli-network-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Command-Line Network Manager

Overview

This command-line network manager is a Python program designed to manage network traffic.

Features

  • Sniff packets
  • Scan for active hosts
  • Send custom packets
  • Perform SYN flood attacks

Dependencies

  • scapy

Installation

  1. Clone the repository:

    git clone https://github.com/lyk64/cli-network-manager.git
  2. Navigate into the cloned repository directory:

    cd cli-network-manager
  3. Install dependencies:

    pip install -r dependencies.txt

Usage

  1. Run the program:

    sudo python cli_network_manager.py
  2. Type help to see available commands.

  3. Use commands like start to being sniffing, stop to stop sniffing, and packet to display the captured packets.

Contributors

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A command-line network manager for interacting with network traffic.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages