mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-07 05:22:15 -07:00
updated readme
This commit is contained in:
parent
ab696cd965
commit
9d860437c4
2 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,7 @@ class Spoof(Plugin):
|
|||
for k,v in self.dnscfg.items():
|
||||
if k in pkt[DNS].qd.qname:
|
||||
self.modify_dns(payload, pkt, v)
|
||||
|
||||
elif self.domain in pkt[DNS].qd.qname:
|
||||
self.modify_dns(payload, pkt, self.dnsip)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue