Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to install cuckoo sandbox

very good tuturial
https://utopianknight.com/malware/cuckoo-installation-on-ubuntu-20/
*pay attention on step 85:
replace eth0 to your primary adaptor name (you can get it by Ifconfig)
sudo iptables -A FORWARD -o eth0 -i vboxnet0 -s 192.168.56.0/24 -m conntrack --ctstate NEW -j ACCEPT 
then 
sudo iptables -A FORWARD -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT 
then 
sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
Comment

PREVIOUS NEXT
Code Example
Shell :: command not found pipenv bash 
Shell :: ubuntu setting not showing 
Shell :: git log show diff 
Shell :: ubuntu large text 
Shell :: linux bash command to clean up log files in /var/log 
Shell :: post curl request 
Shell :: install psql 
Shell :: enable wifi raspberry pi headless 
Shell :: rm multiple folders 
Shell :: cmd find file dir 
Shell :: gitignore tracked files 
Shell :: ubuntu 20.04 how to check dns server 
Shell :: Remove all your local git branches but keep master 
Shell :: get current branch name git 
Shell :: change language to english in centos 
Shell :: vim jump to line number 
Shell :: list all node versions mac 
Shell :: ext-dom missing ubuntu 
Shell :: spaceship zsh 
Shell :: how to count files in a directory linux 
Shell :: ubuntu disable ssh root 
Shell :: install dotenv module windows 
Shell :: kubectl create namespace 
Shell :: wsl windows directory 
Shell :: rm directory ubuntu 
Shell :: how to see mac address linux 
Shell :: bash make directory 
Shell :: how to add numbers in linux command line shell 
Shell :: how to make a new branch git 
Shell :: create alias in powershell permanently 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =