Evil twin attack on Wifi Networks PoC
This is a simple proof of concept of evil twin attack on wifi network. We made a simple environment to simulate this attack with two raspberry pi and one windows machine. The fisrt raspberry is a machine that serves as wifi and the second the attacker machine. You can find more informations and proof-of-concept code here: Evil Twin attack on Wifi Network .
File compression using Huffman algorithm
A simple file compression based on Huffman algorithm. The compression and decompression process works succesfully on txt file, mp4 file etc.. More infos here.
Exam result viewer for my country
I made this because it’s too difficult to see an exam result mostly when they are been published. So to minimize the navigation time, I made this simple python script to directly made a request and check result. It’s not really a project but very useful, so i leave it here. More informations here.