0blio / Caesar

An HTTP based RAT (Remote Administration Tool) that allows you to remotely control devices from your browser
GNU General Public License v3.0
295 stars 136 forks source link

Shell connecting stuck #11

Closed mjgritli closed 5 years ago

mjgritli commented 5 years ago

Dear all... I was able to set up Caesar and receive the target in my list. however, upon selecting the target and issuing shell, it only stays as connecting... any clue what to do? the target pc is a a Win10 VM in my lab. It's powered on and working but still appearing as a red icon under the online flag regards

0blio commented 5 years ago

Hi, did you compiled the payload with PyInstaller? If yes, try to run it only with Python, I think the problem is you don't have libraries installed..

I'm working on a more stable version of the payload these days, it will be in C++.

mjgritli commented 5 years ago

well noted, I'll try doing that, although I tried with PyInstaller & Python as well. the computer still appears as offline, although I see it in sessions. Will try and get back to you. Thanks for your reply.

-- Kind Regards -- Mohammed J Gritli Network/Security Engineer | Web Developer Mobile: +218927388807 LinkedIn: mjgritli ,twitter : @mjgritli, Skype: mjgritli P Save a tree. Don't print this e-mail unless it's really necessary On Apr 19 2019, at 10:03 am, Michele Cisternino notifications@github.com wrote:

Hi, did you compiled the payload with PyInstaller? If yes, try to run it only with Python, I think the problem is you don't have libraries installed..

I'm working on a more stable version of the payload these days, it will be in C++. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub (https://github.com/0blio/caesarRAT/issues/11#issuecomment-484799940), or mute the thread (https://github.com/notifications/unsubscribe-auth/ACM746EAVLTU5YVNF5H33BDPRF4FHANCNFSM4HGBMMDQ).

0blio commented 5 years ago

I managed to add a PS in the pyinstaller section of the wiki. You can find it here: https://github.com/0blio/caesarRAT/wiki/Compile-client-to-executable

In order to correctly compile the payload you have to install the following libraries on the compiler machine:

Once you have the .exe ready, you can port it where you want to.

0blio commented 5 years ago

Solved.