Skip to main content

Cuckoo

1. Access https://vcsa.gearhq.gearinc.com with domain account

Go to vm name host ( contact HuyNQ to get the user and password )

  • Open terminal virtualbox and starting windows 7 guest

The first command,

workon cuckoo-test This command to activate a virtual environment named "cuckoo-test."

Cuckoo is turn on services

cuckoo rooter --sudo --group host is used to start the Cuckoo Rooter, which is a service that provides root access for various network-related.

cuckoo web --host 127.0.0.1 --port 8080 is used to start the Cuckoo Web Interface web browser.

2. Starting the Web Interface

  • In order to start the web interface, you can simply run the following command from the web/ directory:
$ cuckoo web runserver

If you want to configure the web interface as listening for any IP on a specified port, you can start it with the following command (replace PORT with the desired port number):

$ cuckoo web runserver 0.0.0.0:PORT
Ex : cuckoo web runserver 127.16.0.4:8000