Skip to content

Commit

Permalink
change plugins filter doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavi Mendez committed Nov 1, 2020
1 parent 4cc75e2 commit 7ee1aa0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/user/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ lines l Wfuzz's result HTTP response lines
words w Wfuzz's result HTTP response words
md5 Wfuzz's result HTTP response md5 hash
history r Wfuzz's result associated FuzzRequest object
plugins Wfuzz's results associated plugins result in the form of {'plugin id': ['result']}
plugins Wfuzz's plugins scan results
============ ============== =============================================

FuzzRequest object's attribute (you need to use the r. prefix) such as:
Expand Down Expand Up @@ -740,6 +740,12 @@ The above command will generate HTTP requests such as the following::

You can filter the payload using the filter grammar as described before.

Reutilising previous results
--------------------------------------

Plugins results contain a treasure trove of data. Wfuzz payloads and object introspection (explained in the filter grammar section) exposes a Python object interface to plugins results.
This allows you to perform semi-automatic tests based on plugins results or compile a set of results to be used in another tool.

Request mangling
^^^^^^^^^

Expand Down

0 comments on commit 7ee1aa0

Please sign in to comment.