A Python script that uses SecurityTrails DNS History API, wafw00f, and hakoriginfinder to find the origin IP addresses of a given domain and hopefully bypass WAF. The more static the URL you provide, the better.
- Python 3.x
- Tools:
- Clone this repository:
git clone https://github.com/seudnuredin/origin-ip-finder.git cd origin-ip-finder - Run
python3 origin_ip_finder.py -u https://example.com -k YOUR_API_KEY
Ensure you have permissions to modify /etc/hosts:
sudo chown root:sudo /etc/hosts
chmod 664 /etc/hosts