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
- Host: GitHub
- URL: https://github.com/0xafz/ipx
- Owner: 0xAFz
- License: mit
- Created: 2024-05-15T21:43:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T00:14:21.000Z (5 months ago)
- Last Synced: 2025-01-22T01:19:32.209Z (5 months ago)
- Topics: bughunting, go, golang
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ToolUsage:
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
```