What is Metabigor?
Metabigor allows you to do a query from the command line to awesome Search Engines (like Shodan , Censys, Fofa, etc) without any API key.
But Why Metabigor?
Don’t use your API key so you don’t have to worry about the limit of API quotation.*
Do query from the command line without Premium account.*
Get more result without a Premium account. *
But I have a Premium account why do I need this shit?
Again Metabigor will not lose your API quotation.
Your query will be optimized so you gonna get more result than using it by hand or API key.
Never get a duplicate result.*
How does it work?
Metabigor gonna use your cookie or not to simulate search from the browser and optimize the query to get more result.
Search Engine currently supported
Installation
git clone https://github.com/j3ssie/Metabigor
cd Metabigor
pip3 install -r requirements.txt
Use
[*] Setup session
===============
Do command below or direct modify config.conf file
./metabigor.py -s shodan --cookies=<content of polito cookie>
./metabigor.py -s censys --cookies=<content of auth_tkt cookie>
./metabigor.py -s fofa --cookies=<content of _fofapro_ars_session cookie>
[*] Basic Usage
===============
./metabigor.py -s <source> -q '<your_query>' [options]
[*] More Options
===============
-d OUTDIR, --outdir OUTDIR
Directory output
-o OUTPUT, --output OUTPUT
Output file name
--raw RAW Directory to store raw query
--proxy PROXY Proxy for doing request to search engine e.g:
http://127.0.0.1:8080
-b Auto brute force the country code
--disable_pages Don't loop though the pages
--store_content Store the raw HTML souce or not
--hh Print this message
--debug Print debug output
[*] Example commands
===============
./metabigor.py -s fofa -q 'title="Dashboard - Confluence" && body=".org"' -b
./metabigor.py -s fofa -q 'title="Dashboard - Confluence" && body=".org"' -b --disable_pages
./metabigor.py -s shodan -q 'port:"3389" os:"Windows"' --debug
./metabigor.py -s shodan -Q list_of_query.txt --debug -o rdp.txt
./metabigor.py -s censys -q '(scada) AND protocols: "502/modbus"' -o something --debug --proxy socks4://127.0.0.1:9050
Demo
Copyright (c) 2019 j3ssie
Source: https://github.com/j3ssie/
Continue Reading