820 B
820 B
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