Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/synacktraa/ipcon
- Owner: synacktraa
- License: gpl-3.0
- Created: 2023-01-11T17:03:53.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T16:38:05.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T18:53:14.306Z (6 months ago)
- Topics: bypass, golang, ipv4, regex
- Language: Go
- Homepage:
- Size: 39.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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