Skip to content

Releases: j3ssie/metabigor

v2.0.0

02 Mar 07:23
Compare
Choose a tag to compare
  • Reverting to the previous library since ASNMap from https://github.com/projectdiscovery/asnmap now demands an API Key.
  • Added another query for crt.sh in case the organization query is empty
  • Rewrite the code to eliminate the usage of the unsafe library.

v1.2.7

15 Dec 08:56
Compare
Choose a tag to compare

Changelog

  • be443a0 Fix panic issue due to asnmap library error
  • 5955a58 Fix panic issue due to asnmap library error

v1.2.6

06 Oct 15:42
Compare
Choose a tag to compare

Changelog

v1.2.5

05 Oct 11:32
Compare
Choose a tag to compare

Replacing the unsafe library

v1.2.4

08 Jan 04:55
Compare
Choose a tag to compare

Small fix on the input of metabigor ipc command

v1.2.3

27 Nov 10:37
Compare
Choose a tag to compare
  • Switching to native library embed to embedding the static file.
  • Change the overview scan to rustscan.
  • Refactor some functions.
# Only run rustscan with full ports
echo '1.2.3.4/24' | metabigor scan -o result.txt

# Run rustscan with full ports and nmap detail scan based on pre-scan data
echo '1.2.3.4/24' | metabigor scan --pipe | metabigor scan -R 

v1.10

18 Sep 12:40
Compare
Choose a tag to compare
  • Refactor and fix some bugs.
  • Add option to run Nmap concurrently from Rustscan result.

echo '1.2.3.4 -> [80,443,2222]' | metabigor scan -R

metabigor-rustscan

v1.9

17 Jun 12:22
Compare
Choose a tag to compare

Refactor and fix some bugs.

v1.8

21 Feb 15:14
Compare
Choose a tag to compare
  • Added new net command for quickly search for ASN information.
  • Moved old net command to netd command.
  • Added new cert command for certificate search on crt.sh
  • Added ipc command for get Summary about IP addresses (powered by @thebl4ckturtle)
# Example new commands

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

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

v1.5

15 Jun 03:25
Compare
Choose a tag to compare
  • Added ip command for IPOsint search.
  • Added -x option for net command to only pull results from trusted sources.
  • Fix some bugs.