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

Agent.py #473

Closed
phunki32 opened this issue Mar 5, 2020 · 3 comments
Closed

Agent.py #473

phunki32 opened this issue Mar 5, 2020 · 3 comments

Comments

@phunki32
Copy link

phunki32 commented Mar 5, 2020

Hi,

I've been trying to install CAPEv2 over the last few days and seem close to my objective :)
The new cape2.sh and kvm-qemu.sh (04.03.20) were used on fully updated (05.03.20) Ubuntu LTS18.04. I had different issues, notably with MongoDB which was not functioning correctly.

MongoDB solution for me was to
systemctl disable mongodb.service
and use
mongod --dbpath /opt/CAPEv2/db

But now my issue is with the agent.py on a win7 machine. The agent is started but cape (python3 cuckoo -d) cannot communicate. When I curl the guest I get:

<title>Error response</title>

Error response

Error code 501.

Message: Unsupported method ('GET').

Error code explanation: 501 = Server does not support this operation.

I believe it is a python2.7 (agent) to python3 issue. But still looking into it. Is there anything else I should check before?
Thank you for your work and help!

@bartblaze
Copy link
Contributor

Probably better to report this in the CAPEv2 repo:
https://github.com/kevoreilly/CAPEv2/issues

@phunki32
Copy link
Author

phunki32 commented Mar 5, 2020

Thanks, I'll do that.

@kevoreilly
Copy link
Contributor

Please close this issue here if you can, as it pertains to v2, thanks.

@phunki32 phunki32 closed this as completed Mar 6, 2020
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

3 participants