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

Kali Linux 2024.4 Released, What’s New?

Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…

2 days ago

Lifetime-Amsi-EtwPatch : Disabling PowerShell’s AMSI And ETW Protections

This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…

2 days ago

GPOHunter – Active Directory Group Policy Security Analyzer

GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…

4 days ago

2024 MITRE ATT&CK Evaluation Results – Cynet Became a Leader With 100% Detection & Protection

Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…

6 days ago

SecHub : Streamlining Security Across Software Development Lifecycles

The free and open-source security platform SecHub, provides a central API to test software with…

1 week ago

Hawker : The Comprehensive OSINT Toolkit For Cybersecurity Professionals

Don't worry if there are any bugs in the tool, we will try to fix…

1 week ago