Update dns_poisoning.py

This commit is contained in:
go-outside-helper 2024-03-14 17:26:44 +01:00 committed by GitHub
parent e4c470eab0
commit ac0edc3ab0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
__author__ = "bt3" __author__ = "Mia Stein"
from scapy.all import * from scapy.all import *
from scapy.layers.l2 import * from scapy.layers.l2 import *
@ -22,4 +22,4 @@ if __name__ == '__main__':
url = "whenry_49094902fea7938f.propaganda.hc" url = "whenry_49094902fea7938f.propaganda.hc"
SPOOF_ADDR = '23.235.46.133' SPOOF_ADDR = '23.235.46.133'
TARGET = '192.168.1.125' TARGET = '192.168.1.125'
dns_poisoning() dns_poisoning()