Skip to content

Commit

Permalink
removed debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
tdzmont committed Oct 6, 2014
1 parent 8bfbba9 commit 275c2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scanner/modules/injection/bash-inject.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ var checkTiming = function(ctx, currentIndex) {


var checkOutput = function(ctx, currentIndex) {
if (ctx.getSavedResponse(currentIndex).bodyAsString.indexOf("VEGA123 avulnerable VEGA123") > -1) {
if (ctx.getSavedResponse(currentIndex).bodyAsString.indexOf("VEGA123 vulnerable VEGA123") > -1) {
return true;
}
return false;
Expand Down

0 comments on commit 275c2ca

Please sign in to comment.