This shows you the differences between two versions of the page.
iothings:proiecte:2022sric:wifi-dev-board [2023/06/01 21:24] andrei.david0207 |
iothings:proiecte:2022sric:wifi-dev-board [2023/06/02 08:21] (current) andrei.david0207 |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== WiFi Attacks using ESP32 and Flipper Zero ====== | ====== WiFi Attacks using ESP32 and Flipper Zero ====== | ||
+ | |||
+ | Author: [[mailto:andrei.david0207@upb.ro|Andrei David]] | ||
==== Wifi Attacks ==== | ==== Wifi Attacks ==== | ||
Line 25: | Line 27: | ||
==== Hardware Specification ==== | ==== Hardware Specification ==== | ||
+ | {{:iothings:proiecte:2022sric:img_20230527_214605.jpg?200|}} | ||
=== ESP32 === | === ESP32 === | ||
For his setup the ESP32-WROOM32 development board is used. | For his setup the ESP32-WROOM32 development board is used. | ||
Line 48: | Line 51: | ||
=== Wifi Marauder === | === Wifi Marauder === | ||
- | The application running on Flipper Zero is Wifi Marauder. This is a C application that is specifically designed to interface with Wifi Dev Board available for Flipper Zero which also is built using ESP32. The application's main purpose is to send to ESP32 via Serial the commands that the user provides. Then it renders the output that ESP32 generated onto the screen making it more user-friendly. | + | The application running on Flipper Zero is Wifi Marauder. This is a C application that is specifically designed to interface with Wifi Dev Board available for Flipper Zero which also is built using ESP32. The application's main purpose is to send to ESP32 via Serial the commands that the user provides. Then it renders the output that ESP32 generated onto the screen making it more user-friendly and giving a more compact way of generating Wifi attacks. |
==== Testing ==== | ==== Testing ==== |