Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 409 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 409 Bytes

rogue_dns_server

for dnslog AND dns rebinding attack

install: require at least python version 3.6, becase of use of f-strings python module dnslib is needed, install it by:

pip3 install dnslib

usage:

python3 ./server.py

# run background 
nohup python3 -u ./server.py 2>&1 &

image