Giter Site home page Giter Site logo

Show Timed Out Requests about autorepeater HOT 3 CLOSED

ngkogkos avatar ngkogkos commented on June 14, 2024
Show Timed Out Requests

from autorepeater.

Comments (3)

justinmoore avatar justinmoore commented on June 14, 2024

Hey @ngkogkos,

I agree that this would be a good feature. Unfortunately, Burp's API doesn't provide an easy way to implement this because it doesn't tie outgoing requests to their incoming responses. I've looked at how both Flow and Logger++ implement this functionality and I don't think either of them do it in a great way.

Logger++ only tracks requests without responses for requests that go through Burp's proxy which does assign them a unique identifier to track. It looks like Flow iterates over an ArrayList whenever a response is received to match the incoming response to the sent request.

I think this is doable in a way that doesn't add excessive overhead by using something like a HashMap to track out going requests and having a worker in a different thread periodically iterate over all the keys in the HashMap to removed timed out entires.

I'm going to stew on this for a bit before implementing the feature to make sure I do it in a way that doesn't add too much complexity or overheard.

thanks,
Justin

from autorepeater.

ngkogkos avatar ngkogkos commented on June 14, 2024

That sounds reasonable to me. Sorry I cannot contribute but I don't get along with Java.

Anyhow it's a great idea for a plugin and very useful already :)

from autorepeater.

justinmoore avatar justinmoore commented on June 14, 2024

This should work now.

Thanks,
Justin

from autorepeater.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.