SafeBreach-Labs / SirepRAT

Remote Command Execution as SYSTEM on Windows IoT Core (releases available for Python2.7 & Python3)
BSD 3-Clause "New" or "Revised" License
373 stars 86 forks source link

python3 SyntaxError #14

Closed issayevruslan closed 3 years ago

issayevruslan commented 3 years ago

File "SirepRAT.py", line 98 print "RECV:" ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("RECV:")?

darkore0 commented 3 years ago

I have the same exact problem.

dorazouri commented 3 years ago

The project was built and supports python2.7 only, Luckily @movatica has just recently started porting it to python3. Please follow this pull request to follow progress and contribute: #10