-
-
Notifications
You must be signed in to change notification settings - Fork 168
Advanced Usage
j3ssie edited this page Jun 14, 2019
·
2 revisions
Prepare content of the query and save it to a JSON file as pattern below.
$ cat sample.json
{
"fofa": "title=\"Dashboard - [Jenkins]\"",
"zoomeye": "title:\"Dashboard - [Jenkins]\""
}
$ ./metabigor.py -S sample.json -o sample.txt
./metabigor.py -s zoomeye -q 'cidr:"1.2.3.4/24"'
./metabigor.py -s fofa -q 'ip="210.245.7.135/24"'