mirror of
https://github.com/bettercap/bettercap
synced 2025-07-14 00:53:46 -07:00
new: added new log builtin function for sync logging with prompt
This commit is contained in:
parent
acbc10d4e8
commit
d87bf8a3ba
4 changed files with 16 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
function onLoad() {
|
||||
console.log( "BeefInject loaded." );
|
||||
console.log("targets: " + env['arp.spoof.targets']);
|
||||
log( "BeefInject loaded." );
|
||||
log("targets: " + env['arp.spoof.targets']);
|
||||
}
|
||||
|
||||
function onResponse(req, res) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue