A python script to automate criminalip.io queries for finding origin IPs of web servers.
Many companies and organizations often leave their internal IP addresses exposed when accessing their websites, which makes them vulnerable to DDoS attacks. ipsniffer-corgi can help identify the original IP addresses of exposed web servers and mitigate security vulnerabilities. This tool automates criminalip.io to find vulnerable internal IPs.
- criminalip.io API Key Get it here
Clone repository:
$ git clone https://github.com/KamilDogo/ipsniffer-corgi.git
$ cd web-server-ip
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip3 install -r requirements.txt
$ python3 ipx.py --K [your-criminalip-api-key] --S apache
$ python ipx.py --K [your-criminalip-api-key] --S apache
-K/--key API key -K [your-criminalip-api-key] -S/--query query -S apache
Feedback welcome!