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 Hi, I'm trying to use pwncat-cs to be able to do a reverse shell with a rubber ducky but I can't find what command or what I...

bug

![image](https://user-images.githubusercontent.com/104949264/202830176-97f0b870-a1b6-438b-927e-f9a5c9b0302f.png) Seemingly, an easy fix is to comment out: #"blowfish-cbc": { # "class": algorithms.Blowfish, # "mode": modes.CBC, # "block-size": 8, # "key-size": 16, #}, in paramiko/transport.py

bug

Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.1 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...

dependencies

![image](https://user-images.githubusercontent.com/3059879/206879756-5b56e7ec-eb11-42bf-9e3d-9eff51e4619d.png) ``` $ pwncat --version 0.5.4 on a fresh venv on arch ``` i got same issue with -i option and an id_rsa file the issue is like this one:...

bug

Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

I am trying to package this for NixOS but having issues with rich. Can we get it bumped? Thanks.

## Bug Description When enumerating network interfaces, if it's on a docker container, the "ip" command will return a non 0 return code, which will cause no output. Suggested fix...

bug

find_module seems to be deprecated and find_spec should be use instead. [cpython issues](https://github.com/python/cpython/issues/86301) ### Output `Exception in thread Thread-1 (start_listener): Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1073, in...

bug

Hey there, I've been looking into packaging `pwncat` for Kali, as per https://bugs.kali.org/view.php?id=8522. However, During packaging, I noticed that 4 dependencies of `pwncat` will have to be packaged as well,...

enhancement

Is this cool project like dead? auto exploitation hasn't been working for months? @JohnHammond @calebstewart Kind Regards, Matt

bug