Skip to content

Commit

Permalink
checked in hacked code by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
csullo@sunera.com committed Sep 30, 2010
1 parent 3038766 commit 23b58cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cms-explorer.pl
Expand Up @@ -321,8 +321,7 @@ sub brute {
print "$ctr/$total:\t$result{'whisker'}->{'code'}\t$base$f\n";
}
$ctr++;
#if ($result{'whisker'}->{'code'} =~ /(?:403|[52]\d\d|2\d\d)/) {
if ($result{'whisker'}->{'content'} =~ /Nothing found for/) {
if ($result{'whisker'}->{'code'} =~ /(?:403|[52]\d\d|2\d\d)/) {
push(@{$out}, $f);
if ($OPTIONS{'verbosity'} =~ /[1-3]/) {
print "Installed:\t$f\n";
Expand Down

0 comments on commit 23b58cd

Please sign in to comment.