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
707 stars 204 forks source link

Can't merge int with str #34

Closed Ismail099 closed 4 years ago

Ismail099 commented 4 years ago

Hello, great idea and nice code but I noticed that you are merging integers with strings in "list_connections" which is giving me an Error back (on server-side). Also, if I remove them (the numbers), that Line of Code is still giving me an IndexError as follows:

in list_connections
str(arrAddresses[intCounter][1]) + 4" " + str(arrAddresses[intCounter][2]) + 4" " + \ IndexError: tuple index out of range

I'll be very grateful if you have any how to fix those?

Thanks in advance 3301-byte

xp4xbox commented 4 years ago

Its not because of merging integers its something else.