projectdiscovery / dnsprobe

DNSProb is a tool built on top of retryabledns that allows you to perform multiple dns queries of your choice with a list of user supplied resolvers.
https://projectdiscovery.io/open-source
MIT License
276 stars 56 forks source link

Fixing bug with PTR query #24

Closed ehsandeep closed 3 years ago

ehsandeep commented 4 years ago

Current:-

root@b0x:~# echo 173.0.84.102 | dnsprobe -silent -r ptr

173.0.84.102 173.0.84.102

Expected:-

root@b0x:~# echo 173.0.84.102 | dnsprobe -silent -r ptr

173.0.84.102 pointofsale-new.paypal.com
173.0.84.102 pointofsale.paypal.com

This will be fixed in next major release.

ehsandeep commented 3 years ago

Fixed in the latest version of dnsprobe, i.e dnsx, closing this issue now.