Projects STRLCPY metabigor Files
🤬
cmd Loading last commit info...
core
modules
.gitignore
LICENSE
README.md
main.go
README.md

Metabigor

Intelligence Framework but without API key

Release Software License

What is Metabigor?

Metabigor is Intelligence Framework, its goal is to do OSINT tasks and more but without any API key.

Installation

go get -u https://github.com/j3ssie/metabigor

Example Commands

# discovery IP of ASN
echo "company" | metabigor net --org -o /tmp/result.txt

# discovery IP of ASN
echo "ASN1111" | metabigor net --asn -o /tmp/result.txt
cat list_of_ASNs | metabigor net --asn -o /tmp/result.txt

# running masscan on port 443
echo "1.2.3.4/24" | metabigor scan -p 443 -o /tmp/result.txt

# running masscan on port all port and nmap on open port
cat list_of_IPs | metabigor scan --detail -o /tmp/result.txt

Credits

Logo from flaticon by freepik

Disclaimer

This tool is for educational purposes only. You are responsible for your own actions. If you mess something up or break any laws while using this software, it's your fault, and your fault only.

License

Metabigor is made with ♥ by @j3ssiejjj and it is released under the MIT license.

Please wait...
Page is in error, reload to recover