Python Reverse Shell Tutorial - 7 - Adding Multiple Client Support

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

i'm thinking of testing this with my friends online, would i need to port forward my server and if so would i have to specify the private and public ip for example, [privateip]@[publicip] or is there a different way

theunfunnyjester
Автор

What about receiving more data than fits in the buffer? Like a longer data stream?

bonbonpony
Автор

wa the code pushed to github? I can not find it there((

volodymyr
Автор

when i try to give a command

Traceback (most recent call last):
File "client.py", line 19, in <module>
s.send(str.encode(encode_str + str (os.getcwd()) + '> '))
NameError: name 'encode_str' is not defined

rollo