Cuteit – IP Obfuscator Made to Make a Malicious IP a Bit Cuter

Cuteit IP obfuscator made to make a malicious ip a bit cuter.

A simple python tool to help you to social engineer, bypass whitelisting firewalls, potentially break regex rules for command line logging looking for IP addresses and obfuscate cleartext strings to C2 locations within the payload.

All of that is simply done with obfuscating ip to many forms.

Also Read – Ntopng : Web-based Traffic & Security Network Traffic Monitoring

Usage

usage: Cuteit.py [-h] [–disable-coloring] ip
positional arguments:
ip IP you want to convert
optional arguments:
-h, –help show this help message and exit
–disable-coloring Disable colored printing

Screenshot

Using it as a module!

You can use this script as a module in your python scripts as follows:

import Cuteit
convert = Cuteit.lib(ip)
print(convert.hex)

and the photo bellow shows that in action:

R K

Recent Posts

Install Apache on Ubuntu 20.04: Setup and Virtual Host Guide

Apache is one of the most widely used open-source web servers in the world. It is…

22 hours ago

Add Swap Space on Ubuntu 20.04: Create, Enable, and Tune

Swap space is an area on disk that Linux uses when it runs out of physical…

23 hours ago

Install Zoom on Ubuntu 20.04: Download, Setup, and Remove

Zoom is one of the most widely used video conferencing platforms. Zoom works on Windows, macOS,…

23 hours ago

Install Webmin on Ubuntu 20.04: Complete Setup and Login Guide

Webmin is an open-source web-based control panel for Linux servers. It gives you a browser interface…

23 hours ago

Install MariaDB on Ubuntu 20.04: Setup and Admin Access

MariaDB is an open-source relational database management system. It was created by the original MySQL developers…

23 hours ago

Best OSINT Tools for Investigating Corruption 2026: Public Records and Link Analysis

Corruption investigations need accuracy, patience, and strong evidence. In 2026, OSINT tools can help researchers,…

23 hours ago