Skip to content

mohamedmostafadawood/sniffMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

sniffMe tool

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

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.

(back to top)

Built With

  • Python 3

(back to top)

Getting Started

Prerequisites

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

Installation

  1. Clone the repo
    git clone https://github.com/mohamedmostafadawood/sniffMe.git
    

(back to top)

Usage

To run it on your linux machine after cloning the repo :

cd sniffMe/
cd Sniffer/
sudo python3 main.py

(back to top)

Roadmap

  • 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

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

My name : Mohamed Moustafa - Twitter: @mohamed_mustfa1 - Personal Email : mohamedmostafa.official0@gmail.com LinkedIn: @mohamedmostafadawod Project Link: https://github.com/mohamedmostafadawood/sniffMe

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages