Raspberry Pi Vulnerabilities
- http://siliconangle.com/blog/2015/11/30/ssh-generation-fault-leaves-raspberry-pi-vulnerable-to-hacking/
- http://blog.trendmicro.com/trendlabs-security-intelligence/is-the-raspberry-pi-secure/
- http://gadgets.ndtv.com/laptops/news/raspberry-pi-mini-computers-vulnerable-to-attacks-company-acknowledges-772661
- OpenVAS as a vulnerability scanner – http://cromwell-intl.com/linux/raspberry-pi/openvas.html
- pwnpi – https://cyberarms.wordpress.com/2013/02/16/raspberry-pi-installing-pwnpi-using-ssh-from-a-windows-system/
- pwnpi – sourceforge – https://sourceforge.net/projects/pwnpi/?source=typ_redirect
- https://www.raspberrypi.org/forums/viewtopic.php?f=91&t=115902
Secure your Pi
Install anti virus software and a root kit hunter onto your pi.
sudo apt-get install clamav sudo freshclam // update virus definitions # run a scan and move infected files sudo clamscan -r --move=/home/USER/VIRUS /home/USER man clamscan // check out the manual pages for more options sudo apt-get update sudo apt-get install libwww-perl sudo apt-get install rkhunter # update data files sudo rkhunter --update sudo rkhunter --propupd sudo rkhunter -c --enable all --disable none
- http://garyhall.org.uk/raspberry-pi-virus-protection.html
- http://www.instructables.com/id/Raspberry-Pi-Firewall-and-Intrusion-Detection-Syst/
SSH
- https://kb.iu.edu/d/aews
- http://automationguy.co.uk/home-lab/home-lab-build-part-13-raspberry-pi-hardening/
- https://debian-administration.org/article/530/SSH_with_authentication_key_instead_of_password
Pi Hacked
- https://www.reddit.com/r/raspberry_pi/comments/2xumdy/raspberry_pi_webserver_just_got_hacked/