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

Useful Bug Bounty And Security Related Write-ups : A Comprehensive Guide For Enthusiasts

This repo contains all variants of information security & Bug bounty & Penetration Testing write-up…

2 hours ago

Admin-Panel-Dorks : Mastering Google Dorks To Uncover Hidden Admin Panels

site:*/sign-in site:*/account/login site:*/forum/ucp.php?mode=login inurl:memberlist.php?mode=viewprofile intitle:"EdgeOS" intext:"Please login" inurl:user_login.php intitle:"Web Management Login" site:*/users/login_form site:*/access/unauthenticated site:account.*.*/login site:admin.*.com/signin/…

2 hours ago

Conduwuit : Pioneering A New Era In Matrix Homeservers

Matrix is an open network for secure and decentralized communication. Users from every Matrix homeserver…

2 hours ago

LSMS – Linux Security And Monitoring Scripts

Linux Security And Monitoring Scripts are a collection of security and monitoring scripts you can…

2 hours ago

Fiber – Using Fibers To Run In-Memory Code

A fiber is a unit of execution that must be manually scheduled by the application…

2 hours ago

XSS-Exploitation-Tool : A Penetration Testing Tool

XSS Exploitation Tool is a penetration testing tool that focuses on the exploit of Cross-Site…

2 hours ago