Releases: j3ssie/metabigor
Releases · j3ssie/metabigor
v2.0.0
- 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
v1.2.6
v1.2.5
v1.2.4
v1.2.3
- 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
v1.9
v1.8
- Added new
net
command for quickly search for ASN information. - Moved old
net
command tonetd
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