An open API service indexing awesome lists of open source software.

https://github.com/0xafz/ipx

Origin IP Discovery Tool
https://github.com/0xafz/ipx

bughunting go golang

Last synced: 4 months ago
JSON representation

Origin IP Discovery Tool

Awesome Lists containing this project

README

        

# ipx
Origin IP Discovery Tool

## Installation
Run the following command to install the latest version:
```bash
go install -v github.com/0xAFz/ipx@latest
```
#### Usage
```bash
Origin IP Discovery Tool

Usage:
ipx [flags]

Flags:
--cidr string CIDR range to scan for IPs (e.g., 192.168.1.0/24)
--delta int Allowed range for content length difference
--domain string Domain name to use in the Host header
-h, --help help for ipx
```
```bash
ipx --cidr 192.168.1.0/24 --domain example.com
```