Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter and highlight requests using deprecated http methods #33

Commits on Dec 5, 2023

  1. Update README.md

    Update README file
    BugBountyzip authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    49fcc3c View commit details
    Browse the repository at this point in the history
  2. Update README.md

    fix the link
    BugBountyzip authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    19459a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    b545ef0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee78a8f View commit details
    Browse the repository at this point in the history
  3. Update README.md

    BugBountyzip authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    ca9a812 View commit details
    Browse the repository at this point in the history
  4. Create EmailHighlighter.bambda

     The script is designed to efficiently parse through response data to identify and filter out email addresses. It begins by establishing a set of ignored file extensions, ensuring that the script does not process irrelevant response types such as images or multimedia files. The core functionality revolves around a regular expression that is meticulously crafted to detect email addresses within the response body, excluding specific file formats in the domain part of the email to enhance accuracy.
    BugBountyzip authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    d0a39e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Create HighlightDeprecatedHTTPMethods.bambda

    This code targets HTTP requests that use deprecated or less common methods, such as TRACE and CONNECT. These methods are often overlooked but can be exploited in certain types of network attacks. When such a request is detected, the script highlights it in red within the Burp Suite interface, making it easy for security analysts to spot and investigate these potentially risky requests.
    BugBountyzip authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c27ba34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3deb882 View commit details
    Browse the repository at this point in the history
  3. Create HighlightResponsesWithDeveloperNotes

     * This script identifies and highlights HTTP responses containing developer notes in HTML, JavaScript, or other files.
    
     * It differentiates the types of files and highlights them accordingly: green for HTML, yellow for JavaScript, and blue for other types.
    BugBountyzip authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f97407b View commit details
    Browse the repository at this point in the history
  4. Create DetectSuspiciousJSFunctions.bambda

    This script is designed to enhance security assessments by identifying potentially hazardous JavaScript functions in web applications. It meticulously scans HTTP responses with a Content-Type of application/javascript and flags responses containing functions like eval(), setTimeout(), and document.write().. The script highlights such responses in red, drawing immediate attention, and adds concise notes specifying the detected functions.
    BugBountyzip authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    8c88f9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66f454f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce8bb38 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0cb88bb View commit details
    Browse the repository at this point in the history
  8. Update HighlightDeprecatedHTTPMethods.bambda

    Done Thank you
    BugBountyzip authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f981c6f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3ca6dc5 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Fix author header

    ps-porpoise authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    41014d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d46f804 View commit details
    Browse the repository at this point in the history