metabigor

command module
v0.0.0-...-a54a757 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2020 License: MIT Imports: 1 Imported by: 0

README

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

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

asciicast

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

# 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

# search IP on shodan
echo '1.2.3.4' | metabigor ip -s 'shodan' -v

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL