Coder Social home page Coder Social logo

Comments (5)

sleeyax avatar sleeyax commented on July 20, 2024 1

Thank you for opening a issue. Initially, I only aimed for the request headers to have the correct order because those can be prone to fingerprinting/censorship whereas response headers are only relevant for the developer/security researcher using Burp.

To support response headers order, I think you need to dig deeper into the net/http source code and find the code that writes the response header bytes into the header map. You can probably re-use the HeaderOrderKey to store the order.

I'd happily accept a PR for this.

from burp-awesome-tls.

AlecHaring avatar AlecHaring commented on July 20, 2024

Header stores the headers in a map, which doesn't preserve order. So we can't trust the order of res.Header, nor can we use the current method of transferring the response headers to the Burp response (Header().Add).

from burp-awesome-tls.

AlecHaring avatar AlecHaring commented on July 20, 2024

Yeah, I suspected that was the case. Definitely not as important as the request header order, as you said. It was just something I noticed, and I thought I should report it.

I noticed you have a copy of net/http in this repo with some patches. If needed, would you accept a PR that makes changes to that, or would you prefer a method that avoids changes to the net/http source?

from burp-awesome-tls.

sleeyax avatar sleeyax commented on July 20, 2024

I noticed you have a copy of net/http in this repo with some patches. If needed, would you accept a PR that makes changes to that, or would you prefer a method that avoids changes to the net/http source?

If those changes are needed for a feature/fix you are adding then sure, go ahead.

from burp-awesome-tls.

sleeyax avatar sleeyax commented on July 20, 2024

Marked as wontfix because I don't plan to work on this myself any time soon.

from burp-awesome-tls.

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.