trustedsec / trevorc2

TrevorC2 is a legitimate website (browsable) that tunnels client/server communications for covert command execution.
Other
1.22k stars 256 forks source link

Python3 Support #9

Closed m8sec closed 6 years ago

m8sec commented 6 years ago

Awesome tool!! Unfortunately, the newest version of Tornado (5.0.2) throws the following error when using Python3 and will not start the web server. A work around is to use a lower version of Tornado (4.5.3) until this is fixed.

trevorc2

Hope this helps, m8r0wn

trustedsec commented 6 years ago

Hey there! Thanks for the report here. This looks to be a deviation in asyncio from Tornado 5.0+ which only affects python 3, not 2. Instead of downgrading version, I was able to implement a threat loop fix in asyncio and pushed it out via v0.8. It's not available and works with python 3 and doesn't need to downgrade Tornado :) Thanks for the report!! Appreciate it.