python-apps
python-apps copied to clipboard
Velociraptor app cannot quarantine clients: Errors out due to TypeError
Problem
The velociraptor app errors our when executing the add_client_quarantine function (https://github.com/Shuffle/python-apps/blob/d8a41141006aa1b14d2d903ccee85834dfd54ea3/velociraptor/1.0.0/src/app.py#L73). This seems be caused by improper concatenation in the query string.
Exception Raised:
TypeError: can only concatenate str (not "dict") to str
Steps to reproduce
- Create Workflow
- Use velociraptor app
- Use the "Add Client Quarantine" action
- Run the flow
Screenshots
Thanks for bringing attention to this issue! I'll take a look soon.