Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upload max size #185

Closed
Batman781 opened this issue Apr 22, 2020 · 1 comment
Closed

upload max size #185

Batman781 opened this issue Apr 22, 2020 · 1 comment

Comments

@Batman781
Copy link

Batman781 commented Apr 22, 2020

Using CAPE fresh installation v2

During sample analysis I got several warning messages in cuckoo.log file related to max upload size

| OS version | Ubuntu 18.04, Windows 7 x86, windows 10x64

Failure Logs

2020-04-23 00:06:00,215 [root] DEBUG: Task #16 uploaded file length: 1310720
2020-04-23 00:06:03,784 [lib.cuckoo.core.guest] DEBUG: Windows7_32bit_infected: analysis #16 still processing
2020-04-23 00:06:05,219 [root] DEBUG: Task #16: File upload for b'files/e4dbda3f1c564a0c72519ff24abe4506b8f890a33ae918bb1dc3e9c4580f3d3c'
2020-04-23 00:06:05,444 [root] WARNING: Uploaded file length larger than upload_max_size, stopping upload.
2020-04-23 00:06:06,105 [root] DEBUG: Task #16 uploaded file length: 100485775
2020-04-23 00:06:08,850 [lib.cuckoo.core.guest] DEBUG: Windows7_32bit_infected: analysis #16 still processing
2020-04-23 00:06:10,754 [root] DEBUG: Task #16: File upload for b'files/342927a1cf9c912553b4042fda8d0d118f5ad9bff44666cc82035c089214c437'
2020-04-23 00:06:11,009 [root] WARNING: Uploaded file length larger than upload_max_size, stopping upload.

@doomedraven
Copy link
Collaborator

become familiar with configs, and specialy with cuckoo.conf https://github.com/kevoreilly/CAPEv2/blob/master/conf/cuckoo.conf#L90

isn't so hard to do search in repo ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants