simioni87 / auth_analyzer

Burp Extension for testing authorization issues. Automated request repeating and parameter value extraction on the fly.
MIT License
184 stars 47 forks source link

More Pending Request Queue #39

Closed idlefire closed 2 years ago

idlefire commented 2 years ago

What happen? How do I solve it? Thanks image

simioni87 commented 2 years ago

Assumably you get no response for those requests. The extender api method makeHttpRequests has a long default timeout (approx. 2 mins) you must wait for. Did you try to debug it with a logger (e.g. Logger++)??

idlefire commented 2 years ago

Yes I confirm from target->http history that requests are all done. I just recreated a session and there is no Pending

simioni87 commented 2 years ago

It does not make sense to check the proxy history. You must check the repeated requests with a logger. As I told, most likely the server does not responds on the repeated requests; means you have to wait until the timeout to be able to see the requests in the table...