GithubHelp home page GithubHelp logo

froggmaster / esp32-wi-fi-penetration-tool Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rchadwick7/esp32-wi-fi-penetration-tool

259.0 259.0 29.0 1.75 MB

Wifi Hacking / DDOS Attacks for the ESP32

Shell 0.56% C 83.54% HTML 12.80% CMake 1.07% Batchfile 2.04%

esp32-wi-fi-penetration-tool's People

Contributors

0x1381 avatar froggmaster avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

esp32-wi-fi-penetration-tool's Issues

Warning you forked a scammer repo! checkout the original one

Hi FroggMaster.
this guy 0x1381 is pretending to be the author of the project
https://github.com/0x1381/ESP32-Wi-Fi-Penetration-Tool
he just re-uploaded everything, changed the author in main.c
and remove some proof that show the original author like removing youtube video of the original author:
0x1381/ESP32-Wi-Fi-Penetration-Tool@f37a642

the original autor is this user risinek. he also wrote an university thesis about his project.
https://github.com/risinek/esp32-wifi-penetration-tool.

please consider adding your work to the genuine repo. I saw that you introduce 17 commits

bye

[BUG] - Build fails

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Ubuntu 22.04
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Error:

/media/theprime/ThePrime2/Projects/ESP32-Wi-Fi-Penetration-Tool/components/wifi_controller/ap_scanner.h:12:10: fatal error: esp_wifi_types.h: No such file or directory
12 | #include "esp_wifi_types.h"
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
[854/891] Building C object esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj
[855/891] Building C object esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj
[856/891] Building C object esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj
[857/891] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/attack_method.c.obj
[858/891] Building C object esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj
[859/891] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/attack_dos.c.obj
[860/891] Building C object esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj
[861/891] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/attack_pmkid.c.obj
[862/891] Building C object esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj
[863/891] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj
[864/891] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/attack.c.obj
[865/891] Building C object esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj
[866/891] Building C object esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj
[867/891] Building C object esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj
ninja: build stopped: subcommand failed.
โžœ ESP32-Wi-Fi-Penetration-Tool git:(flipper) ninja
ninja: error: loading 'build.ninja': No such file or directory
โžœ ESP32-Wi-Fi-Penetration-Tool git:(flipper)

Not reconising esp32

i cant flash the esp32, ill always get an error from ninja. i selected the right COM port.

[BUG] -

If the author has time, the following features can be updated:
1.If the attack duration is set to 0, the attack will not stop until it is manually disabled, and multiple APs can be selected to take turns attacking
2. The download button will not be displayed if the handshake package capture fails,
3. The download button will be displayed immediately after the handshake package capture is successful instead of waiting for the timer to end.
4. Whether the handshake package is captured successfully or not, there is a corresponding text prompt, instead of showing white or a string of characters. These features have been updated and sold on hardware, but I can't find the code
8962b272c7383efd218fe0d7ffb6c4b
index.zip
This is the homepage code I got, and I can't get the other codes

[BUG] - False Unhandled Exception Error on Windows 11

Describe the bug
When flashing VIA Windows 11 there is a false error outputted. Despite this error being displayed the Firmware will still successfully flash to the ESP32.

Leaving...
Staying in bootloader.

Traceback (most recent call last):
  File "esptool.py", line 34, in <module>
  File "esptool\__init__.py", line 995, in _main
  File "esptool\__init__.py", line 820, in main
  File "esptool\loader.py", line 1334, in soft_reset
  File "esptool\loader.py", line 806, in flash_finish
  File "esptool\loader.py", line 378, in check_command
  File "esptool\loader.py", line 365, in command
  File "serial\serialutil.py", line 372, in timeout
  File "serial\serialwin32.py", line 222, in _reconfigure_port
serial.serialutil.SerialException: Cannot configure port, something went wrong. Original message: PermissionError(13, 'A device attached to the system is not functioning.', None, 31)
[40516] Failed to execute script 'esptool' due to unhandled exception!

To Reproduce
Steps to reproduce the behavior:

  1. Flash VIA the flash.bat
  2. Both the Auto and Manual method output the same error

Expected behavior
This error does not display and only confirmation that FW has successfully flashed displayed;

Screenshots
N/A

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser: N/A
  • Version: N/A

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.