Skip to main content

This is a python3 wrapper to FindSubDomains

Project description

# PyFindSubDomains
> A Pythonic wrapper over the findsubdomains service

## About

[FindSubDomains](https://findsubdomains.com/)'s service is pretty self explainatory. This is the unofficial python wrapper.

## Author

[Daniel Abeles](https://twitter.com/Daniel_Abeles).

## Install

First, follow the installation guide of MassDNS.
Then, get it from PyPI:

```
pip install pyfindsubdomains
```

Or, build it from source:

```bash
git clone https://github.com/Den1al/pyfindsubdomains
cd pyfindsubdomains
python setup.py build
python setup.py install
```

## Usage

```python
from findsubdomains import FindSubDomains

fsd = FindSubDomains(domain='example.com')

for result in fsd.get():
print(result)

"""
>>> {'domain': 'example.com' ...
"""
```

## TODO
* Add more functionalities provided by the `findsubdomains` service.

## Credits

[FindSubDomains](https://findsubdomains.com/)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyfindsubdomains-0.0.2.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page