You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working with a web application, that offers a resource download endpoint (e.g. https://example.com/download?id=1), if the id is omitted, it responds with an empty HTTP 200 OK, which is expected.
I want to use Arjun to help me find alternative parameters, but It refuses to work with empty HTTP 200 OK responses.
Using Arjun v2.2.7, installed via pip on Kali.
The text was updated successfully, but these errors were encountered:
Sorry about the late reply, I'll have to dig out the project again, but I'll provide the response in a bit. Thank you for your work! Edit: I found the request/response in question:
If the parameter id=1 is missing, the servers response looks like:
I am working with a web application, that offers a resource download endpoint (e.g. https://example.com/download?id=1), if the id is omitted, it responds with an empty HTTP 200 OK, which is expected.
I want to use Arjun to help me find alternative parameters, but It refuses to work with empty HTTP 200 OK responses.
Using Arjun v2.2.7, installed via pip on Kali.
The text was updated successfully, but these errors were encountered: