Git Product home page Git Product logo

Typing SVG

  • GIF Passionate python developer, and penetration tester

  • Ask me anything about Python, Ethical hacking, or Penetration testing

Environments

linux ubuntu kali linux kali linux

Languages & Tools

bash android arduino cplusplus css3 dart express figma flask flutter git html5 java javascript kotlin matlab mongodb nodejs opencv postman python sqlite arduino

My Stats History



Saher Muhamed's Projects

arp-spoof-detector icon arp-spoof-detector

This script helps in detecting such attacks by analyzing network packets and comparing the actual MAC address of the sender with the MAC address provided in the response.

arp-spoofing-mitm icon arp-spoofing-mitm

This Python script is a network security tool that performs ARP spoofing. ARP (Address Resolution Protocol) spoofing is a technique used to manipulate the network by sending false ARP messages. It allows an attacker to redirect traffic between two devices by impersonating the IP address of one device to the other, leading to potential eavesdropping

bhp-arper-mitm icon bhp-arper-mitm

The ARP Poisoning Tool is a Python script for network analysis and security testing. It allows users to perform ARP poisoning attacks, intercepting and manipulating network traffic between devices on a local area network. With features like packet sniffing and logging, it aids in network monitoring and vulnerability assessment

bhp-proxy icon bhp-proxy

A TCP proxy, enabling the interception and modification of network traffic between a local client and a remote server. It provides a simple yet versatile tool for analyzing and manipulating data packets in transit.

blackjack-game icon blackjack-game

Blackjack is a card game that pits player versus dealer. It is played with one or more decks of cards. Cards are counted as their respective numbers, face cards as ten, and ace as either eleven or one (in our game it will show on the counter as an 11 unless you are over 21). The object of Blackjack is the beat the dealer. This can be accomplished by getting Blackjack (first two cards equal 21) without dealer Blackjack, having your final card count be higher than the dealers without exceeding 21, or by not exceeding 21 and dealer busting by exceeding their card count of 21. In Blackjack, or 21, the player must decide what to bet before the hand. Click the chips to add them to your bet. Click the chip again to remove it back to your pile of money. Once you click "deal" your bet is set, and two cards are dealt to the player face up and two cards are dealt to the dealer, one face up and one face down. You must then decide if you will "hit" (take another card from the deck), "stay" (keep the hand you are dealt), or "double" (you double your bet and are given only one more card). If the dealer has an Ace showing, you can click the "Insurance" button (this means you will place a bet worth half your hand bet, which will be paid out if the dealer has Blackjack but will be taken if the dealer does not).

bmi-calculator-flutter icon bmi-calculator-flutter

This is a BMI (Body Mass Index) Calculator Flutter project that allows users to calculate their BMI based on their height and weight. The BMI is a measurement of body fat based on an individual's weight and height. It is widely used as an indicator of whether a person has a healthy body weight.

caesar-cipher-encryption icon caesar-cipher-encryption

In cryptography, a Caesar cipher, also known as Caesar's cipher, the shift cipher, Caesar's code or Caesar shift, is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter some fixed number of positions down the alphabet. For example, with a left shift of 3, D would be replaced by A, E would become B, and so on. The method is named after Julius Caesar, who used it in his private correspondence

classic-snake-game icon classic-snake-game

This is a simple Snake game implemented in Python using the Turtle module. The objective of the game is to control a snake and eat the food while avoiding collisions with walls and the snake's own tail.

clima-weather-flutter icon clima-weather-flutter

Clima Weather Flutter is a weather app built with Flutter that provides real-time weather information and forecasts for various locations. With a sleek and intuitive interface, users can easily check the current weather conditions and plan ahead with the 7-day forecast.

convert-pdf-to-audiobook icon convert-pdf-to-audiobook

The PDF to Audiobook Converter is a Python-based project that aims to convert PDF files into audiobooks. By converting PDF files into audiobooks, users can listen to the content of PDFs while on the go or engage with the material in an audio format.

