Skip to content

Instantly share code, notes, and snippets.

View WillArevalo's full-sized avatar

William Arevalo WillArevalo

View GitHub Profile
@WillArevalo
WillArevalo / cuckoo_setup.sh
Last active March 25, 2018 21:12 — forked from NeaSTDL/cuckoo_setup.sh
Cuckoo Sandbox Installation Script [Ubuntu 16.04.1] [v0.3]
#!/bin/bash
# ***********************************************************
#
# Functions definition
#
# ***********************************************************
# Function to print N blank lines
function print_blanks {
for (( c=1; c<=$1; c++ ))