Skip to content

Commit 5f96bae

Browse files
committed
Merge branch 'docs' into 'master'
Docs See merge request 2020-dp-wifi-attacks-using-esp32-8266/esp32-wifi-penetration-tool!44
2 parents 1874eca + d25eead commit 5f96bae

File tree

7 files changed

+770
-2
lines changed

7 files changed

+770
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This project introduces an universal tool for ESP32 platform for implementing va
55
Obviously cracking is not part of this project, as ESP32 is not sufficient to crack hashes in effective way. The rest can be done on this small, cheap, low-power SoC.
66

77
<p align="center">
8-
<img src="doc/images/soucastky_8b.png" alt="Hw components" width="400">
8+
<img src="doc/images/logo.png" alt="Logo">
99
</p>
1010

1111
## Features
@@ -19,6 +19,11 @@ Obviously cracking is not part of this project, as ESP32 is not sufficient to cr
1919
- Easily extensible framework for new attacks implementations
2020
- Management AP for easy configuration on the go using smartphone for example
2121
- And more...
22+
23+
### Demo video
24+
[![Demonstration Youtube video](https://img.youtube.com/vi/9I3BxRu86GE/0.jpg)](https://www.youtube.com/watch?v=9I3BxRu86GE)
25+
26+
2227
## Usage
2328
1. Build and flash project onto ESP32 (DevKit or module)
2429
1. Power ESP32
@@ -63,6 +68,10 @@ This project consists of multiple components, that can be reused in other projec
6368
This project was mostly build and tested on **ESP32-DEVKITC-32E**
6469
but there should not be any differences for any **ESP32-WROOM-32** modules.
6570

71+
<p align="center">
72+
<img src="doc/images/soucastky_8b.png" alt="Hw components" width="400">
73+
</p>
74+
6675
On the following pictures you can see a battery (Li-Pol accumulator) powered ESP32 DevKitC using following hardware:
6776
- **ESP32-DEVKITC-32E** (cost 213 CZK/8.2 EUR/9.6 USD)
6877
- 220mAh Li-Pol 3.7V accumulator (weights ±5g, cost 77 CZK/3 EUR/3.5 USD)
@@ -78,7 +87,7 @@ Altogether (without coin) this setup weights around 17g. This can be further dow
7887
This setup cost me around 300 CZK (± 11.50 EUR/13.50 USD). Using the modul directly that costs around 80 CZK (± 3 EUR/3.5 USD) we can get to price of 160 CZK (± 6.5 EUR/7.5 USD) which makes this tool really cheap and available to almost everybody.
7988

8089
### Power consumption
81-
Based on [Radioshuttle - Battery-Powered ESP32](https://www.radioshuttle.de/en/media-en/tech-infos-en/battery-powered-esp32/) article, ESP32 consumes around *80-180 mA* while operating on Wi-Fi interface.
90+
Based on experimental measurements, ESP32 consumes around 100mA during attack executions.
8291

8392
## Contributing
8493
Feel free to contribute. Don't hestitate to refactor current code base. Please stick to Doxygen notation when commenting new functions and files. This project is mainly build for educational and demonstration purposes, so verbose documentation is welcome.
Lines changed: 144 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)