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

Changing directories in Server ishell results in changed download path for `/bots/<HOSTNAME>

JustinTimperio opened this issue · comments

This is kind of a hard one to explain. It has to do with the way certain vars are used in the client ishell down function. When the download path is defined its uses the servers ishell.cwd() + '/bots/<USERNAME>'. This means that if you have run cd on the server, (changing the ishell.cwd()) the download path changes. This just needs to be statically defined so /bots has an absolute path.

@lu4p This can be fixed with this: JustinTimperio@e16668c