From fb7bed9b6b4063100eb213a1a6f563ec910a8a36 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Sun, 4 Apr 2021 15:29:49 +0200 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- example.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example.js b/example.js index a8d55615..89edcae7 100644 --- a/example.js +++ b/example.js @@ -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'; @@ -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