burp-suite-error-message-checks icon indicating copy to clipboard operation
burp-suite-error-message-checks copied to clipboard

New match rules wanted

Open augustd opened this issue 8 years ago • 0 comments

We are always looking to improve this extension. If you find an example of an error message that this plugin does not detect, please open up a new issue. Please include the full error message, but remove any identifying information.

Better yet send a pull request with your new detection rules. You will need to modify two files:

  1. src/main/resources/burp/match-rules.tab - Add your new match rule
  2. src/test/resources/burp/testResponse.txt - Add the full error message

The file testResponse.txt is used by the unit tests to ensure that your match rule works.

augustd avatar Nov 10 '17 22:11 augustd