Horje
how to install cuckoo sandbox Code Example
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




Shell

Related
latex pdf to eps Code Example latex pdf to eps Code Example
reverse search command mac Code Example reverse search command mac Code Example
how to extract key and cert from pfx Code Example how to extract key and cert from pfx Code Example
remove metadata ubuntu Code Example remove metadata ubuntu Code Example
man command not found arch Code Example man command not found arch Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10