Code Monkey home page Code Monkey logo

autodeploycuckoo's People

Contributors

s4kur4 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

autodeploycuckoo's Issues

download url

Can it be provided Agent.ova Download address

Thank you for this script...I wanted to inform you of a slight issue

Hi! Your script is excellent! Thank you for taking the time to put it together.

One issue I ran into is with the function DownloadAgent. If you do not have pip installed, then it won't install gdown. May I suggest you move the function to after the function call of "installCuckooDependencies"...that way pip gets installed and then you download the Agent.ova.

Thanks!

Problem download Agent.ova

Hi!

when I try to log in to dowload agent.ova i take this message: Cannot find "[email protected]" in the csedurs-my.sharepoint.com directory. Please try again later. In the meantime, an attempt will be made to automatically resolve the problem.

Wget command

Hi,

I would like Agent.ova on an Ubuntu Server. Could you pleas previde a way to download the file using wget?

Thanks
Pietro

Guest wasn't able to contact the Cuckoo Host

Hello i installed everything , when i perform an analysis i get this error "It appears that this Virtual Machine hasn't been configured properly as the Cuckoo Host wasn't able to the connect to the Guest or the other way around (i.e., Guest wasn't able to contact the Cuckoo Host)" , can you assist me on this.
Screenshot from 2023-10-24 11-50-38

Errores

Dispongo de la versión Ubuntu 18.04.6 LTS y codename bionic.

Queria consultarte si sabes a que se da este problema.

image
Error cuckoo.docx

Gracias.
Fabian ORosco

issue on install ubuntu 20?

Hi currently ran the script but im getting python-pip has not installation candidate
currently running ubuntu 20

Cuckoo ready.

Hi S4kur4

Several changes were made to the script which resulted in a successful operation so that it works correctly and without errors.

I attach the changes.

cambios20210916

'''''''''''''''''''''''''''''''''''''INICIO'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

Install Python dependencies

sudo pip install -U sqlalchemy==1.3.3 dpkt==1.8.7 jinja2==2.9.6 pymongo==3.0.3 bottle yara-python==3.6.3 requests==2.13.0 python-dateutil==2.4.2 chardet==2.3.0 psycopg2 pycrypto pydeep distorm3 weasyprint==0.36 m2crypto openpyxl ujson pycrypto pytz

# Se debe ejecutar por separado estos comandos Andres Reyes / Fabian Orosco
#Inicio de los cambios

#Instalación 2021-09-16
sudo pip install -U pyOpenSSL
# Install pefile library 2021-09-15
sudo apt-get install python-pefile
# Instalar librerias setuptools
sudo pip install -U pip setuptools
    # Instalar la version del cuckoo 2-0.7
sudo pip install -U cuckoo==2.0.7

    #Fin de los cambios y se continua normalmente.

# Reinstall werkzeug
sudo pip uninstall --yes werkzeug && sudo pip install werkzeug==0.16.1

Ubuntu version: 18.04.6 LTS Bionic Beaver.

Atentamente,
Fabian Orosco y Andres Reyes.
Ecuador - Quito

I need the new script.

Hi, friend,
By mistake delete the file please if you can resend the script for review and testing.

Thanks.

Fabia Orosco
Ecuador- Quito

Errores de script Cuckoo

Hi, friend.
Download the ova and drop on your path to which the bug was fixed.

But I have the following problems:
Please your support and already a very good job that you have done.
I have tried to run cuckoo web but it indicates that it does not exist.

Screenshot from 2021-09-15 20-48-53
Screenshot from 2021-09-15 20-45-29
resultados del scrpt.txt

Error performing callback 'prepare_guest' on auxiliary module 'Reboot'

Can you help to solve this problem with "reboot analysis" .tks.

2023-07-27 07:40:44,661 [cuckoo.core.plugins] ERROR: Error performing callback 'prepare_guest' on auxiliary module 'Reboot'
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/cuckoo/core/plugins.py", line 145, in callback
getattr(module, "cb_%s" % name, default)(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/cuckoo/auxiliary/reboot.py", line 57, in cb_prepare_guest
self._push_dropped_files(analysis_path)
File "/usr/local/lib/python2.7/dist-packages/cuckoo/auxiliary/reboot.py", line 50, in _push_dropped_files
self.guest_manager.post("/store", files=files, data=data)
File "/usr/local/lib/python2.7/dist-packages/cuckoo/core/guest.py", line 339, in post
r.raise_for_status()
File "/usr/local/lib/python2.7/dist-packages/requests/models.py", line 909, in raise_for_status
raise HTTPError(http_error_msg, response=self)
HTTPError: 500 Server Error: Internal Server Error for url: http://192.168.56.5:8000/store
2023-07-27 07:42:50,230 [cuckoo.core.guest] INFO: cuckoo1: analysis completed successfully
2023-07-27 07:43:02,189 [cuckoo.core.scheduler] INFO: Task #12: reports generation completed
2023-07-27 07:43:02,196 [cuckoo.core.scheduler] INFO: Task #12: analysis procedure completed

Error2

cuckoo1 not ready yet

Hi,

I installed cuckoo following the guide in an ubuntu server, but when i start the analysis i have a lot of this error:

2021-04-14 17:46:31,552 [cuckoo.core.guest] DEBUG: cuckoo2: not ready yet

and in cuckoo this is the message:

It appears that this Virtual Machine hasn't been configured properly as the Cuckoo Host wasn't able to the connect to the Guest or the other way around (i.e., Guest wasn't able to contact the Cuckoo Host). There could be a few reasons for this:

  • The IP address of the VM has been configured incorrectly. Please verify that the VM has a static IP address, that it matches the one in the Cuckoo configuration, and that the configured network interface exists and is up. Also, in case of VirtualBox, did you configure the network interface to be a "Host-Only interface"?
  • Please check that there are no firewalls in-place that hinder the communication between your Host and Guest

Anyone has already encountered this error?

Thanks,
Pietro

Step 2 Failure in install.sh

Hello,
First of all, thanks a lot for your effort to make such a great script to install Cuckoo.

For the context of the issue, here's my setup:

re@re:~$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 18.04.6 LTS
Release:	18.04
Codename:	bionic

It's a fresh install of Ubuntu under a VirtualBox, in the log you will find that I did the following:

  • apt update
  • Use the script directly

Expected

That the script success

Actual

The script failed in step #2

Could you please help me?
Thanks a lot in advance.


install_sh_log.txt

After reboot cuckoo stops working

I run the script all install well and working, but after I reboot the Machine, I cannot access the internet on the host and also Cuckoo is not working.

cuckoo web

When i try to use "cuckoo web -H 0.0.0.0 -p 8000"

it said :
In order to use the Cuckoo Web Interface it is required to have MongoDB up-and-running and enabled in Cuckoo. Please refer to our official documentation as well as the $CWD/conf/reporting.conf file.

How to can i fix this

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.