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/)
> 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
File details
Details for the file pyfindsubdomains-0.0.2.3.tar.gz.
File metadata
- Download URL: pyfindsubdomains-0.0.2.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df23d85f3ab1da9cd1c5b0da2a3797b2ddfe8da24018980b44411f1d83816aad
|
|
| MD5 |
dc00d0347c470e364aa4818e54d7eaf7
|
|
| BLAKE2b-256 |
1314334e8904e6afe801686ab7a9b748317dab8457baed9cb3b93331859d3018
|