Skip to main content

A CLI app to find domains and subdomains of a given domain

Project description

DomFu logo


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


Download files

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

Source Distribution

DomFu-1.0.1.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distributions

DomFu-1.0.1-py3.8.egg (7.7 kB view hashes)

Uploaded Source

DomFu-1.0.1-py3-none-any.whl (17.0 kB view hashes)

Uploaded Python 3

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