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.
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.