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…

0 Comments
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…

0 Comments
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…

0 Comments
Webserver: How to make a Webserver with Arduino
Arduino

Webserver: How to make a Webserver with Arduino

How to Create a Webserver with Arduino You can create a simple web server using the Arduino IDE and the D1 Mini board. If you're not familiar with the D1 Mini, you can read our guide here: A Guide to IoT Magic with the ESP8266. The ESP8266 is a Wi-Fi board that gives our Arduino projects the ability to connect to the internet. In this guide we will be creating a simple webserver to serve a basic webpage.Basic Webserver Code…

0 Comments
D1 Mini: A Guide to IoT Magic with the ESP8266
Arduino

D1 Mini: A Guide to IoT Magic with the ESP8266

What is the D1-Mini? The D1 Mini is a compact development board based on the ESP8266 Wi-Fi module. It's designed to make it easy for developers and makers to build IoT (Internet of Things) projects with Wi-Fi connectivity. Key Features: ESP8266 Wi-Fi Module: The D1 Mini is built around the ESP8266, which is a highly integrated chip with Wi-Fi capabilities. It's known for its low cost and low power consumption, making it ideal for IoT projects.Compact Size: One of the…

0 Comments