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 article
python3 xip.py --help
You can pull the official Drupwn image from the dockerhub registry using the following command:
docker pull immunit/XIP
To build the container, just use this command:
docker build -t xip .
Docker will download the Alpine image and then execute the installation steps.
Be patient, the process can be quite long the first time.
Once the build process is over, get and enjoy your new tool.
docker run --rm -it xip --help
The output generated is stored in the /tmp/ folder. When using docker, run your container using the following option
-v YOUR_PATH_FOLDER:/tmp/
XIP is provided under this License on an "as is" basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the XIP is free of defects, merchantable, fit for a particular purpose or non-infringing.
Credits of that tool amount to Nicolas Grégoire following the Hackfest conference(French ONLY) which took place in 2015