pwncat icon indicating copy to clipboard operation
pwncat copied to clipboard

Fancy reverse and bind shell handler

Results 65 pwncat issues
Sort by recently updated
recently updated
newest added

## Bug Description You can not install pwncat-cs using blackarch (all other tools i tried so far including the other pwncat works) ## Steps to Reproduce Steps to reproduce the...

bug

## Description of Changes Addresses https://github.com/calebstewart/pwncat/issues/260. The Linux implant module for authorized keys now checks for the existence of the .ssh directory and the key file. Any file or directory...

## Description of Changes If `paramiko` is installed besides `paramiko-ng` and an identity file is used, `pwncat` will fail with an AttributeError. **Please note any `noqa:` comments needed to appease...

![image](https://user-images.githubusercontent.com/3059879/171793353-c297c46d-0155-4709-9824-ea9d22ea7150.png) ## Bug Description error when trying ssh connection with id_rsa ## System version ![image](https://user-images.githubusercontent.com/3059879/171794184-56ce614a-ae3a-4ee2-8fa9-c24cb0ee5f5b.png) ## pwncat version Version : ``` >>> pwncat-cs --version 0.5.4 ``` ## Target System (aka...

bug

## Feature description When using the implant module for authorized_keys, checks should be made during install to ensure the .ssh directory has 700 perms so login can occur. Some distros...

enhancement

## Bug Description I created a reverse shell on a windows machine that connects to the parrot VM but it doesn't work received connection from 10.10.100.130:51088 bind.py:84 [22:09:32] connection failed:...

bug

## Is the feature related to a problem? Please describe. Session management is good but limits concurrency with only the ability to interact with one session/pwncat command line at a...

enhancement

## From OPSEC point of view, it would be useful to have: 1. A verbose message about the *tamper* / *persistence* i.e. changes made to the system, before we disconnect...

enhancement

## Bug Description pwncat terminates with the error ```connection failed: channel receive timed out: b''``` a few seconds after receiving a connection from a Windows 10 reverse shell ## pwncat...

bug