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

Cybersecurity Toolkit – Essential Python Tools For Penetration Testing

Welcome to the Cybersecurity Toolkit, a collection of essential Python tools designed for penetration testing…

10 hours ago

i-Haklab : Unleashing The Power Of Termux For Enhanced Cybersecurity

The main objective of the creation of this laboratory is to transport the applications, tools…

10 hours ago

Dark FB – A Comprehensive Toolkit For Advanced Facebook Interactions

"Dark FB" is a powerful toolkit designed for those who wish to delve deeper into…

10 hours ago

Wifi-Hacking.py : Your Ultimate Guide To Ethical WiFi Penetration Testing

Unlock the potential of ethical hacking with Wifi-Hacking.py, a powerful cybersecurity tool designed to navigate…

1 day ago

THREAT ACTORS – TTPs : Decoding The Digital Underworld Through Comprehensive Mapping

This repository was created with the aim of assisting companies and independent researchers about Tactics,…

1 day ago

MagicDot : Harnessing DOT-To-NT Path Conversion For Rootkit-Like Capabilities

A set of rootkit-like abilities for unprivileged users, and vulnerabilities based on the DOT-to-NT path…

1 day ago