Skip to content

Commit

Permalink
Update MultiBrutr
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0x13 committed Sep 30, 2015
1 parent 4358586 commit 9e4948d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MultiBrutr
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ $buffer = array_shift($buffer);
else:
//USE THIS IF YOU ONLY KNOW INCORRECT LOGIN INFO,REMOVE BUFFER CHECK FUNCTION,DISABLES RATE LIMIT SENSING!!
if (strpos($missiles[$x]->data, "bad login string") == true){
print "{$r}->{$cc}";
print "{$r}=>{$cc}";
}else{
die( "\n\n{$r} Success!{$cc} The password is: {$g}{$pass}{$cc}\n\n" );
exit(1);
Expand Down

0 comments on commit 9e4948d

Please sign in to comment.