lu4p / ToRat

ToRat is a Remote Administation tool written in Go using Tor as a transport mechanism and RPC for communication

Home Page:https://lu4p.github.io/ToRat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need Support for Raspberry Pi

44za12 opened this issue · comments

commented

@44za12 Are you talking about client and/ or server side support?

Arm64 should be possible for the client but I don't think Tor works out of the box.

commented

@lu4p apologies for not explaining, I was hoping for server side support, I’ve raspberry pi running Kali, I failed to build the docker image on it. As @JustinTimperio pointed out because of Tor incompatibility with Arm64, do you think it would anyway be possible?

@44za12 I'm not sure what you are doing is feasible within the scope of ToRat. @lu4p can correct me if I'm wrong, but I believe the image we build on is x86 only. Also to clarify @44za12, Tor does work on Arm but the way it is embedded in ToRat is architecture-specific.

@44za12 I'm open to pull requests which add support for RaPi, but I think there is probably a lot of work required.