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

Burrow – Breaking Through Firewalls With Open Source Ingenuity

Burrow is an open source tool for burrowing through firewalls, built by teenagers at Hack Club.…

17 hours ago

Its-A-Trap : Building Secure Web Applications With A Golang Web Server For Authentication

Simple golang webserver that listens for basic auth or post requests and sends a notification…

18 hours ago

Nutek-Apple : Unleashing Power On macOS And Linux

Nutek Security Platform for macOS and Linux operating systems. Tools for hackers, bug hunters and…

18 hours ago

SecureSphere Labs – A Haven For Cybersecurity Innovators And Ethical Hackers

Welcome to SecureSphere Labs, your go-to destination for a curated collection of powerful hacking tools…

18 hours ago

Vulpes/VulpOS : The Docker-Powered All-in-One Workstation For Penetration Testing And Offsec Labs

All in one Docker-based workstation with hacking tools for Pentesting and offsec Labs by maintained…

18 hours ago

LiCo-Extrator : Revolutionizing Icon Extraction Across Platforms

Got it! Below is the updated README.md file with instructions for downloading the project on…

1 day ago