Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/synacktraa/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.
https://github.com/synacktraa/ipcon

bypass golang ipv4 regex

Last synced: about 1 month ago
JSON representation

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.

Awesome Lists containing this project

README

        




ipcon


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

## Installation

```sh
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
```sh
$ ipcon 192.168.2.69
3232236101
```

#### Decimal to IPv4 address
```sh
$ ipcon 168430350
10.10.11.14