GitHub
08/07/2024, 9:04 PMresponse = <http://self.session.post|self.session.post>(
f"{self.base_url}/queries/qa", json={"uuid_list": uuids, "query": "SELECT * FROM sudoers;"}
)
response.raise_for_status()
image
Let me know if there are any tests I should update or anything else
tests have passed in my fork here
I have replicated the logic from QueryRunPOSTHandler in Admin for this
jmpsec/osctrl
✅ All checks have passed
24/24 successful checksGitHub
08/08/2024, 1:45 PM