zanderp / debian-wifi-deauther

0 stars 0 forks source link

Confusing selection #1

Open CuddlyCornet645 opened 2 weeks ago

CuddlyCornet645 commented 2 weeks ago

Hello! I'm sorry to bother you but i just wanted to tell you, that this part is a little confusing. 2 is supposed to disconnect all clients but then in the bottom Text it says a is all clients and "Sending deauthentication packets to client FF:FF:FF:FF:FF:FF" is a little confusing too, because you think it sends deauth packets to FF:FF:FF:FF:FF:FF. Also, this script is like the only one that works properly on my debian 12.6 Mashine! Again, im sorry to bother you... Have a great day! CuddlyCornet645

##########################
# Available clients:     #
##########################
0) 5C:62:8B:8E:11:7B
1) 7A:82:2E:64:ED:51
2) All clients
Enter the number corresponding to the client you want to deauth (or 'a' for all clients):
┌── root@slave  /GitHub/debian-wifi-deauther  ~
└─➜ $ 2
Sending deauthentication packets to client FF:FF:FF:FF:FF:FF...
CuddlyCornet645 commented 2 weeks ago

also, the commands iwconfig, iw and that stuff requires sudo to run on debian so the monstop script doesnt work if you run it as root but with sudo it does but its an easy fix. Also, if you edit the files on your debian mashine and just do the chmod +x there ant then push the new commits you dont need the users to run the chmod themselves.