Closed Mitul16 closed 3 years ago
Fixes #156 There was a flake8 warning about an unused import, see https://github.com/Mitul16/pwncat/commit/a4cee5be27427d528b8a3e849f83c020dae6945b
flake8
Sorry for closing my last PR, there was one incorrect commit and some redundant commits added later. I wanted to keep it all clean :sweat_smile:
There is just one difference in this PR, see https://github.com/Mitul16/pwncat/commit/b511a37f71e7c8f722b70ab3d030d7c70d7f8c7d I have changed the error messages in pwncat/channel/connect.py so that they show the correct message.
pwncat/channel/connect.py
session
manager
bash
KeyboardInterrupt
python-black
isort
pytest
[Unreleased]
Here is the commit 97cf14d314e58f56d83daa48744c045d2530adcf that added import signal to pwncat/platform/windows.py And here is the commit a95f2df50c3009f8584ceec6ebfaa93f55f22ed9 which made it an unused import.
import signal
pwncat/platform/windows.py
Description of Changes
Fixes #156 There was a
flake8
warning about an unused import, see https://github.com/Mitul16/pwncat/commit/a4cee5be27427d528b8a3e849f83c020dae6945bSorry for closing my last PR, there was one incorrect commit and some redundant commits added later. I wanted to keep it all clean :sweat_smile:
There is just one difference in this PR, see https://github.com/Mitul16/pwncat/commit/b511a37f71e7c8f722b70ab3d030d7c70d7f8c7d I have changed the error messages in
pwncat/channel/connect.py
so that they show the correct message.Major Changes Implemented:
session
withmanager
bash
to be used during shell upgrade for a better shellKeyboardInterrupt
is caughtPre-Merge Tasks
python-black
isort
flake8
on repo, and fixed any new problems w/ modified filespytest
test cases[Unreleased]
)