Cuckoo: #cuckoo2.0.6 run "cuckoo web" error,but run "cuckoo" ok

Created on 13 Aug 2018  ·  4Comments  ·  Source: cuckoosandbox/cuckoo

My issue is:

run cuckoo web error:

C:\Python27\Scripts>cuckoo.exe web
c:\python27\python.exe: can't open file 'C:\Python27\Scripts\cuckoo': [Errno 2]
No such file or directory 

but run cuckoo ok

My Cuckoo version and operating system are: 2.0.6 window7 x64
This can be reproduced by:
The log, error, files etc can be found at:

cuckoo errror

Most helpful comment

This is a bug when using Windows as a Cuckoo Host.
I used a symbolic link to avoid this.

(Run as administrator)
> cd Scripts
> mklink cuckoo cuckoo.exe

All 4 comments

This is a bug when using Windows as a Cuckoo Host.
I used a symbolic link to avoid this.

(Run as administrator)
> cd Scripts
> mklink cuckoo cuckoo.exe

run as administrator, but access denied!

mklink error

I have config
secpol.msc, Local Policies\User Rights Assignment\Create symbolic
and

C:\Windows\system32>fsutil behavior query SymlinkEvaluation
Local to local symbolic links are enabled.
Local to remote symbolic links are enabled.
Remote to local symbolic links are enabled.
Remote to remote symbolic links are enabled.

I tried, and it works.
Howerver, the command recommended is not right.
mklink cuckoo cuckoo.exe
I use another command:
C:\Python27\Scripts>mklink cuckoo cuckoo-script.py

mklink cuckoo cuckoo.exe does not work for me too
C:\Python27\Scripts>mklink cuckoo cuckoo-script.py worked for me .
Thanks!

Was this page helpful?
0 / 5 - 0 ratings