mvrozanti / RAT-via-Telegram

Windows Remote Administration Tool via Telegram
MIT License
646 stars 347 forks source link

stops working when the file is closed, doesn't start on start up and shows connected message when opened. #74

Open Simantakaushik opened 5 years ago

Simantakaushik commented 5 years ago

i tried this on windows 10 latest build.

  1. It shows command prompt where it shows connected, which would certainly freak out the host user.

  2. It stops working when the prompt is closed.

  3. Doesn't open itself on startup.

Am I doing something wrong here?

And also, compilation doesn't work if you have 32 bit python in a 64 bit machine. I built it directly with pyinstaller.

mvrozanti commented 5 years ago

I might have broken something (maybe more than one, heh) in the last commits while trying to get CI going.

Can you try reverting to af9a3d9?

Also, that is right, it compiles only for the architecture that you're in. While that is not a bug, it should be a future enhancement to be able to choose to what arch to compile.

Simantakaushik commented 5 years ago

af9a3d9 works better than this version. 1.The process immediately starts and the prompt quickly disappears, although sometimes it shows error "failed to exrcute script ratattack.py ". 2.The .exe files doesn't hide, the log file is created in the same directory which is not hidden at all.

  1. It does create shortcut for startup, and it runs on startup well. Is the problem because I have python 3.7 installed?

This is the best concept of RAT I have ever seen. Please don't abandon it brothers. I would really help if I had the skills.

mvrozanti commented 5 years ago

I've been having trouble pushing away new commits because I don't own a Windows copy anymore. Bug-fixing PRs are more than welcome at this point.