Giter Site home page Giter Site logo

Comments (8)

Lan029001 avatar Lan029001 commented on August 15, 2024 3

dont work

from esp32-wifi-penetration-tool.

rclough avatar rclough commented on August 15, 2024 2

You can change it in the config in your local files before compiling and uploading to your ESP32. It's located in components/wifi_controller/Kconfig:

config MGMT_AP_SSID
string "Management AP SSID"
default "ManagementAP"
help
SSID of management AP
config MGMT_AP_PASSWORD
string "Management AP Password"
default "mgmtadmin"
help
Password for management AP WPA2 (minimum 8 characters)

from esp32-wifi-penetration-tool.

albinvar avatar albinvar commented on August 15, 2024 2

The configuration is stored in the sdkconfig file located at the root of the project, which should be generated after configuring your project using idf.py menuconfig (#reference)

To configure the Wi-Fi AP SSID and password for your ESP32 Jammer, follow these steps:

  • Perform a full clean for the builds using idf.py fullclean command.
  • To change the default ap ssid/password, run idf.py menuconfig
  • select component config ---> and select Wi-Fi Controller --->, then Management AP
  • You can now customize your ssid and password from here.

image

  • After customizing your config, hit S to save the configuration file.
  • Rebuild your project and flash it to your board

from esp32-wifi-penetration-tool.

francoil avatar francoil commented on August 15, 2024

didn't work

from esp32-wifi-penetration-tool.

azhar25785 avatar azhar25785 commented on August 15, 2024

didn't work ....tried many times i think code must be built after changes but how to rebuild it

from esp32-wifi-penetration-tool.

risinek avatar risinek commented on August 15, 2024

Yes, project has to be rebuild. How to do that is in README.

from esp32-wifi-penetration-tool.

azhar25785 avatar azhar25785 commented on August 15, 2024

Got this error while compiling esp_event.h library not found

C:/Users/azhar/Desktop/32deoot/esp32-wifi-penetration-tool-master/components/frame_analyzer/interface/frame_analyzer.h:12:10: fatal error: esp_event.h: No such file or directory
12 | #include "esp_event.h"
| ^~~~~~~~~~~~~
compilation terminated.
[887/904] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/attack.c.objninja: build stopped: subcommand failed.
ninja failed with exit code 1, output of the command is in the C:\Users\azhar\Desktop\32deoot\esp32-wifi-penetration-tool-master\build\log\idf_py_stderr_output_12300 and C:\Users\azhar\Desktop\32deoot\esp32-wifi-penetration-tool-master\build\log\idf_py_stdout_output_12300
PS C:\Users\azhar\Desktop\32deoot\esp32-wifi-penetration-tool-master>

from esp32-wifi-penetration-tool.

mualiyu avatar mualiyu commented on August 15, 2024

yes, I am having the same Issue too

from esp32-wifi-penetration-tool.

Related Issues (20)

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.