All Projects → j3ssie → Metabigor

j3ssie / Metabigor

Licence: mit
Intelligence tool but without API key

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Metabigor

Rengine
reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with…
Stars: ✭ 3,439 (+711.08%)
Mutual labels:  osint, infosec, pentesting, bugbounty
Asnip
ASN target organization IP range attack surface mapping for reconnaissance, fast and lightweight
Stars: ✭ 126 (-70.28%)
Mutual labels:  osint, pentesting, bugbounty
Spaces Finder
A tool to hunt for publicly accessible DigitalOcean Spaces
Stars: ✭ 122 (-71.23%)
Mutual labels:  osint, pentesting, infosec
Cc.py
Extracting URLs of a specific target based on the results of "commoncrawl.org"
Stars: ✭ 250 (-41.04%)
Mutual labels:  osint, pentesting, bugbounty
Osint tips
OSINT
Stars: ✭ 322 (-24.06%)
Mutual labels:  osint, pentesting, bugbounty
Spiderfoot
SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
Stars: ✭ 6,882 (+1523.11%)
Mutual labels:  osint, infosec, pentesting
Contact.sh
An OSINT tool to find contacts in order to report security vulnerabilities.
Stars: ✭ 216 (-49.06%)
Mutual labels:  osint, infosec, bugbounty
Defaultcreds Cheat Sheet
One place for all the default credentials to assist the Blue/Red teamers activities on finding devices with default password 🛡️
Stars: ✭ 1,949 (+359.67%)
Mutual labels:  pentesting, infosec, bugbounty
aquatone
A Tool for Domain Flyovers
Stars: ✭ 43 (-89.86%)
Mutual labels:  osint, infosec, bugbounty
quick-recon.py
Do some quick reconnaissance on a domain-based web-application
Stars: ✭ 13 (-96.93%)
Mutual labels:  osint, pentesting, bugbounty
QuickScan
Port scanning and domain utility.
Stars: ✭ 26 (-93.87%)
Mutual labels:  osint, infosec, pentesting
Bigbountyrecon
BigBountyRecon tool utilises 58 different techniques using various Google dorks and open source tools to expedite the process of initial reconnaissance on the target organisation.
Stars: ✭ 541 (+27.59%)
Mutual labels:  osint, pentesting, bugbounty
Hosthunter
HostHunter a recon tool for discovering hostnames using OSINT techniques.
Stars: ✭ 427 (+0.71%)
Mutual labels:  osint, pentesting, bugbounty
Pentesting Bible
Learn ethical hacking.Learn about reconnaissance,windows/linux hacking,attacking web technologies,and pen testing wireless networks.Resources for learning malware analysis and reverse engineering.
Stars: ✭ 8,981 (+2018.16%)
Mutual labels:  osint, pentesting, bugbounty
Crithit
Takes a single wordlist item and tests it one by one over a large collection of websites before moving onto the next. Create signatures to cross-check vulnerabilities over multiple hosts.
Stars: ✭ 182 (-57.08%)
Mutual labels:  pentesting, infosec, bugbounty
Cloudbrute
Awesome cloud enumerator
Stars: ✭ 268 (-36.79%)
Mutual labels:  pentesting, infosec, bugbounty
Resources
A Storehouse of resources related to Bug Bounty Hunting collected from different sources. Latest guides, tools, methodology, platforms tips, and tricks curated by us.
Stars: ✭ 62 (-85.38%)
Mutual labels:  pentesting, infosec, bugbounty
Subjack
Subdomain Takeover tool written in Go
Stars: ✭ 1,194 (+181.6%)
Mutual labels:  pentesting, infosec, bugbounty
flydns
Related subdomains finder
Stars: ✭ 29 (-93.16%)
Mutual labels:  osint, infosec, bugbounty
Dorknet
Selenium powered Python script to automate searching for vulnerable web apps.
Stars: ✭ 256 (-39.62%)
Mutual labels:  osint, pentesting, infosec

Metabigor

Intelligence Tool but without API key

Release Software License

What is Metabigor?

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

Installation

GO111MODULE=on go get github.com/j3ssie/metabigor

Main features

  • Searching information about IP Address, ASN and Organization.
  • Wrapper for running masscan and nmap on IP target.
  • Do searching from command line on some search engine.

Example Commands

Examples 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

# Only run masscan full ports
echo '1.2.3.4/24' | metabigor scan -o result.txt

# Only run nmap detail scan
echo '1.2.3.4:21' | metabigor scan -s -c 10
echo '1.2.3.4:21' | metabigor scan --tmp /tmp/raw-result/ -s -o result.txt

# Only run scan with zmap
cat ranges.txt | metabigor scan -p '443,80' -z

# search result on fofa
echo 'title="RabbitMQ Management"' | metabigor search -x -v -o /tmp/result.txt

# certificate search info on crt.sh
echo 'Target' | metabigor cert

# Get Summary about IP address (powered by @thebl4ckturtle)
cat list_of_ips.txt | metabigor ipc --json

Demo

asciicast

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.

Donation

paypal

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].