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.
 
 

10 lines
91 B

package main
import (
"shimon/cmd"
)
// See: cmd/root.go
func main() {
cmd.Execute()
}