qwqdanchun / DcRat

A simple remote tool in C#.
MIT License
916 stars 332 forks source link

Does this go to startup folder? #16

Closed WildCD closed 3 years ago

WildCD commented 3 years ago

When a client shutsdown his computer i lose the client. Even when he turns the computer back on i don't see him anymore. Is this a bug or is it just not added?

qwqdanchun commented 3 years ago

do u choose the install option in builder or click schtask install after client connect

---Original--- From: @.> Date: Sun, Apr 25, 2021 04:34 AM To: @.>; Cc: @.***>; Subject: [qwqdanchun/DcRat] Does this go to startup folder? (#16)

When a client shutsdown his computer i lose the client. Even when he turns the computer back on i don't see him anymore. Is this a bug or is it just not added?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

WildCD commented 3 years ago

I use the install option. But i haven't used schtasks. Do i need to manually install schtasks when i get a new client?

WildCD commented 3 years ago

Nevermind got it working.

qwqdanchun commented 3 years ago

if u use install option,or install schtasks,both can make the client reconnect when the PC reboot

WildCD commented 3 years ago

Well it cannot find some file from appdata roaming when i press schtask install

qwqdanchun commented 3 years ago

what about the temp folder

WildCD commented 3 years ago

I have install in temp folder

qwqdanchun commented 3 years ago

maybe do not have access to appdata.so it install in temp

WildCD commented 3 years ago

It looks for C:\Users\"User"\AppData\Roaming\tmpDF2F.tmp.exe and i have the install function selected to temp and i tried to change it to appdata but i still get the same error.

qwqdanchun commented 3 years ago

check if you have the access to write to appdata folder

WildCD commented 3 years ago

Well my virtual machine has admin permissions. So i should have access.

qwqdanchun commented 3 years ago

so are u running the client in admin

---Original--- From: @.> Date: Mon, Apr 26, 2021 18:24 PM To: @.>; Cc: @.>;"State @.>; Subject: Re: [qwqdanchun/DcRat] Does this go to startup folder? (#16)

Well my virtual machine has admin permissions. So i should have access.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or unsubscribe.

WildCD commented 3 years ago

Yes

qwqdanchun commented 3 years ago

don't know why

WildCD commented 3 years ago

The fix was to install the version you uploaded 3 days ago. Thx.