
Python Projects

Cybersecurity Projects
Packet Sniffer
argparse
-
Monitor the information contained in the packets or the intended source and destination of the packets using Python.
-
Analyze the data packets transferred over the network
-
Generate a report after analyzing the packets
-
Develop software for detecting any data breach or ensuring the safety of the packet transfer process.
Web-Based Facial Authentication System
Python and Flask Framework
I designed and implemented a secure login system for a company's web application using Python. The system includes encryption of user information and password hashing. It passed several pen tests and was implemented in the company's production environment.

TCP Socket(Client & Server)
Socket
It is designed to be easy to use, with both client and server created using Python. With this tool, students can easily learn the concepts of TCP/IP and how to create a communication system between two devices. The socket can be used to send and receive messages, files, and more, allowing students to explore different network communication scenarios.





