Ip Obfuscator - Elementary Tool To Convert An Ip Into Integer, Hexadecimal Or Octal Form


IP Obfuscator is a unproblematic tool written inwards python to convert an IP into dissimilar obfuscated forms. This tool volition assistance yous to obfuscate host addresses into integer, hexadecimal or octal form.

What is Obfuscation?
"In software development, obfuscation is the deliberate act of creating source or machine code that is hard for humans to understand. Like obfuscation inwards natural language, it may usage needlessly roundabout expressions to compose statements. Programmers may deliberately obfuscate code to conceal its role (security through obscurity) or its logic or implicit values embedded inwards it, primarily, inwards lodge to forestall tampering, deter reverse engineering, or fifty-fifty equally a puzzle or recreational challenge for mortal reading the source code. This tin live on done manually or yesteryear using an automated tool, the latter existence the preferred technique inwards industry." -wikipedia-
Example:
Standard readable URL of Google looks similar this https://www.google.com. But every unmarried URL tin live on called yesteryear server's IP address equally well. Therefore http://74.125.68.99 is the equivalant server IP of https://www.google.com. This tool hides this manifestly text IPv4 address together with thus that it is is hard for humans to understand. Following are the obfuscated forms of http://74.125.68.99


How to Install together with Run inwards Linux
[1] Enter the next ascendency inwards the final to download it.
git clone https://github.com/Sameera-Madhushan/IP-Obfuscator.py
[2] After downloading the program, encounter the next ascendency to navigate to the Digger directory together with listing the contents
cd IP-Obfuscator && ls
[3] Now run the script alongside next command.
python3 IP-Obfuscator.py

How to Install together with Run inwards Windows
[1] Download together with run Python 2.7.x together with Python 3.7 setup file from Python.org
  • In Install Python 3.7, enable Add Python 3.6 to PATH
[2] Download together with run Git setup file from Git-scm.com, pick out Use Git from Windows Command Propmt.
[3] Afther that, Run Command Propmt together with encounter this commands:
git clone https://github.com/Sameera-Madhushan/IP-Obfuscator cd IP-Obfuscator python3 IP-Obfuscator.py