diff --git a/CHANGELOG.md b/CHANGELOG.md index b29695b..37ef9cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ and simply didn't have the time to go back and retroactively create one. - Added `--verbose/-V` for argument parser - Added `OSError` for `bind` protocol to show appropriate error messages - Contributing guidelines for GitHub maintainers +- Installation instructions for BlackArch ### Changed - Changed some 'red' warning message color to 'yellow' - Leak private keys for all users w/ file-read ability as UID=0 ([#181](https://github.com/calebstewart/pwncat/issues/181)) diff --git a/README.md b/README.md index b790337..c7f8c61 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,16 @@ The setup script will install three binaries. They are all identical, but provide convenience aliases for pwncat. The three binaries are: `pwncat`, `pc` and `pcat`. +## BlackArch Packaging + +[![Packaging status](https://repology.org/badge/vertical-allrepos/pwncat-caleb.svg)](https://repology.org/project/pwncat-caleb/versions) + +Installation on BlackArch is as simple as: + +``` shell +pacman -Syu pwncat-caleb +``` + ### Connecting to a Victim The command line parameters for pwncat attempt to be flexible and accept diff --git a/docs/source/installation.rst b/docs/source/installation.rst index b9bc894..afd9820 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -52,6 +52,16 @@ After installation, you can use pwncat via the installed script: --list List installed implants with remote connection capability +BlackArch Package +----------------- + +pwncat is packaged for BlackArch and in the standard repositories. Installation on +BlackArch is as simple as: + +.. code-block:: bash + + $ pacman -Syu pwncat-caleb + Windows Plugin Binaries -----------------------