Wednesday, 6 February 2013

Automatic Honeypot Setup Script

Now looking at a system to add honeypot to an Ubuntu server.

The write up says 3 mins to get it going, so well worth a look see

First get the Ubuntu -12.04.1-server-amd64.iso

Perform a default install.

After install and first logon, wget is not yet available.


sudo bash
apt-get update
apt-get -f install
apt-get install wget

wget -q https://raw.github.com/andrewmichaelsmith/honeypot-setup-script/master/setup.bash -O /tmp/setup.bash && bash /tmp/setup.bash





---
Thanks


http://www.ubuntu.com/download/desktop/alternative-downloads
http://andrewmichaelsmith.com/2013/01/automatic-honeypot-setup-script/

http://serverfault.com/questions/131816/how-to-install-wget-on-this


No comments:

Post a Comment