Closed paralax closed 6 years ago
@PaulSec If you don't mind, please update pypi package(https://pypi.python.org/pypi/dnsdumpster) for this fix because i'm still using python2 :)
I want to include your API as part of my plugins ( https://github.com/aancw/Belati )
Thanks!
Sure, I will do this at home tonight!
Thanks!
And one more little change for this repo:
Then import the class and start playing:
from dnsdumpster.DNSDumpsterAPI import DNSDumpsterAPI
results = DNSDumpsterAPI.DNSDumpsterAPI().search('microsoft.com')
You are mistyping, it should be:
Then import the class and start playing:
from dnsdumpster.DNSDumpsterAPI import DNSDumpsterAPI
results = DNSDumpsterAPI().search('microsoft.com')
Done for both! Thank you 👍
Reviewed and merged! Thanks Jose :+1: