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

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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