All Projects → D4Vinci → Cuteit

D4Vinci / Cuteit

Licence: gpl-3.0
IP obfuscator made to make a malicious ip a bit cuter

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cuteit

node-ip2region
IP/IPv6 to region on Node.js (IP/IPv6 地址到区域运营商)
Stars: ✭ 95 (-80%)
Mutual labels:  ip-address, ip
private-ip
Check if IP address is private.
Stars: ✭ 26 (-94.53%)
Mutual labels:  ip-address, ip
Iplocation
Get ip location information.
Stars: ✭ 70 (-85.26%)
Mutual labels:  ip, ip-address
ip
Immutable value object for IPv4 and IPv6 addresses, including helper methods and Doctrine support.
Stars: ✭ 212 (-55.37%)
Mutual labels:  ip-address, ip
server-ip-addresses
Daily updated list of IP addresses / CIDR blocks used by data centers, cloud service providers, servers, etc.
Stars: ✭ 74 (-84.42%)
Mutual labels:  ip-address, ip
is-cidr
Check if a string is an IP address in CIDR notation
Stars: ✭ 27 (-94.32%)
Mutual labels:  module, ip
IPpy
🚀 Ping IP addresses and domains in parallel to find the accessible and inaccessible ones.
Stars: ✭ 54 (-88.63%)
Mutual labels:  ip-address, ip
alfred-ip-address-workflow
Alfred 5 workflow for getting your local and external IP addresses.
Stars: ✭ 163 (-65.68%)
Mutual labels:  ip-address, ip
Geolocate-IP-Browser-Extension
A browser extension, which shows you the origin of your IP address.
Stars: ✭ 21 (-95.58%)
Mutual labels:  ip-address, ip
findip
🔧 Python Script For Finding All Available Local IP Addresses
Stars: ✭ 38 (-92%)
Mutual labels:  ip-address, ip
Nsot
Network Source of Truth is an open source IPAM and network inventory database
Stars: ✭ 337 (-29.05%)
Mutual labels:  ip-address
Blog Core
Modular blog using Blazor with clean domain-driven design patterns
Stars: ✭ 345 (-27.37%)
Mutual labels:  module
Scr1
SCR1 is a high-quality open-source RISC-V MCU core in Verilog
Stars: ✭ 393 (-17.26%)
Mutual labels:  ip
Ipwhois
Retrieve and parse whois data for IPv4 and IPv6 addresses
Stars: ✭ 432 (-9.05%)
Mutual labels:  ip-address
Powershellforgithub
Microsoft PowerShell wrapper for GitHub API
Stars: ✭ 337 (-29.05%)
Mutual labels:  module
Taichi Magisk
A Magisk module providing magic power over TaiChi.
Stars: ✭ 386 (-18.74%)
Mutual labels:  module
Ngx php7
ngx_php7 - Embedded php7 scripting language for nginx module. Mainline development version of the ngx_php.
Stars: ✭ 337 (-29.05%)
Mutual labels:  module
Rspirv
Rust implementation of SPIR-V module processing functionalities
Stars: ✭ 332 (-30.11%)
Mutual labels:  module
Google Ips
🇺🇸 Google 全球 IP 地址库
Stars: ✭ 3,369 (+609.26%)
Mutual labels:  ip
Qtautoupdater
A Qt library to automatically check for updates and install them
Stars: ✭ 459 (-3.37%)
Mutual labels:  module

Cuteit Python 3.5 Python 2.7 Build Status

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.

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

alt img alt img

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:

alt img

Donation

Rewriting and improving this tool took me a lot of focus and time. So if this tool has been useful for you, feel free to thank me by buying me a coffee :)

Coffee

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].