=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libnet-ssh2-perl-0.71/t/Net-SSH2.t-252-$chan->send_eof; libnet-ssh2-perl-0.71/t/Net-SSH2.t:253:ok($chan->exec("cat $remote_fn_quoted"), "exec cat $remote_fn_quoted"); libnet-ssh2-perl-0.71/t/Net-SSH2.t-254-my $remote_data = do { local $/; <$chan> }; ############################################## libnet-ssh2-perl-0.71/t/Net-SSH2.t-258-$chan->ext_data('ignore'); libnet-ssh2-perl-0.71/t/Net-SSH2.t:259:ok($chan->exec("cat $remote_fn_quoted"), "exec cat $remote_fn_quoted"); libnet-ssh2-perl-0.71/t/Net-SSH2.t-260-$chan->send_eof; ############################################## libnet-ssh2-perl-0.71/t/Net-SSH2.t-265-$chan->ext_data('ignore'); libnet-ssh2-perl-0.71/t/Net-SSH2.t:266:ok($chan->exec("cat $remote_fn_quoted"), "exec cat $remote_fn_quoted"); libnet-ssh2-perl-0.71/t/Net-SSH2.t-267-$chan->send_eof; ############################################## libnet-ssh2-perl-0.71/t/Net-SSH2.t-273-$chan->ext_data('ignore'); libnet-ssh2-perl-0.71/t/Net-SSH2.t:274:ok($chan->exec("cat $remote_fn_quoted"), "exec cat $remote_fn_quoted"); libnet-ssh2-perl-0.71/t/Net-SSH2.t-275-$chan->send_eof; ############################################## libnet-ssh2-perl-0.71/inc/Devel/CheckLib.pm-426- $absexefile = '"'.$absexefile.'"' if $absexefile =~ m/\s/; libnet-ssh2-perl-0.71/inc/Devel/CheckLib.pm:427: if (!$not_execute && system($absexefile) != 0) { libnet-ssh2-perl-0.71/inc/Devel/CheckLib.pm-428- push @wrongresult, $lib; ############################################## libnet-ssh2-perl-0.71/inc/Module/Install/Makefile.pm-45-sub makemaker { libnet-ssh2-perl-0.71/inc/Module/Install/Makefile.pm:46: ( @_ < 2 or $makemaker >= eval($_[1]) ) ? $makemaker : 0 libnet-ssh2-perl-0.71/inc/Module/Install/Makefile.pm-47-} ############################################## libnet-ssh2-perl-0.71/inc/Module/Install/Fetch.pm-84- return if exists $args{size} and -s $file != $args{size}; libnet-ssh2-perl-0.71/inc/Module/Install/Fetch.pm:85: system($args{run}) if exists $args{run}; libnet-ssh2-perl-0.71/inc/Module/Install/Fetch.pm-86- unlink($file) if $args{remove}; ############################################## libnet-ssh2-perl-0.71/Makefile.PL-131- for(qw/openssl libssh2/) { libnet-ssh2-perl-0.71/Makefile.PL:132: push @search_paths, map { chomp; $_ } (qx`brew --prefix $_`)[0]; libnet-ssh2-perl-0.71/Makefile.PL-133- } ############################################## libnet-ssh2-perl-0.71/example/benchmark.pl-81- my $time0 = time; libnet-ssh2-perl-0.71/example/benchmark.pl:82: $c->exec($cmd) libnet-ssh2-perl-0.71/example/benchmark.pl-83- or $ssh2->die_with_error; ############################################## libnet-ssh2-perl-0.71/example/benchmark.pl-112- my $c = $ssh2->channel or $ssh2->die_with_error; libnet-ssh2-perl-0.71/example/benchmark.pl:113: $c->exec($cmd); libnet-ssh2-perl-0.71/example/benchmark.pl-114- $c->send_eof();