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

stand-alone #19

Closed
spicyjuice opened this issue May 26, 2019 · 2 comments
Closed

stand-alone #19

spicyjuice opened this issue May 26, 2019 · 2 comments

Comments

@spicyjuice
Copy link

Hey, first of all congrats on this awsome proj!
in order to run the script on target systems i'm packaging it in a zip and renaming beroot.py to main.py (the linux version), so that i can run python beroot.zip as a standalone.
it can be useful in case you can't run it with pupy, which is my scenario

@AlessandroZ
Copy link
Owner

Hi, sorry for my late answer.
Why don't you download the repo from github and run it using python ?

wget https://github.com/AlessandroZ/BeRoot/archive/master.zip
unzip master.zip
cd BeRoot-master/Linux/
python beroot.py

Does not need to be launched from pupy.

@spicyjuice
Copy link
Author

That's actually an easier solution! During a pentest i prefer to have standalone "executables", without the need of extracting anything is possible, that was my reasoning behind the zip.
Thanks for the answer

P.s. how did you compile it? because i'm having issues with pyinstaller

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