Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 771 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 771 Bytes

IP-Obfuscator

This PowerShell script takes a standard IPv4 address and obfuscates it using several methods. Each method "should" be interpreted correctly using a console, browser, or compiler.

ip-obfuscator-screenshot

The script supports several conversion methods such as decimal, several hexadecimal conversions, mixed notation such as hex+decimal, and several octal conversion methods.

Example (Hex+Decimal)

0x8e.16433102 becomes 142.250.191.206 (Google) ip-obfuscator-hex_octal_example

Use at your own risk! For educational purposes only.