xp4xbox / Python-Backdoor

This project is a cross-platform backdoor/reverse shell and post-exploitation tool written in Python3
GNU General Public License v3.0
714 stars 205 forks source link

Improved input handling, slightly alterted setup command #17

Closed DoubleAW closed 5 years ago

DoubleAW commented 5 years ago

Used a list instead of the length of the string for the input. I removed the path from the pyinstaller command in setup.py because that should be in the path. Added "--g" to the "help" command list. Also, I let the user know you have to type the schema for the "open browser" function to work.