Jump to content

Module Deauth has a script bug/error with the channel config


Recommended Posts

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

 

 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...