-
Notifications
You must be signed in to change notification settings - Fork 30
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
Merged
ps-porpoise
merged 17 commits into
PortSwigger:main
from
BugBountyzip:Filter-and-Highlight-Requests-Using-Deprecated-HTTP-Methods
Dec 8, 2023
Merged
Filter and highlight requests using deprecated http methods #33
ps-porpoise
merged 17 commits into
PortSwigger:main
from
BugBountyzip:Filter-and-Highlight-Requests-Using-Deprecated-HTTP-Methods
Dec 8, 2023
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 49fcc3c - Browse repository at this point
Copy the full SHA 49fcc3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19459a5 - Browse repository at this point
Copy the full SHA 19459a5View commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b545ef0 - Browse repository at this point
Copy the full SHA b545ef0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee78a8f - Browse repository at this point
Copy the full SHA ee78a8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca9a812 - Browse repository at this point
Copy the full SHA ca9a812View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for d0a39e7 - Browse repository at this point
Copy the full SHA d0a39e7View commit details
Commits on Dec 7, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for c27ba34 - Browse repository at this point
Copy the full SHA c27ba34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3deb882 - Browse repository at this point
Copy the full SHA 3deb882View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for f97407b - Browse repository at this point
Copy the full SHA f97407bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 8c88f9c - Browse repository at this point
Copy the full SHA 8c88f9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66f454f - Browse repository at this point
Copy the full SHA 66f454fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce8bb38 - Browse repository at this point
Copy the full SHA ce8bb38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cb88bb - Browse repository at this point
Copy the full SHA 0cb88bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f981c6f - Browse repository at this point
Copy the full SHA f981c6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ca6dc5 - Browse repository at this point
Copy the full SHA 3ca6dc5View commit details
Commits on Dec 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 41014d0 - Browse repository at this point
Copy the full SHA 41014d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d46f804 - Browse repository at this point
Copy the full SHA d46f804View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.