[sdnog] Install Cuckoo sandbox

Philip Paeps philip at trouble.is
Sat Jul 18 10:54:45 SAST 2020


On 2020-07-15 06:53:58 (+0800), Moh Suleiman wrote:

> Hi all
>
> Hope you are all safe wherever you are,  I have a question to info sec 
> and
> practitioners
>
> I am trying to install cuckoo sandbox under Ubuntu 16.04.6 LTS on 
> virtual
> machine or virtual box ,
>
> my question .. what is the right command for that :
>
>
>   $ sudo pip install -U pip setuptools
>
>   $ sudo pip install -U cuckoo
>
>
> or
>
>
>  $ virtualenv venv
>
>  $ . venv/bin/activate
>
>   (venv) $ pip install -U pip setuptools
>
>   (venv) $ pip install -U cuckoo
>
>
>
> Best Regards,
>
> Mohamed .

Either will work.  One will install it system-wide, the other will 
install it in a virtual environment.

Since it's a virtual machine and presumably throw-away, there's no harm 
in installing system-wide.

Philip

-- 
Philip Paeps
Senior Reality Engineer
Alternative Enterprises


More information about the sdnog mailing list