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

Post-Installation

Initiate the DB:

$ domfu api

Update

Using pip:

$ sudo apt-get update -y
$ sudo pip install DomFu==1.4.1 --upgrade

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: (Check the wiki for more)

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)

# Check if a list of domain is vaild:
dom_lst = ['tropyl.com', 'www.tropyl.com', 'fake.tropyl.com']
df.Probe(dom _lst)

Features:

  • Fetches subdomain of a domain in the fastest possible time.
  • Built-in domain prober, useful when you want to validate your subdomains.
  • Can be used inside any python code by importing the module.

Contributing

See the .todo file and get started with any of the upcoming changes you want to make.

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 everything as appropriate.

Note: Do not ever make a direct 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.4.1.tar.gz (21.6 kB view details)

Uploaded Source

File details

Details for the file DomFu-1.4.1.tar.gz.

File metadata

  • Download URL: DomFu-1.4.1.tar.gz
  • Upload date:
  • Size: 21.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for DomFu-1.4.1.tar.gz
Algorithm Hash digest
SHA256 a52028f34fe3a4d832d754e2b0bb7ffb8c5b136188db59477c7f1c2f0ca0de25
MD5 ee7fac0c565ca57918edfb4a8fd33881
BLAKE2b-256 5896f59d855df88867e9a7555de1c8c22cc72e153465a390bf9acbd8d2b57330

See more details on using hashes here.

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