Advanced Usage
j3ssie edited this page Jun 14, 2019
·
2 revisions
Clone this wiki locally
Query multiple Search Engine in one command
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
OSINT using Metabigor
Port Scan and service detection by query IP or CIDR of the target
./metabigor.py -s zoomeye -q 'cidr:"1.2.3.4/24"'
./metabigor.py -s fofa -q 'ip="210.245.7.135/24"'