offensive-security / nethunter-app

NetHunter android application
315 stars 155 forks source link

Kali Services Menu #115

Open iii00 opened 8 years ago

iii00 commented 8 years ago

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)

jmingov commented 8 years ago

Ill take a look at this soon, thanks for the report @iii00.