new: session scripts can now include other scripts via require('file')

This commit is contained in:
Simone Margaritelli 2021-04-04 17:17:37 +02:00
parent 2b1ff7d59f
commit 8827a2af84
6 changed files with 94 additions and 20 deletions

View file

@ -0,0 +1,3 @@
var wifiInterface = 'put the wifi interface to put in monitor mode here';
var telegramToken = 'put your telegram bot token here';
var telegramChatId = 'put your telegram chat id here';