IPX is a modern IP subnet calculator for cybersecurity professionals, with rich CLI output powered by typer and rich.
echo "deb [trusted=yes] https://0xdolan.github.io/ipx stable main" | sudo tee /etc/apt/sources.list.d/ipx.list sudo apt update sudo apt install ipx
curl -fsSL https://0xdolan.github.io/ipx/public_key.gpg | sudo tee /usr/share/keyrings/ipx.gpg > /dev/null echo "deb [signed-by=/usr/share/keyrings/ipx.gpg] https://0xdolan.github.io/ipx stable main" | sudo tee /etc/apt/sources.list.d/ipx.list sudo apt update sudo apt install ipx
View full source code and documentation on GitHub.