Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Naming problem in documentation #1

Closed
gottburgm opened this issue Feb 13, 2018 · 3 comments
Closed

Naming problem in documentation #1

gottburgm opened this issue Feb 13, 2018 · 3 comments

Comments

@gottburgm
Copy link

Hello !

Great works ! But you made a mistake in your documentation, in the compilation section, the file to compile isn't "client.py" but "Client/caesar.py" . There is a bash script that i quickly made to install it on my Fedora

#!/usr/bin/sh

pip install requests
pip install pyinstaller
sudo pyinstaller -F Client/caesar.py

@0blio
Copy link
Owner

0blio commented Feb 13, 2018

Hi,

caesar.py actually allow you to generate the payload to deliver on the target system. So, it is not necessary to compile that file. What you should do is:

  1. Generate the payload using caesar.py (python caesar.py <file_to_generate> <the URL/IP of your local/remote server>)
  2. Use pyinstaller to compile the generated file (pyinstaller -F <generated_file>)
  3. Start the compiled payload on the target system

Important! Remember that pyinstaller is not able to cross-compile. So, for example, if you want a windows executable you have to compile it in Windows or in a VM with Windows installed.

For more information you can read https://github.com/0blio/caesarRAT/wiki/Installation

Let me know if you solve the problem.

@gottburgm
Copy link
Author

Ho okay i see sorry, but it was a little bit unclear for me in the documentation .

@0blio
Copy link
Owner

0blio commented Feb 13, 2018

Yes, I know. I should try to make the documentation more clear, I'm actually working on it.
Thanks for your feedback!

Repository owner locked as resolved and limited conversation to collaborators Feb 13, 2018
@0blio 0blio closed this as completed Feb 13, 2018
Repository owner unlocked this conversation Feb 13, 2018
@xalphahkr xalphahkr mentioned this issue Jul 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants