Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changing AP password #20

Open
TheNewAttacker64 opened this issue Nov 19, 2021 · 8 comments
Open

changing AP password #20

TheNewAttacker64 opened this issue Nov 19, 2021 · 8 comments
Labels
feature-request New feature or request

Comments

@TheNewAttacker64
Copy link

can you add options to control ap security(wpa,wep) , change AP password

@rclough
Copy link

rclough commented Jan 31, 2022

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)

@risinek risinek added the feature-request New feature or request label Jan 31, 2022
@Lan029001
Copy link

dont work

@francoil
Copy link

didn't work

@azhar25785
Copy link

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

@risinek
Copy link
Owner

risinek commented Jul 31, 2023

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

@azhar25785
Copy link

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>

@mualiyu
Copy link

mualiyu commented Aug 4, 2023

yes, I am having the same Issue too

@albinvar
Copy link

albinvar commented May 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

8 participants