Giter VIP home page Giter VIP logo

Comments (6)

wagiro avatar wagiro commented on May 20, 2024

Hi @Hipapheralkus,

Thanks for test this feature :)

Your configuration "Exclude HTTP Headers" is not compatible with "Not in cookie":

  • Not in cookie: if you want find if any cookie attribute is not present

If you exclude HTTP Headers you don't find cookie attribute.

On the other hand, the tool works ... The payload is sent and it looks for the payload itself (it does not look for all the occurrences, it is enough for it to find it only once). Only mark with highlight syntax the first occurrence.

Regards!

from burpbounty.

Hipapheralkus avatar Hipapheralkus commented on May 20, 2024

I switched off the "Not in cookie", saved it, and ran again. However I still think it doesn't work.

Expected behavior - I want to check for basic reflections in the response body only (which could possibly lead to XSS). When the value is observed in the http response, it should create an Issue.

Observed behavior: In the Sessions Tracer, I see extension is making valid requests, and when I check the response there, this payload is present on 2 places = once in the "x-request-path" header, and then 7 more times in the body - on different places. Hence, I would expect to see at least 1 issue to be present in the Active Scan, because I have the value reflected back in the HTTP response body 7 times.

from burpbounty.

wagiro avatar wagiro commented on May 20, 2024

Hi @Hipapheralkus,

I have identified and corrected the error. Could you try it now?

Thank you very much!

from burpbounty.

wagiro avatar wagiro commented on May 20, 2024

Hi @Hipapheralkus,

Works fine now?

Regards!

from burpbounty.

Hipapheralkus avatar Hipapheralkus commented on May 20, 2024

Hi, I tried it again (the newest version on BApp Store).

I can confirm, that if the reflection happens only in the header, no issue is raised = as expected.

When I scan request which has multiple reflection, the first and only highlighted occurrence is the one in the response Header. Is it possible, that this highlight would not be present, as it should be excluded? Also, since there is only a single highlight in such a case, I would automatically miss all the other reflections = other 3 reflections in the Body. Only when I manually search the value can I see there are 4 matches (1 header + 3 body).
Is this something which could be fixed as well?

from burpbounty.

wagiro avatar wagiro commented on May 20, 2024

Hi @Hipapheralkus ,

The working is as follows:

The extension looks for the pattern in each answer, if appears at least once, returns it as an issue and highlight only the first one.

This is because it improves performance. If what you want is to find a pattern in the answer, if you find it, even if only once, you have already fulfilled what was expected. This is better because no delay between requests.

Regards!

from burpbounty.

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.