EONRaider / blackhat-python3

Source code for the book "Black Hat Python" by Justin Seitz. The code has been fully converted to Python 3, reformatted to comply with PEP8 standards and refactored to eliminate dependency issues involving the implementation of deprecated libraries.
2.02k stars 414 forks source link

Update bh_sshRcmd.py #6

Closed daaawx closed 3 years ago

daaawx commented 3 years ago

Decode the command before running to avoid bytes args is not allowed on Windows error.