Scanning tool that takes a list of domains from a text file and verifies if they match a regular expression. It run in parallel with many works so is very performant.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module shimon
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/spf13/cobra v1.1.3
|
|
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/tools v0.1.0 // indirect
|
|
)
|
|
|