Skip to content

Instantly share code, notes, and snippets.

@R1ckyz1
R1ckyz1 / dionaeafr-setup.sh
Created January 29, 2017 16:34
fully install DionaeaFR and all of its decencies
#!/bin/sh
RED='\033[0;31m'
NC='\033[0m'
echo -e "${RED}Updating your System${NC}"
sudo apt-get update && sudo apt-get dist-upgrade -y
echo -e "${RED}Installing PIP${NC}"
sudo apt-get install python-pip -y
@R1ckyz1
R1ckyz1 / setup.sh
Created January 25, 2017 20:03
fully install dionaea honeypot
#!/bin/sh
echo "running some updates"
sudo apt-get update
sudo apt-get dist-upgrade -y
echo "easily manage PPA resources"
sudo apt-get install software-properties-common
echo "Adding PPA and update the package cache"