You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, using the dig utility, I recently found a subdomain takeover vulnerability on a domain which i can't reveal let's name it example.com. so i tried retesting this with dnsx as i love projectdiscovery's tools
with dnsx
command
echo "sub.example.com" | dnsx -cname
output
sub.example.com
with dig
command
dig sub.example.com
output
;; ANSWER SECTION:
sub.example.com 2781 IN CNAME some_non_existing_domain.cloudapp.net.
So i am confused on how to make it get similar output to dig's command. Thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey, using the
dig
utility, I recently found a subdomain takeover vulnerability on a domain which i can't reveal let's name itexample.com
. so i tried retesting this with dnsx as i love projectdiscovery's toolswith dnsx
command
output
with dig
command
output
So i am confused on how to make it get similar output to dig's command. Thanks
Beta Was this translation helpful? Give feedback.
All reactions