Categories
Archives
September 2023 M T W T F S S « Jul 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Category Archives: Uncategorized
Kali Linux – Raspberry PI 3 post install
# apt-get update # apt-get dist-upgrade # apt-get install x11vnc tor privoxy proxychains #x11vnc -storepasswd ULTRASECRETPASS /etc/lightdm/x11passwd # apt autoremove # update-rc.d tor enable # vi /etc/rc.local /usr/bin/x11vnc -xkb -auth /var/run/lightdm/root/:0 -noxrecord -noxfixes -noxdamage -rfbauth /etc/lightdm/x11passwd -forever -bg -rfbport 5900 … Continue reading
Posted in Uncategorized
Tagged kali, pentest, raspberry
Comments Off on Kali Linux – Raspberry PI 3 post install