API-dnsdumpster.com icon indicating copy to clipboard operation
API-dnsdumpster.com copied to clipboard

(Unofficial) Python API for https://dnsdumpster.com/

Results 8 API-dnsdumpster.com issues
Sort by recently updated
recently updated
newest added

our monitor is showing this exception: [verbose] Retrieved token: XuKapsQQceSllhKpDe8Q8UFxlJ62SLl1LGCKnnBUo7umkKUOLM61V4oYRXivBVto There was an error getting results [] When I try the example in readme.md file. I have installed all the...

Please update pip repository to version which newest accepted PRs. Thx

I am running a basic script that follows as: ``` from dnsdumpster.DNSDumpsterAPI import DNSDumpsterAPI res = DNSDumpsterAPI({'verbose': False}).search('example.org') print(res) ``` However, the output is extremely messy, and includes `imagedata` for...

Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

dependencies

Hi, I've changed the implementation to work with new api of dnsdumpster. Major change is to parse the auth_token from response html and get rid of cookies and the csrf...

Description I'm encountering an issue with the dnsdumpster library while attempting to perform a data lookup. The error occurs when running the following code: from dnsdumpster.DNSDumpsterAPI import DNSDumpsterAPI results =...