mvrozanti / RAT-via-Telegram

Windows Remote Administration Tool via Telegram
MIT License
646 stars 347 forks source link

Print Tofile #58

Closed RussianKKK closed 5 years ago

RussianKKK commented 5 years ago

File "RAT_Attack.py", line 135 print tofile ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(tofile)?

Help?

mvrozanti commented 5 years ago

Post python -V

RussianKKK commented 5 years ago

Python 3.7.1

mvrozanti commented 5 years ago

There is no such line in RATAttack.py file. I'm not sure how you are getting this. I'd advise to clone the original repository, making minimal required changes and try running that.