Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/documentation/modules/auxiliary/admin/dns/dns_dyn_update.md
Views: 11784
Dynamic DNS Update Injection
dyn_dns_update
module allows adding or deleting DNS records on a DNS server that allows unrestricted dynamic updates.
Vulnerable Application
Any DNS server that allows dynamic update for none trusted source IPs.
Verification Steps
Start msfconsole
Do:
auxiliary/scanner/dns/dyn_dns_update
Do:
set DOMAIN [IP]
Do:
set NS [IP]
Do:
set INJECTDOMAIN [IP]
Do:
set INJECTIP [IP]
Do:
set ACTION ADD
Do:
run
Actions
There are two kind of actions the module can run:
ADD - Add a new record. [Default]
DEL - Delete an existing record.
Targeting Information
WPAD may not work with Windows 2008+ targets due to a DNS block list: https://technet.microsoft.com/en-us/library/cc995261.aspx