Skip to content

A simple tool to detect wildcards domain based on Amass's wildcards detector.

Notifications You must be signed in to change notification settings

theblackturtle/wildcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wildcheck

A simple tool to detect wildcards domain based on Amass's wildcards detector.

Installation:

GO111MODULE=on go get -u github.com/theblackturtle/wildcheck

Usage

Usage of wildcheck:
  -d string
        Main domain
  -i string
        Subdomains list. Default is stdin (default "-")
  -rate int
        Max DNS Limit per second (default 20000)
  -t int
        Threads (default 10)

Example commands

Input from Stdin

cat subdomains.lst | wildcheck -t 10 -d example.com

Input from file

wildcheck -i subdomains.lst -t 10 -d example.com

Credits:

Based on the work on Amass project by @caffix.

About

A simple tool to detect wildcards domain based on Amass's wildcards detector.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages