This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Description
xssmeevaluators.js:57
var searchString = grabTextWithOutTrailingWhitespaceRegExp.
exec(streamListener.attackRunner.testValue.string)[1];
exec is returning null ie not matching. Use trimRight() instead? Potential Fix
Note: FF 3.6/3.0 are hiding error messages. Created highlight branch to force messages to console