GreyNoise-Intelligence / pygreynoise

Python3 library and command line for GreyNoise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No results when using wildcards with JSON

Obsecurus opened this issue · comments

greynoise -o json "raw_data.web.paths:*phpunit*" produces no results
greynoise "raw_data.web.paths:*phpunit*" produces results

turns out this was actually a usage issue. here's the proper syntax, which yields no error:

$ greynoise query -f json "raw_data.web.paths:*phpunit*"