mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
40727063ec
commit
fb7bed9b6b
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
const wifiInterface = 'put the wifi interface to put in monitor mode here';
|
||||||
const telegramToken = 'put your telegram bot token here';
|
const telegramToken = 'put your telegram bot token here';
|
||||||
const telegramChatId = 'put your telegram chat id here';
|
const telegramChatId = 'put your telegram chat id here';
|
||||||
|
|
||||||
|
@ -19,7 +20,7 @@ run('net.recon on');
|
||||||
run('net.probe on');
|
run('net.probe on');
|
||||||
|
|
||||||
// enable wifi scanning
|
// enable wifi scanning
|
||||||
run('set wifi.interface wlx00c0ca916886');
|
run('set wifi.interface ' + wifiInterface);
|
||||||
run('wifi.recon on');
|
run('wifi.recon on');
|
||||||
|
|
||||||
// register for wifi.deauthentication events
|
// register for wifi.deauthentication events
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue