mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-08 09:45:00 -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
|
||||
|
||||
__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()
|
||||
dns_poisoning()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue