Adds support to capture this fingerprint of the detectSQLi operator

This commit is contained in:
Felipe Zimmerle
2015-10-27 10:40:35 -03:00
parent 93031d93d0
commit 11a1045f47
3 changed files with 9 additions and 3 deletions

View File

@@ -30,6 +30,8 @@ class DetectSQLi : public Operator {
: Operator(op, param, negation) { }
bool evaluate(Assay *assay, const std::string &input);
std::list<std::string> matched;
};
} // namespace operators