Closed ClaudioWayne closed 4 years ago
hello, no idea, never saw it before %)
i would suggest you strace python cuckoo.py -d
and search in your log the last msg that you see in console after that you should see the error odetails what it was trying to do
That is the strace-log. Maybe someone with more in-depth knowledge finds a quick solution. I will try to check the log again later this day. Thanks for your time.
FYI: Getting a 500 Server Error right now on https://capesandbox.com/submit/ if i try to submit a file.
fixd 500
i don't see nothing suspicious in strace log, you probably will need to attach with dbg and get stack once it crashes
greenlet 0.4.17 caused the crash.
pip3 uninstall greenlet
pip3 install greenlet==0.4.16
solved the problem for me.
What a pain :dagger: What is the best way to find those "broken" python packages? Maybe add pip3 install greenlet==0.4.16 in capev2.sh.
feel free to close this issue
thanks a lot for reporting your finding, i will add, i will check changelog to see what. they have changed
added enforced version, also need to find which lib depends oon it to see, thanks again
here is why so is more need version of gevents to be fixed http://www.gevent.org/changelog.html#changelog
but we have hardcoded gevent version, strange, anyway hardcodd the greenlet version too
thx for information
Sry for commenting that much but here is just another a quick info: If i try to submit a password protected .zip file via Web-interface and use the Password-Option i get:
ERROR :-( Error adding task to CAPE's database
i tried: password="virus" password='virus' password=virus
i can reproduce this behavior on capesandbox.com
But maybe I am using it wrong. Let me know.
Thx
thats fine, im notified about new comments so all bugs should die :) checking
can't reproduce it
68926 | /X/curtain_tester.exe | file | 300 | 1 | | win7_4 | | password=virus,route=tor
correct format is password=virus
, try again and if deosn't work, than share your file
its working now. Don't know what went wrong. thx
I know what happened, in cuckoo.conf remove_archive = off, for some reason it breaks it I will investigare later, disabled at th moment
El 7 oct 2020, a las 14:26, ClaudioWayne notifications@github.com escribió:
its working now. Don't know what went wrong. thx
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/kevoreilly/CAPEv2/issues/313#issuecomment-704900377, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOFH3ZY2IJUHI3QKYK4G43SJRNBBANCNFSM4SEW2XHA.
This is opensource and you getting free support so be friendly!
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Expected Behavior
Analysis finishes without error.
Current Behavior
Analysis fails with Ubuntu Python 3.8 crash. Cuckoo.py: stops with Segmentation fault (core dumped) Agent.py: Unhandled exception in NetlogConnection:', '[WinError 10054] An existing connection was forcibly closed by the remote host')
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Context
Using machinery VirtualBox 6.1.10 Host machine: Ubuntu 20.04.1 LTS Guest machine: Windows 10 with Python 32-Bit 3.8.0
Failure Logs
cuckoo.py log:
Agent.py:
PythonCrashReport
PythonCrashReport.log