Skip to content

Commit

Permalink
Minor modifications for #14343
Browse files Browse the repository at this point in the history
  • Loading branch information
andresriancho committed Sep 23, 2016
1 parent 6aab2da commit 4cee00c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion w3af/plugins/grep/user_defined_regex.py
Expand Up @@ -196,7 +196,7 @@ def get_long_desc(self):
one regex), if both are specified, the single_regex will be added to
the list of regular expressions extracted from the file.
A list of example regular expressions can be found at:
Sample files containing interesting regular expressions can be found at:
"plugins/grep/user_defined_regex/".
For every match an information message is shown.
Expand Down
3 changes: 3 additions & 0 deletions w3af/plugins/grep/user_defined_regex/README.txt
Expand Up @@ -3,4 +3,7 @@ The default file was taken from the fuzzdb project http://code.google.com/p/fuzz
find more generic strings which leads to more false positives but simplifies
the process of finding customized error messages.

Adam Muntner added a new file, also from the fuzzdb project, containing regular
expressions that will find PII (such as US SSN) for different countries.

The fuzzdb file was extended with more strings.

0 comments on commit 4cee00c

Please sign in to comment.