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:
Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…
This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…
GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…
Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…
The free and open-source security platform SecHub, provides a central API to test software with…
Don't worry if there are any bugs in the tool, we will try to fix…