Skip to content

Releases: j3ssie/metabigor

Metabigor v2.1.0 - Architecture Rewrite

15 Feb 15:09

Choose a tag to compare

Complete architecture overhaul with cleaner code organization and improved maintainability.

✨ What's New: Complete Internal Restructure

  • Modular Design: All logic reorganized into focused internal/ packages
  • Centralized Version: Version management now in internal/core/constants.go
  • Better Separation: CLI, business logic, and output cleanly separated
  • Runner Pattern: Unified input processing across all commands
  • Enhanced Testing: Cleaner boundaries make unit testing easier

Full Changelog: v2.0.0...v2.1.0

Philosophy: API free OSINT. Zero hassle. Maximum intelligence.

Crafted by @j3ssie | Part of @osmedeus

v2.0.1

29 Jun 12:19

Choose a tag to compare

Changelog

  • c0a3ecf Small fix when handling flat input

v2.0.0

02 Mar 07:23

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

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

Choose a tag to compare

Changelog

v1.2.5

05 Oct 11:32

Choose a tag to compare

Replacing the unsafe library

v1.2.4

08 Jan 04:55

Choose a tag to compare

Small fix on the input of metabigor ipc command

v1.2.3

27 Nov 10:37

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

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

Choose a tag to compare

Refactor and fix some bugs.