mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
new: exposing session environment to proxy scripts
This commit is contained in:
parent
1b3cc9fbca
commit
5b969ffa9e
4 changed files with 20 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
function onLoad() {
|
||||
console.log( "BeefInject loaded." );
|
||||
console.log("targets: " + env['arp.spoof.targets']);
|
||||
}
|
||||
|
||||
function onResponse(req, res) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue