dotfinder

dotfinder is a python tool to find subdomains!

InstallationUsageCommandsFeatures


Installation

Run this to install:

$ git clone https://github.com/Miguel-Galdin0/dotfinder.git
$ cd dotfinder
$ pip3 install -r requirements.txt

Usage

$ python3 dotfinder.py [-d DOMAIN] [opitional commands]

You can use url or pipe to enumerate.

Exemple:

dotfinder

Commands

Use this if you need help with commands:

$ python3 dotfinder.py -h

Features

Feature Descripition
Pipeline – From I/O module (`echo “hackerone.com”
Silet mode – Show only the subdomains with flags -s or --silet (python3 dotfinder.py -d hackerone.com -s)
Auto HTTP remove – If you use a url with http:// or https://, the tool automatically remove this.

GitHub

View Github