Merge branch 'master' of https://github.com/mrash/fwknop
This commit is contained in:
commit
d148fb091a
@ -7343,12 +7343,12 @@ sub file_find_regex() {
|
|||||||
return 0 if $tries == 5;
|
return 0 if $tries == 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
open F, "< $file" or
|
open RE, "< $file" or
|
||||||
(&write_test_file("[-] Could not open $file: $!\n", $curr_test_file) and return 0);
|
(&write_test_file("[-] Could not open $file: $!\n", $curr_test_file) and return 0);
|
||||||
while (<F>) {
|
while (<RE>) {
|
||||||
push @file_lines, $_;
|
push @file_lines, $_;
|
||||||
}
|
}
|
||||||
close F;
|
close RE;
|
||||||
|
|
||||||
for my $re (@$re_ar) {
|
for my $re (@$re_ar) {
|
||||||
my $matched = 0;
|
my $matched = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user