===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
crypto-policies-20190816git/tests/gnutls.pl-32-
crypto-policies-20190816git/tests/gnutls.pl:33:	system("gnutls-cli --priority '$tmp' -l >$TMPFILE 2>&1");
crypto-policies-20190816git/tests/gnutls.pl-34-	if ($? == 0 && $policy eq 'EMPTY') {
##############################################
crypto-policies-20190816git/tests/gnutls.pl-36-		print STDERR "gnutls-cli --priority '$tmp' -l\n";
crypto-policies-20190816git/tests/gnutls.pl:37:		system("cat $TMPFILE 1>&2");
crypto-policies-20190816git/tests/gnutls.pl-38-		exit 1;
##############################################
crypto-policies-20190816git/tests/gnutls.pl-41-		print STDERR "gnutls-cli --priority '$tmp' -l\n";
crypto-policies-20190816git/tests/gnutls.pl:42:		system("cat $TMPFILE 1>&2");
crypto-policies-20190816git/tests/gnutls.pl-43-		exit 1;
##############################################
crypto-policies-20190816git/tests/java.pl-41-		}
crypto-policies-20190816git/tests/java.pl:42:		system("java -Djava.security.properties=\"../../$dir/$policyfile\" CipherList >../../$TMPFILE");
crypto-policies-20190816git/tests/java.pl-43-	}
crypto-policies-20190816git/tests/java.pl-44-
crypto-policies-20190816git/tests/java.pl:45:	my $lines=`cat $TMPFILE|wc -l`;
crypto-policies-20190816git/tests/java.pl-46-	if ("$policy" eq "EMPTY") {
##############################################
crypto-policies-20190816git/tests/java.pl-53-	} else {
crypto-policies-20190816git/tests/java.pl:54:		system("grep \"TLS_EMPTY_RENEGOTIATION_INFO_SCSV\" $TMPFILE >/dev/null 2>&1");
crypto-policies-20190816git/tests/java.pl-55-		
##############################################
crypto-policies-20190816git/tests/java.pl-57-			print "Could not find TLS_EMPTY_RENEGOTIATION_INFO_SCSV in $policy\n";
crypto-policies-20190816git/tests/java.pl:58:			system("cat $TMPFILE");
crypto-policies-20190816git/tests/java.pl-59-			exit 1;
##############################################
crypto-policies-20190816git/tests/java.pl-63-			print "Policy $policy has no ciphersuites!\n";
crypto-policies-20190816git/tests/java.pl:64:			system("cat $TMPFILE");
crypto-policies-20190816git/tests/java.pl-65-			exit 1;
##############################################
crypto-policies-20190816git/tests/java.pl-67-	}
crypto-policies-20190816git/tests/java.pl:68:	system("cat $TMPFILE 1>&2");
crypto-policies-20190816git/tests/java.pl-69-	unlink($TMPFILE);
##############################################
crypto-policies-20190816git/tests/nss.pl-27-
crypto-policies-20190816git/tests/nss.pl:28:		system("nss-policy-check $dir/$policyfile >$RESULTFILE 2>&1") ;
crypto-policies-20190816git/tests/nss.pl-29-		if ($? != 0) {
##############################################
crypto-policies-20190816git/tests/nss.pl-31-			print STDERR "NSS policy for $policy:\n";
crypto-policies-20190816git/tests/nss.pl:32:			system("cat $dir/$policyfile 1>&2");
crypto-policies-20190816git/tests/nss.pl-33-			print STDERR "\nnss-policy-check error:\n";
crypto-policies-20190816git/tests/nss.pl:34:			system("cat $RESULTFILE 1>&2");
crypto-policies-20190816git/tests/nss.pl-35-			exit 1;
##############################################
crypto-policies-20190816git/tests/openssl.pl-29-
crypto-policies-20190816git/tests/openssl.pl:30:	system("openssl ciphers $tmp >$TMPFILE 2>&1") if $policy ne 'EMPTY';
crypto-policies-20190816git/tests/openssl.pl-31-	if ($? != 0) {
##############################################
crypto-policies-20190816git/tests/openssl.pl-34-		print STDERR "openssl ciphers error:\n";
crypto-policies-20190816git/tests/openssl.pl:35:		system("cat $TMPFILE 1>&2");
crypto-policies-20190816git/tests/openssl.pl-36-		print STDERR "ciphers: $tmp\n";