Table of Contents
This is a simple ‘network traffic analyzing’ or ‘packet sniffing' tool that can help you to keep an eye on all incoming and outgoing traffic to monitor network traffic for suspicious activity, network activity, and availability because finding out that you are a victim of a cyberattack or early flagging of threats could lead to better results.
- Python 3
You should have Python installed on your machine to be able to use the tool. For Ubuntu users :
sudo apt update
sudo apt install python3
- Clone the repo
git clone https://github.com/mohamedmostafadawood/sniffMe.git
To run it on your linux machine after cloning the repo :
cd sniffMe/
cd Sniffer/
sudo python3 main.py
- Unpacking Ethernet Frames
- Formatting MAC address in a proper way
- Unpacking IPv4 Datagram(Header)
- Formatting IP address in a proper way
- Unpakcing ICMP packets
- Unpacking TCP segment
- Unpacking UDP segments
- Displaying all of the above in a proper way
- Add support for different types of packets like HTTP
- Add support for windows
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
My name : Mohamed Moustafa - Twitter: @mohamed_mustfa1 - Personal Email : [email protected] LinkedIn: @mohamedmostafadawod Project Link: https://github.com/mohamedmostafadawood/sniffMe