Arduino Hacking Tools: Duckduino
Ethical Hacking - Arduino Logo

Arduino Hacking Tools: Duckduino

How to Build Your own Rubber Ducky with Arduino In this Arduino Hacking Tools guide, we will learn how to create your own "Rubber Ducky" style tool with Arduino. Thanks to the great Duckduino project created by Seytonic and Spacehuhn we can have the power of a "Rubber Ducky" for a fraction of the cost.What is the Rubber Ducky? The USB Rubber Ducky is a product created and sold by Hak5, a company specializing in network penetration testing equipment. It's…

Continue ReadingArduino Hacking Tools: Duckduino
Arduino Hacking Tools: Packet Monitor
Ethical Hacking - Arduino Logo

Arduino Hacking Tools: Packet Monitor

How to Build your own Packet Monitor Device with Arduino In this Arduino Hacking Tools guide, we are going to learn about internet packets. Then we will use Spacehuhn's Packet Monitor project to monitor all the network traffic around you.What is an Internet Packet?An internet packet, often simply referred to as a "packet," is a fundamental unit of data that is transmitted over a computer network. These packets are used to convey information across the Internet and other networks, such…

Continue ReadingArduino Hacking Tools: Packet Monitor
Arduino Hacking Tools: Beacon Spammer
Ethical Hacking - Arduino Logo

Arduino Hacking Tools: Beacon Spammer

How to Build your own Beacon Spammer Device with Arduino In this Arduino Hacking Tools guide, we are going to learn about beacon frames and fake access points. Then we will use Spacehuhn's beacon spammer project to create fake access points.What is a Beacon Spammer?A "beacon spammer" is a device or software tool that is used to flood a Wi-Fi network with a large number of fake or malicious beacon frames. Beacon frames are a fundamental part of Wi-Fi network…

Continue ReadingArduino Hacking Tools: Beacon Spammer
Arduino Hacking Tools: Deauther
Ethical Hacking - Arduino Logo

Arduino Hacking Tools: Deauther

How to Build your own Wi-Fi Deauther Device with Arduino In this Arduino Hacking Tools guide, we are going to learn about internet packets, deauthentication attacks, and beacon spammers. Then we will make our own deauther device using a D1-Mini, Mini-OLED and some Push buttons. We are going to use Spacehuhn's deauther code for this project. It is a beacon spammer, a packet monitor, and a deauther all rolled into one tidy project.You can upload the code to an ESP8266…

Continue ReadingArduino Hacking Tools: Deauther
Arduino Hacking Tools: War Driving
Ethical Hacking - Arduino Logo

Arduino Hacking Tools: War Driving

How to Build your own War Driving Device with Arduino War Driving with ArduinoIn this Arduino Hacking Tools guide, we are going to learn about war driving. Then we will make our own war driving device using a D1-Mini, GPS module, and an SD Card module to log the captured data.Components Needed:D1-Mini ESP8266GPS ModuleD1-Mini SD Card ShieldSD CardWhat is War Driving? War driving is the act of using a vehicle to search for and exploit vulnerable wireless networks, such as…

Continue ReadingArduino Hacking Tools: War Driving