Skip to content

A simple tool to convert the IP to different obfuscated forms (remastered version)

License

Notifications You must be signed in to change notification settings

sighook/ipobfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ipobfs

A simple tool to convert the IP to different obfuscated forms.

It's a remastered version of Osanda's IPObfuscator with patch from 1lastBr3ath.

ipobfs now can be useful to create a wordlist of obfuscated IP's for ... your needs. Also it allows custom prefix and postfix for IP address.

Usage

make
./ipobfs -h
Usage: ipobfs <ip> [prefix] [postfix]
Convert the IP address to different obfuscated forms.

coded by @OsandaMalith (http:https://osandamalith.wordpress.com),
and @1lastBr3ath (http:https://cm2.pw), remastered by @sighook
(https://github.com/sighook).

Example

Create obfuscated IP addresses for testing, for example, a bogon filtering:

./ipobfs 127.0.0.1 https://

https://2130706433
https://0x7F000001
https://017700000001
https://0x7F.0x00.0x00.0x01
https://0177.0000.0000.0001
https://0x000000007F.0x0000000000.0x0000000000.0x0000000001
https://0000000177.0000000000.0000000000.0000000001
https://0x7F.0x00.0x00.1
https://0x7F.0x00.0.1
https://0x7F.0.0.1
https://0177.0000.0000.1
https://0177.0000.0.1
https://0177.0.0.1
https://0x7F.0x00.1
https://0177.0000.1
https://0x7F.0000.1
https://0x7F.1
https://0177.1
https://0x7F.0x00.0000.0001
https://0x7F.0000.0000.0001
https://0x7F.0000.1

Credits

About

A simple tool to convert the IP to different obfuscated forms (remastered version)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 96.6%
  • Makefile 3.4%