-
Notifications
You must be signed in to change notification settings - Fork 100
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
On win10-x64 [Errno 13] Permission denied: 'C:\\3648.ini' The package "modules.packages.regsv #281
Comments
I also tried steps mentioned on following link but issue is still facing. I can successfully submit and analysis sample in windows 7 32 bit. But this issue is valid for win10 x64 on vmware. |
Hi @SmartResearcherME can you open this in the new cuckoo-modified home please: https://github.com/spender-sandbox/cuckoo-modified Also, you want to run that version instead of this out of date one. Thanks |
Windows 10 isn't support anyways, on both upstream and the fork. |
@SteveClement I want to use windows 10 x64 as vm. And that build support x64 windows thats why used it. If you have better suggestion please tell |
@SmartResearcherME Did you try running it with sudo. On windows you can say running as administrator. |
Added PEFile and Digital Signature Fixes
Hi,
I am using cuckoo modified build from following source.
https://codeload.github.com/brad-accuvant/cuckoo-modified/zip/master
I am trying to submit sample in windows 10 x64 VM in vmware. and getting following error.
See following logs of debug:
2016-03-16 12:39:33,406 [lib.cuckoo.core.guest] DEBUG: win10: analysis not completed yet (status=2)
2016-03-16 12:39:33,771 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 172.16.148.130:49504
2016-03-16 12:39:33,772 [lib.cuckoo.core.resultserver] DEBUG: LogHandler for live analysis.log initialized.
2016-03-16 12:39:34,411 [lib.cuckoo.core.guest] DEBUG: win10: analysis not completed yet (status=2)
2016-03-16 12:39:35,417 [lib.cuckoo.core.scheduler] ERROR: Analysis failed: The package "modules.packages.regsvr" start function encountered an unhandled exception: [Errno 13] Permission denied: 'C:\3648.ini'
2016-03-16 12:39:35,636 [lib.cuckoo.core.plugins] DEBUG: Stopped auxiliary module: Sniffer
2016-03-16 12:39:35,637 [lib.cuckoo.core.plugins] DEBUG: Stopped auxiliary module: Tor
2016-03-16 12:39:35,637 [modules.machinery.vmware] DEBUG: Stopping vm /media/ali/I/Imported/Windows10x64/Windows10x64.vmx
Please advise how to get rid of this error?
-thanks
The text was updated successfully, but these errors were encountered: