mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-13 12:12:12 -04:00
Update dns_poisoning.py
This commit is contained in:
parent
e4c470eab0
commit
ac0edc3ab0
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue