mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-24 01:25:37 +01:00
Merge pull request #204 from calebstewart/issue-178-blackarch-docs
Add installation instructions for BlackArch
This commit is contained in:
commit
e2fe8b22f5
@ -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))
|
||||
|
10
README.md
10
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
|
||||
|
@ -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
|
||||
-----------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user