Skip to content

Commit

Permalink
misc: small fix or general refactoring i did not bother commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Apr 4, 2021
1 parent 4072706 commit fb7bed9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example.js
Original file line number Diff line number Diff line change
@@ -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 telegramChatId = 'put your telegram chat id here';

Expand All @@ -19,7 +20,7 @@ run('net.recon on');
run('net.probe on');

// enable wifi scanning
run('set wifi.interface wlx00c0ca916886');
run('set wifi.interface ' + wifiInterface);
run('wifi.recon on');

// register for wifi.deauthentication events
Expand Down

0 comments on commit fb7bed9

Please sign in to comment.