MayankFawkes / Python-Botnet

This is a simple DDoS python botnet script with remote monitoring & management with backdoor built-in for education purposes.
Apache License 2.0
253 stars 62 forks source link

Syntax Error #5

Closed MeWhenCum closed 3 years ago

MeWhenCum commented 3 years ago

I know I'm suppose to change something here, but please help me. When I try to run "python Server.py" I'm left with this error

File "Server.py", line 66 def init(self, connect:Tuple[str,int]=("0.0.0.0",9999)): ^ SyntaxError: invalid syntax

MayankFawkes commented 3 years ago

Check your python version with python --version make sure to use python3.x.

MeWhenCum commented 3 years ago

Check your python version with python --version make sure to use python3.x.

THANKS!!!!!!