You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: