What is IP Obfuscation?
Which is a method to hide or convert a doted format IP address (e.g. 192.168.192.2) into an Integer or Hexadecimal value or Octal form by using some mathematical formula. It's a kind of method to spoof the human eyes and web-security services.
dot format to Decimal Conversion
piratesshield.com 👉 [172.67.129.3]
to translate
(172x2563)+(67x2562)+(129x2561)+(3x2560) = 2890105091
Now you can use https://2890105091 to access piratesshield.com
HOW TO USE CUTEIT ?
Download & Install Cuteit from the below link
git :
git clone https://github.com/D4Vinci/Cuteit.git
Direct link:
https://github.com/D4Vinci/Cuteit/archive/master.zip
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