Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 906 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 906 Bytes

Origin-IP

RequirementsInstallationUsageTool optionslicense

Origin-IP is a Bash script to find the origin IP address of a target.

Requirements

  • Subfinder
  • Assetfinder
  • httpX
  • dnsX
  • MapCIDR
  • Amass

Installation

  1. git clone https://github.com/mha4065/origin-ip.git
  2. chmod +x origin-ip.sh

Usage

Basic Usage

./origin-ip -d domain.tld

Tool Options

  • -i : Specify a list of subdomains
  • -c : Specify a list of CIDR
  • -r : Specify a list of CDN ranges
  • -s : Run the script silently and do not display any output
  • -o : Write output to a file instead of the terminal

License

This project is licensed under the MIT license. See the LICENSE file for details.