Skip to content

Releases: j3ssie/metabigor

Metabigor v2.1.0 - Architecture Rewrite

Choose a tag to compare

@j3ssie j3ssie released this 15 Feb 15:09

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

Choose a tag to compare

@j3ssie j3ssie released this 29 Jun 12:19

Changelog

  • c0a3ecf Small fix when handling flat input

v2.0.0

Choose a tag to compare

@j3ssie j3ssie released this 02 Mar 07:23
  • 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

Choose a tag to compare

@j3ssie j3ssie released this 15 Dec 08:56

Changelog

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

v1.2.6

Choose a tag to compare

@j3ssie j3ssie released this 06 Oct 15:42

Changelog

v1.2.5

Choose a tag to compare

@j3ssie j3ssie released this 05 Oct 11:32

Replacing the unsafe library

v1.2.4

Choose a tag to compare

@j3ssie j3ssie released this 08 Jan 04:55

Small fix on the input of metabigor ipc command

v1.2.3

Choose a tag to compare

@j3ssie j3ssie released this 27 Nov 10:37
  • 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

Choose a tag to compare

@j3ssie j3ssie released this 18 Sep 12:40
  • 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

Choose a tag to compare

@j3ssie j3ssie released this 17 Jun 12:22

Refactor and fix some bugs.