-
Notifications
You must be signed in to change notification settings - Fork 111
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
Regex match retrieval #79
Comments
Thanks for the feedback. It is not currently possible to retrieve the value of the regular expression. You can use it to evaluate an expression, or replace text that matches your regex. Are you able to provide some more information on how you are trying to use this functionality? We may be able to suggest a workaround for you. |
I wanna extract emails identified by a regex. It is that simple. In the report issue part , I dont' know how to extract that. |
Thanks for the feedback! It's not possible to extract this value. However, you should find that the relevant portion is highlighted in the attached request and response for the issue. We've noted down your interest in this functionality. We do have built-in scan checks for email addresses - you can find this detailed here: https://portswigger.net/kb/issues/00600200_email-addresses-disclosed |
Reopening for better tracking of this feature request. |
Hi,
I was wondering if there is a way when a match is being done using regex to retrieve that value.
Thank you
The text was updated successfully, but these errors were encountered: