mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 18:57:17 -07:00
new: dhcp6 spoofer step 1: get solicit packets and send spoofed advertisements.
This commit is contained in:
parent
c2e845d9d4
commit
da57450315
8 changed files with 317 additions and 3 deletions
13
caplets/mitm6.cap
Normal file
13
caplets/mitm6.cap
Normal file
|
@ -0,0 +1,13 @@
|
|||
# custom prompt for ipv6 ... this is cool, i know :)
|
||||
set $ {by}{fw}{cidr} {fb}> {env.iface.ipv6} {reset} {bold}» {reset}
|
||||
|
||||
net.recon on
|
||||
# redirect http traffic to a proxy
|
||||
# http.proxy on
|
||||
# wait for everything to start properly
|
||||
# sleep 1
|
||||
|
||||
dhcp6.spoof on
|
||||
|
||||
events.clear
|
||||
clear
|
Loading…
Add table
Add a link
Reference in a new issue