===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libvm-ec2-perl-1.28/lib/VM/EC2/Staging/Server.pm-400-    my $host     = $Instance->dnsName;
libvm-ec2-perl-1.28/lib/VM/EC2/Staging/Server.pm:401:    system('ssh',$self->_ssh_args,@extra_args,$host,@cmd)==0;
libvm-ec2-perl-1.28/lib/VM/EC2/Staging/Server.pm-402-}
##############################################
libvm-ec2-perl-1.28/lib/VM/EC2/Staging/Server.pm-1261-    my $dots = $self->manager->_dots_cmd;
libvm-ec2-perl-1.28/lib/VM/EC2/Staging/Server.pm:1262:    my $status = system("rsync $rsync_args -e'ssh $ssh_args' --rsync-path='sudo rsync' @source $host:$dest $dots") == 0;
libvm-ec2-perl-1.28/lib/VM/EC2/Staging/Server.pm-1263-    $self->info("...rsync done\n");
##############################################
libvm-ec2-perl-1.28/lib/VM/EC2/Staging/Server.pm-1283-    my $dots = $self->manager->_dots_cmd;
libvm-ec2-perl-1.28/lib/VM/EC2/Staging/Server.pm:1284:    my $status = system("rsync $rsync_args -e'ssh $ssh_args' --rsync-path='sudo rsync' @source $dest $dots")==0;
libvm-ec2-perl-1.28/lib/VM/EC2/Staging/Server.pm-1285-    $self->info("...rsync done\n");
##############################################
libvm-ec2-perl-1.28/lib/VM/EC2/Staging/Manager.pm-1404-	my $dots_cmd = $self->_dots_cmd;
libvm-ec2-perl-1.28/lib/VM/EC2/Staging/Manager.pm:1405:	return system("rsync @source $dest $dots_cmd") == 0;
libvm-ec2-perl-1.28/lib/VM/EC2/Staging/Manager.pm-1406-    }
##############################################
libvm-ec2-perl-1.28/lib/VM/EC2/Staging/Manager.pm-1729-    foreach (qw(dd ssh rsync)) {
libvm-ec2-perl-1.28/lib/VM/EC2/Staging/Manager.pm:1730:	chomp (my $path = `which $_`);
libvm-ec2-perl-1.28/lib/VM/EC2/Staging/Manager.pm-1731-	return unless $path;