From ac0edc3ab0f72c5cfc7cd4d282bcd900a6b580b1 Mon Sep 17 00:00:00 2001 From: go-outside-helper <138340846+go-outside-helper@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:26:44 +0100 Subject: [PATCH] Update dns_poisoning.py --- Network_and_802.11/scapy/dns_poisoning.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Network_and_802.11/scapy/dns_poisoning.py b/Network_and_802.11/scapy/dns_poisoning.py index fedb522..92ad59b 100644 --- a/Network_and_802.11/scapy/dns_poisoning.py +++ b/Network_and_802.11/scapy/dns_poisoning.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -__author__ = "bt3" +__author__ = "Mia Stein" from scapy.all import * from scapy.layers.l2 import * @@ -22,4 +22,4 @@ if __name__ == '__main__': url = "whenry_49094902fea7938f.propaganda.hc" SPOOF_ADDR = '23.235.46.133' TARGET = '192.168.1.125' - dns_poisoning() \ No newline at end of file + dns_poisoning()