A python tool perform some quick tasks for CTFs and Pentesting
================
This tool lets you convert strings and numbers between number bases (2, 8, 10 and 16) as well as ASCII text. You can use the IP address analyzer to find out details on IPv4 and perform abbreviation as well as expansion on IPv6 addresses.It can also perform a two’s complement calculation as well.
You can visit CodingPeps to learn more about how to use it.
Installation
================
$ rm -rf AlteMatrix/
$ git clone https://github.com/Ir0n-c0d3X/AlteMatrix
$ cd AlteMatrix
$ python setup.py install
OR
$ pip install AlteMatrix
Usage