mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 14:03:17 -07:00
refact: refactored some of the mitm6 attack code into a separate dns.spoof module.
This commit is contained in:
parent
4555ba13af
commit
066214e94b
4 changed files with 245 additions and 100 deletions
|
@ -1,8 +1,10 @@
|
|||
# custom prompt for ipv6 ... this is cool, i know :)
|
||||
set $ {by}{fw}{cidr} {fb}> {env.iface.ipv6} {reset} {bold}» {reset}
|
||||
|
||||
# let's spoof microsoft.com domains
|
||||
set dns.spoof.domains microsoft.com
|
||||
# let's spoof Microsoft and Google ^_^
|
||||
set dns.spoof.domains microsoft.com, google.com
|
||||
set dhcp6.spoof.domains microsoft.com, google.com
|
||||
|
||||
# every request to *.microsoft.com will come to us, let's give em some contents
|
||||
set http.server.path caplets/www
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue