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
2.0.6 window7 x64This 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!
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!
Most helpful comment
This is a bug when using Windows as a Cuckoo Host.
I used a symbolic link to avoid this.