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
{{ message }}
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.
If you start all Kali Services and reenter Services menu at once - only SSH, apache, dnsmasq beef and openvpn will be actually running (beef and openvpn will be shown as disabled, but they work, so just need to fix toggle on/of f ).
Looking at nethunter.apk, for example, we can see, that Metasploit starts using
$busybox chroot $mnt service metasploit start
but "service metasploit start" will return "unrecognized service" in NH (tried with sana and rolling repos).
metasploit works, RPC server can be started and connected to, so maybe service starting commands in Nethunter.apk need to be reviewed.
(how about manually adding/editing service functions, just like Kali Commands, by the way)
The text was updated successfully, but these errors were encountered:
If you start all Kali Services and reenter Services menu at once - only SSH, apache, dnsmasq beef and openvpn will be actually running (beef and openvpn will be shown as disabled, but they work, so just need to fix toggle on/of f ).
Looking at nethunter.apk, for example, we can see, that Metasploit starts using
$busybox chroot $mnt service metasploit start
but "service metasploit start" will return "unrecognized service" in NH (tried with sana and rolling repos).
metasploit works, RPC server can be started and connected to, so maybe service starting commands in Nethunter.apk need to be reviewed.
(how about manually adding/editing service functions, just like Kali Commands, by the way)
The text was updated successfully, but these errors were encountered: