-
Notifications
You must be signed in to change notification settings - Fork 1.2k
added execute permission to start_services #118
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
Conversation
kimocoder
commented
Apr 3, 2018
- Added execute permission to start_services.sh to the tool doesn't halt when trying to execute it.
|
Why? |
|
after running autosploit.py, the tool halt when trying to start the services (after postgres question) adding execute permission let autosploit go to console (starts like it should) |
|
The tool doesn't hault when trying to start the services, it starts when the program begins. Adding the permissions for an executable does the same thing as doing |
|
tested it not long ago, but give me a moment I'll go check it again. |
|
Do this: The output will be: The only difference is one is executable and one is not, see here: |
|
You have to run with |
|
running as Kali root, using sudo would give the same output |
|
I'm gonna go ahead and test this really quick |
|
that's pretty fucking cool, merging |
|
Quick fix! thanks sir |
