This repository contains various network-related tools for tasks such as ARP scanning and MAC address changing.
- Description: Scans a network for devices by sending ARP requests.
- Folder: network_Scanner
- Usage:
python network-scanner.py -t <IP Address or Range>
- Description: Changes the MAC address of a specified network interface.
- Folder: MAC_Changer
- Usage:
python mac_changer.py -i <Interface> -m <New MAC Address>
- Description:The attack manipulates the ARP tables of a victim and a router .
- Folder: arp_spoof
- Usage:
python arp-spoof.py
- Python 3
- Scapy library (
pip install scapy
) ifconfig
command (available on most Unix-based systems)
- Clone the repository:
git clone https://github.com/konynour/NetworkDevelopmentTools.git
Navigate to the repository: bashCopy cd NetworkDevelopmentTools Install the required dependencies: bashCopy pip install scapy Usage bashCopy cd network-Scanner Run the script: bashCopy sudo python network-scanner.py -target MAC Changer Navigate to the MAC Changer folder: bashCopy cd MAC_Changer Run the script: bashCopy sudo python mac_changer.py -i -m Contributing Contributions are welcome! Please feel free to submit pull requests or open issues for any improvements or bug fixes. License This project is licensed under the MIT License
-
Header and Title:
- Added a more descriptive title and header to make it clear what the repository is about.
-
Overview Section:
- Kept the overview concise and to the point.
-
Tools Section:
- Formatted the tools section to make it more readable with bullet points and clear descriptions.
-
Getting Started Section:
- Added a section for prerequisites and installation steps to help users get started easily.
-
Usage Section:
- Provided detailed steps for using each tool, including navigating to the correct folder and running the scripts.
-
Contributing Section:
- Added a section to encourage contributions and provide guidance on how to contribute.
.