calebstewart / pwncat

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

Fixes #245 and minor patches #246

Closed Mitul16 closed 2 years ago

Mitul16 commented 2 years ago

Description of Changes

Fixes #245, it was merely a use of non-str type objects in the args list. I have type-casted them with str(...). There were a few minor issues, as discussed :sweat_smile: in https://github.com/calebstewart/pwncat/discussions/200

Major Changes Implemented:

Pre-Merge Tasks

EDIT: These changes fixes little issues so I am targetting master

Mitul16 commented 2 years ago

I have used black, isort, flake8 within the project directory, if you want my changes for the Pre-merge tasks to be restricted to the modified files only; let me know. I will revert those extra changes and only keep the changes for ./pwncat/pwncat directory for the modified files.

calebstewart commented 2 years ago

Regarding the isort/black changes made across other files, it's fine. I'm not sure how those oddities slipped through the cracks from previous merges, but it's fine that they're fixed here.

Regarding the fix(es), this looks great to me. I appreciate the help as always!