FuzzResult has no way to access `ss` regex expression match results

Context

Local Environment:

Wfuzz version: 3.1.0

Python version: 3.9.1

OS: Arch Linux

Report

What is the current behavior?

Using ss="expression" in fuzzer.fuzz() filters results properly. A FuzzResult object is returned, but there is no way to access the expression’s matching text or capture groups.

What is the expected or desired behavior?

A FuzzResult containing the regex expression result including capture groups should be available as a FuzzResult field for immediate access.

Read more here: Source link