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()