Golang Regex Match not working
Author: BuronnCreated Sep 8, 2023Updated Aug 8, 2024
Labelsbug
Describe the bug Match in Regex not working for Capture Data
To Reproduce Steps to reproduce the behavior:
- Go to 'New Test'
- Add a new step
- Add some regex, in my case is:
name="_token" value="([^"]+)" - Add Match (I tried with 3 different matches)
- Add a new step that uses thoe variables
Expected response Just the token.
Screenshots
Step 1: CAPTURE
Step 2: Body with captured vars
Step 3: DEBUG
As you can see, match is not working at all.
System (please complete the following information):
- OS: Linux
- Ddosify Version Latest
Source: getanteon/anteon