//ipconbysynacktraa

ipcon

A tool that converts an IP address to its decimal and octal forms, and vice versa, which can be used to bypass blacklists or regular expression checks.

3
0
3
Go


ipcon

Converts IP addresses to decimal and octal formats which helps in bypassing the black-lists and regex checks

Installation

git clone https://github.com/synacktraa/ipcon
cd ./ipcon && go build
sudo mv ./ipcon /usr/local/bin
cd ../ && rm -rf ./ipcon

Usage

IPv4 address to Decimal

$ ipcon 192.168.2.69
3232236101

Decimal to IPv4 address

$ ipcon 168430350  
10.10.11.14
[beta]v0.13.0