mirror of
https://github.com/hak5/packetsquirrel-payloads.git
synced 2025-12-19 09:48:47 +00:00
Update repos for Packet Squirrel Mk 2 release
This commit is contained in:
14
payloads/interception/dns_sinkhole/payload
Executable file
14
payloads/interception/dns_sinkhole/payload
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Title: DNS Sinkhole
|
||||
# Description: Demonstrate sinkholing a DNS domain (hak5.org)
|
||||
# Author: Hak5
|
||||
|
||||
# This payload will intercept any requests for a *.hak5.org domain
|
||||
# and redirect them to localhost (127.0.0.1 for IPv4 or ::1 for IPv6)
|
||||
|
||||
NETMODE BRIDGE
|
||||
|
||||
LED R SINGLE
|
||||
|
||||
SPOOFDNS br-lan '.*.hak5.org=127.0.0.1' 'hak5.org=127.0.0.1' '.*.hak5.org=::1' 'hak5.org=::1'
|
||||
Reference in New Issue
Block a user