XIP generates a list of IP addresses by applying a set of transformations used to bypass security measures e.g. blacklist filtering, WAF, etc.
Further explaination on our blog post articleUsage
python3 xip.py --help
Docker alternative
Official image
You can pull the official Drupwn image from the dockerhub registry using the following command:
docker pull immunit/XIP
Build
To build the container, just use this command:
docker build -t xip .
Be patient, the process can be quite long the first time.
Run
Once the build process is over, get and enjoy your new tool.
docker run --rm -it xip --help
Logging
The output generated is stored in the /tmp/ folder. When using docker, run your container using the following option
-v YOUR_PATH_FOLDER:/tmp/