Metabigor : Intelligence Tool But Without API Key

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

Installation

go get -u github.com/j3ssie/metabigor

Main Features

  • Discover IP Address of the target.
  • Wrapper for running masscan and nmap on IP target.
  • Do searching from command line on some search engine.

Demo

Also Read – Gospider : Fast Web Spider Written In Go

Example Commands

#discovery IP of a company/organization
echo “company” | metabigor net –org -o /tmp/result.txt
#discovery IP of an 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 for a subnet
echo “1.2.3.4/24” | metabigor scan -p 443 -o /tmp/result.txt
#running masscan on all port and nmap on open port
cat list_of_IPs | metabigor scan –detail -o /tmp/result.txt
#search result on fofa
echo ‘title=”RabbitMQ Management”‘ | metabigor search -x -v -o /tmp/result.txt

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.

Credit: flaticon by freepik

R K

Recent Posts

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

1 week ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

2 weeks ago

Red Team Certification – A Comprehensive Guide To Advancing In Cybersecurity Operations

Embark on the journey of becoming a certified Red Team professional with our definitive guide.…

3 weeks ago

CVE-2024-5836 / CVE-2024-6778 : Chromium Sandbox Escape via Extension Exploits

This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…

3 weeks ago

Rust BOFs – Unlocking New Potentials In Cobalt Strike

This took me like 4 days (+2 days for an update), but I got it…

3 weeks ago

MaLDAPtive – Pioneering LDAP SearchFilter Parsing And Security Framework

MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…

3 weeks ago