Swordwaterwhite Posted May 5, 2021 Share Posted May 5, 2021 Hallo, the "channel" config of the deauth module does not work beaucse of following error in the deauth.sh: CHANNEL=`uci get deauth.settings.channel` should be CHANNEL=`uci get deauth.settings.channels` because the module.php work with the var name too: $this->uciSet("deauth.settings.channels", $settings->channels); And another problem with is, if you set channels to 1, the uci or other scripts part converts its to "TRUE". if you want to death channel 1, you must workaround it with "1,2" to catch channel 1 Have a nice day Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.