xtr4nge / FruityWifi

FruityWiFi is a wireless network auditing tool. The application can be installed in any Debian based system (Jessie) adding the extra packages. Tested in Debian, Kali Linux, Kali Linux ARM (Raspberry Pi), Raspbian (Raspberry Pi), Pwnpi (Raspberry Pi), Bugtraq, NetHunter.
http://www.fruitywifi.com
GNU General Public License v3.0
2.19k stars 498 forks source link

Does anyone know how to automate VNC startup on a headless kali raspberry pi? #284

Open stereotypicalhacker opened 2 years ago

lukzluthor commented 4 months ago

https://infosecscout.com/vnc-on-kali-linux/ Run automatically on boot You can use different solutions to run VNC server automatically on boot, I won’t list all of them here. One of the easiest ways I have found is to add this line to my crontab:

Open the crontab with: crontab -e If prompted, choose your text editor for this (Nano is recommended) Go to the end of the file and add this line: @reboot USER=kali /usr/bin/vncserver :1 Obviously, replace “kali” with your username Try a reboot of the computer, VNC should now start automatically on display 1.