Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theblackturtle/wildcheck

A simple tool to detect wildcards domain based on Amass's wildcards detector.
https://github.com/theblackturtle/wildcheck

Last synced: 21 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.