fixup docs

bug/bundler_fix
Brent Cook 2017-06-22 16:07:34 -05:00
parent b618e5ca6f
commit cdf0091962
1 changed files with 16 additions and 11 deletions

View File

@ -1,21 +1,26 @@
# Dynamic DNS Update Injection # Dynamic DNS Update Injection
`dyn_dns_update` module allows adding and/or deleting an '**A**' record to `dyn_dns_update` module allows adding and/or deleting an '**A**' record to
any remote DNS server that allows unrestricted dynamic updates. any remote DNS server that allows unrestricted dynamic updates.
## Vulnerable Application ## Vulnerable Application
Any DNS server that allows dynamic update for none trusted source IPs. Any DNS server that allows dynamic update for none trusted source IPs.
## Verification Steps ## Verification Steps
1. Start msfconsole
2. Do: ```auxiliary/scanner/dns/dyn_dns_update``` 1. Start msfconsole
3. Do: ```set DOMAIN [IP]``` 2. Do: ```auxiliary/scanner/dns/dyn_dns_update```
3. Do: ```set NS [IP]``` 3. Do: ```set DOMAIN [IP]```
3. Do: ```set INJECTDOMAIN [IP]``` 4. Do: ```set NS [IP]```
3. Do: ```set INJECTIP [IP]``` 5. Do: ```set INJECTDOMAIN [IP]```
3. Do: ```set ACTION ADD``` 6. Do: ```set INJECTIP [IP]```
6. Do: ```run``` 7. Do: ```set ACTION ADD```
8. Do: ```run```
## Actions ## Actions
There are tow kind of actions the module can ran:
1. **ADD** - Add a new record. [Default] There are two kind of actions the module can run:
2. **DEL** - Delete an existing record.
1. **ADD** - Add a new record. [Default]
2. **DEL** - Delete an existing record.