Exploit DNS Zone Misconfiguration & BIND Config
With misconfigurations of target system, we might be able to impersonate some email address then receive sensitive email.
If target host has the domain for email e.g. “mail.example.com” and we can get BIND secret key, we can update
1. Get BIND Secret Key
We need to get the BIND key in the config file.
2. Update DNS Zone
After retrieving the BIND secret, update DNS zone to add the new record for receiving email, with subdomain and our ip address.
3. Start SMTP Server
In local machine, start SMTP server for debugging when receiving email with “mail.example.com” from others.
When receiving email, we should see the output in the terminal.
Last updated