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

Bomber : Navigating Security Vulnerabilities In SBOMs

bomber is an application that scans SBOMs for security vulnerabilities. So you've asked a vendor…

22 hours ago

EmbedPayloadInPng : A Guide To Embedding And Extracting Encrypted Payloads In PNG Files

Embed a payload within a PNG file by splitting the payload across multiple IDAT sections.…

22 hours ago

Exploit Street – Navigating The New Terrain Of Windows LPEs

Exploit-Street, where we dive into the ever-evolving world of cybersecurity with a focus on Local…

3 days ago

ShadowDumper – Advanced Techniques For LSASS Memory Extraction

Shadow Dumper is a powerful tool used to dump LSASS (Local Security Authority Subsystem Service)…

4 days ago

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

2 weeks ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

3 weeks ago