dhcp-listener-script icon dhcp-listener-script

The DHCP Listener is a Python network monitoring tool that captures and analyzes DHCP (Dynamic Host Configuration Protocol) packets on a local network.

dns-spoofer-tool icon dns-spoofer-tool

The DNS Spoofer is a Python script that allows you to perform DNS spoofing, a technique used to manipulate DNS responses and redirect network traffic to a fake server. By intercepting DNS packets and modifying their responses, this script enables you to redirect specific domain names to an IP address of your choice.

file-intercept-script icon file-intercept-script

This Python script intercepts and modifies network packets using the netfilterqueue and scapy modules. It is designed to trap HTTP requests and responses and replace specific file extensions with a redirect to a predefined URL.

flashy-card icon flashy-card

In this application you can learn french words by english words using flash card which is most popular slide, also you can customize the csv file to implement another langugae and their translations it's up to you.

guess-login-credentials icon guess-login-credentials

The "Guess Login Credentials" Python script is a simple tool designed to perform brute-force password guessing for a specific target login page. It attempts to find the correct password by iterating through a list of passwords provided in a text file and making HTTP POST requests to the target login page.

iss-monitoring-python icon iss-monitoring-python

In this project, I created an real-time ISS monitoring so you can watch ISS (International Space Station) from your home with your coffee. Technologies used in this project, turtle module so ISS can be detected, also I used the request module so I can download ISS APIs to use its current position.

mac-changer-tool icon mac-changer-tool

In this python project, you'll be able to change you mac address to another one but it usable in linux OS only because the system commands inside the program are using in native system commands, but remember, this going to change you mac address in memory not physical, that's mean once you restart your machine, it's going to retrieve to original.

morse-code-converter icon morse-code-converter

This is a Python script that converts text into Morse code. It prompts the user to enter a message and then displays the original text and its corresponding Morse code.

network-geo-tracking icon network-geo-tracking

Python project is designed to analyze network traffic data from a pcap file and generate a KML file that visualizes the network traffic by translating IP addresses to geolocation addresses.

network-monitor-software icon network-monitor-software

This Python tool allows you to capture and analyze network traffic on a specific network interface, similar to the functionality provided by the Tshark command-line utility. With this tool, you can monitor various types of network packets, such as TCP, UDP, ARP, and ICMP, and display information about them in a user-friendly format.

network-scanner-tool icon network-scanner-tool

In this Python project, I have developed a tool that allows you to scan and discover all devices connected to the network you are currently in. The tool simplifies the process of identifying devices on the network and provides their respective IP addresses and MAC addresses in a user-friendly format.

packet-sniffer-mitm icon packet-sniffer-mitm

The network packet sniffer tool is a Python script that captures and analyzes network packets on a specified network interface. It focuses on detecting HTTP requests and searching for potential credentials within the captured packets

password-manager-gui icon password-manager-gui

In this application you can save your own passwords accounts without forget it, it can also generate a random strong passwords that will be hard for hackers to brute force it easily. Also you can use search feature to search amoung your accounts that is stored in the database format (JSON).

ping-pong-game icon ping-pong-game

The Pong Game project aims to recreate the classic Pong arcade game using Python and the Turtle module. The game will provide a graphical interface where two players can control paddles on opposite sides of the screen and use them to hit a ball back and forth.

pomodoro-timer icon pomodoro-timer

The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. It uses a timer to break work into intervals, typically 25 minutes in length, separated by short breaks.

pypassword-generator icon pypassword-generator

In this project you can simply generates a complex passwords using random module in python which is so hard to be cracked by hackers.

quiz-application-flutter icon quiz-application-flutter

A Flutter application that allows users to take a quiz by answering true or false questions. The app presents a series of questions and provides immediate feedback on the user's response. Once the user completes the quiz, a completion alert is displayed, and the user can restart the quiz.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.