Installation¶
Table of Contents
Generic Installation¶
pwncat can be installed easily via pip or from GitHub on BSD, Linux, MacOS or Windows.
Pip | GitHub |
---|---|
![]() |
![]() |
pip install pwncat |
cytopia/pwncat |
Specific Installation¶
Alternatively pwncat
can also be installed with your operating system’s package manager of choice.
Linux¶
Arch Linux | BlackArch | CentOS | Fedora |
---|---|---|---|
![]() |
![]() |
![]() |
![]() |
yay -S pwncat |
pacman -S pwncat |
yum install pwncat |
dnf install pwncat |
Kali Linux | NixOS | Oracle Linux | Parrot OS |
---|---|---|---|
![]() |
![]() |
![]() |
![]() |
apt install pwncat |
nixos.pwncat |
yum install pwncat |
apt install pwncat |
Pentoo |
---|
![]() |
net-analyzer/pwncat |
Requirements¶
- Python2 or Python3.
Note
pwncat
only uses Python core libraries and does not have any other dependencies. It is fully compatible starting from Python 2.7 up to the latest Python 3.x version.