A CLI app to find domains and subdomains of a given domain
Project description
A python module to find domains and subdomains of a given domain with a easy to use CLI.
Installation
Using pip:
pip install DomFu
Manual Installation:
$ git clone https://github.com/TxSadhu/DomFu.git
$ cd DomFu
$ python setup.py install
Usage
Using as Standalone CLI app:
domfu --domain tropyl.com --output tropyl.txt
or
domfu tropyl.com tropyl.txt
Using it as a python module:
import DomFu
# Using all sources:
DomFu.search("tropyl.com")
# Using individual sources to find subdomain:
dom = "tropyl.com"
DomFu.fetchCrtSh(dom)
DomFu.fetchBufferOverRun(dom)
DomFu.fetchHackerTarget(dom)
DomFu.fetchThreatCrowd(dom)
DomFu.fetchVirusTotal(dom)
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
DomFu-test-1.0.0.tar.gz
(3.7 kB
view details)
Built Distribution
File details
Details for the file DomFu-test-1.0.0.tar.gz
.
File metadata
- Download URL: DomFu-test-1.0.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bb05a939b6e75319c06c7a30d50c881bccebb7d5c9425ab571046c4e55c90f3 |
|
MD5 | b986907325c6949066f2275046dc8289 |
|
BLAKE2b-256 | e565c834aff0ea03928269e961ddf0c66e40524b5996f7982ca5657912208a4c |
File details
Details for the file DomFu_test-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: DomFu_test-1.0.0-py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 790c5e1d8a6e4be4193ab9948cd034e2ae89a2c83c5bdda13791e2abfb52abd9 |
|
MD5 | af767a50be554736873a3fffea0836db |
|
BLAKE2b-256 | 5b270a35d445eb0e35c4f8add7d45a633e5a58523a8f16bd505e0f051a21dc38 |