Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
XIP — XIP generates a list of IP addresses by applying a set of transformations used to bypass security measures e.g. blacklist filtering, WAF, etc. | Kitploit
Tools/GitHubGitHub/immunit/xip
IDS/IPS EvasionInformation GatheringWAF BypassWeb SecurityPenetration Testing
GitHubimmunit/xip

XIP

XIP generates a list of IP addresses by applying a set of transformations used to bypass security measures e.g. blacklist filtering, WAF, etc.

View Repository
771737 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

XIP

Build Status

Description

XIP generates a list of IP addresses by applying a set of transformations used to bypass security measures e.g. blacklist filtering, WAF, etc.

asciicast

Further explaination on our blog post article

Usage

root@kitploit:~
python3 xip.py --help

Docker alternative

Official image

You can pull the official Drupwn image from the dockerhub registry using the following command:

root@kitploit:~
docker pull immunit/XIP

Build

To build the container, just use this command:

root@kitploit:~
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.

Run

Once the build process is over, get and enjoy your new tool.

root@kitploit:~
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

root@kitploit:~
-v YOUR_PATH_FOLDER:/tmp/

Disclaimer of Warranty

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.

Acknowledgement

Credits of that tool amount to Nicolas Grégoire following the Hackfest conference(French ONLY) which took place in 2015

Download Tool