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:

$ sudo apt-get update -y
$ sudo pip install DomFu

Manual Installation:

$ git clone https://github.com/TxSadhu/DomFu.git
$ cd DomFu
$ sudo python setup.py install

Update

Using pip:

$ sudo apt-get update -y
$ sudo pip install DomFu==1.0.3

Manual Installation:

$ git clone https://github.com/TxSadhu/DomFu.git
$ cd DomFu
$ sudo python setup.py install

Usage

Using as Standalone CLI app:

domfu --help

Using it as a python module:

import DomFu as df

dom = "tropyl.com"

# Using all sources:
df.subdomain(dom)

# Using individual sources to find subdomain:
df.fetchCrtSh(dom)
df.fetchBufferOverRun(dom)
df.fetchHackerTarget(dom)
df.fetchThreatCrowd(dom)
df.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.

Note: Do not ever make a pull request to the master branch. Switch to the dev branch to look for active development going on the tool.

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.4.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

DomFu-1.0.4-py3-none-any.whl (19.5 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