pwnagotchi_plugins
pwnagotchi_plugins copied to clipboard
Fix_Region plugin not working
- [x] placed fix_region.py in /etc/pwnagotchi/custom-plugins
- [x] added lines in conf.toml:
main.plugins.fix_region.enabled = true
main.plugins.fix_region.region = "RU"
- [x] restarted pwnagotchi
- [x] can see files /etc/systemd/system/network-fix.service and /root/network-fix.sh
- [x] can see in logs that fix_region plugin loaded and set region
After that commands
iw reg get
andiwlist wlan0 channel
show that region was not really set. Resolved region setting problem by methods mentioned here.