calebstewart / pwncat

Fancy reverse and bind shell handler
https://pwncat.readthedocs.io
MIT License
2.58k stars 250 forks source link

Check for correct paramiko flavor #261

Open fdellwing opened 2 years ago

fdellwing commented 2 years ago

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 flake8.

Major Changes Implemented:

Pre-Merge Tasks

For issues with pre-merge tasks, see CONTRIBUTING.md