xmendez / wfuzz

Web application fuzzer

Home Page:http://wfuzz.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

hacker-jak opened this issue · comments

commented

Context

  • I've read the docs for Wfuzz

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.