XIP: generates a list of IP addresses to bypass security measures

bypass security measures

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.

Below are the implemented transformations:

  • Hexadecimal
  • Decimal
  • Octal
  • IPV4 to IPV6 conversion
  • Dotless
  • Zeroless
  • Padding
  • Overflow

Download

git clone https://github.com/immunIT/XIP.git

Use

python3 xip.py –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/

Demo

Source: https://github.com/immunIT/