Tools

Below are the tools I learned and at the same time I wrote with the help of the internet.

MITM Attacker

This project has been developed with the aim of executing a Man-in-the-Middle (MITM) attack in the field of network security.

More on Github

Mac Changer

This script allows you to change the MAC address of a specified network interface on a Unix-like operating system.

More on Github

Net Scanner

This script utilizes the Scapy library to perform network scanning by sending ARP requests to a specified IP address or IP range.

More on Github

Arp Poisoning

This script performs ARP poisoning, also known as ARP spoofing, to manipulate the ARP tables of devices on a local network.

More on Github

Key Logger

The keylogger is designed as a simple demonstration for learning purposes. It records keyboard inputs and sends them via email at regular intervals.

More on Github

Packet Listener

The packet listener is designed to capture HTTP packets and display their contents.

More on Github