mirror of
https://github.com/bettercap/bettercap
synced 2025-07-08 05:51:37 -07:00
new: session scripts can now include other scripts via require('file')
This commit is contained in:
parent
2b1ff7d59f
commit
8827a2af84
6 changed files with 94 additions and 20 deletions
3
_example/config.example.js
Normal file
3
_example/config.example.js
Normal 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';
|
Loading…
Add table
Add a link
Reference in a new issue