subfinder icon indicating copy to clipboard operation
subfinder copied to clipboard

Match/filter

Open LuitelSamikshya opened this issue 3 years ago • 1 comments
trafficstars

closes #575

LuitelSamikshya avatar Jul 25 '22 20:07 LuitelSamikshya

$ go run . -d example.com -match "megalom.*" -silent
megalom.example.com
$ go run . -d example.com -filter "megalom.*" -silent | wc -l
   22800

Mzack9999 avatar Jul 27 '22 04:07 Mzack9999