===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
psad-2.4.3/test/test-psad.pl-1140-
psad-2.4.3/test/test-psad.pl:1141:    return &generic_exec($test_hr);
psad-2.4.3/test/test-psad.pl-1142-}
##############################################
psad-2.4.3/test/test-psad.pl-1150-
psad-2.4.3/test/test-psad.pl:1151:    my $rv = &generic_exec($test_hr);
psad-2.4.3/test/test-psad.pl-1152-
##############################################
psad-2.4.3/test/test-psad.pl-1216-
psad-2.4.3/test/test-psad.pl:1217:    my $rv = &generic_exec($test_hr);
psad-2.4.3/test/test-psad.pl-1218-
##############################################
psad-2.4.3/parsetest.pl-9-#
psad-2.4.3/parsetest.pl:10:# Execution: perl -d:DProf ./parsetest.pl && dprofpp tmon.out
psad-2.4.3/parsetest.pl-11-#
##############################################
psad-2.4.3/packaging/psad.spec-10-### This may be 'i386-linux', or 'i686-linux-thread-multi', etc.
psad-2.4.3/packaging/psad.spec:11:%define psadmoddir `perl -e '$path=q|i386-linux|; for (@INC) { if($_ =~ m|.*/(.*linux.*)|) {$path = $1; last; }} print $path'`
psad-2.4.3/packaging/psad.spec-12-
##############################################
psad-2.4.3/packaging/psad-require-makemaker.spec-10-### This may be 'i386-linux', or 'i686-linux-thread-multi', etc.
psad-2.4.3/packaging/psad-require-makemaker.spec:11:%define psadmoddir `perl -e '$path=q|i386-linux|; for (@INC) { if($_ =~ m|.*/(.*linux.*)|) {$path = $1; last; }} print $path'`
psad-2.4.3/packaging/psad-require-makemaker.spec-12-
##############################################
psad-2.4.3/install.pl-1126-    ### brought up any time.
psad-2.4.3/install.pl:1127:    my @ifconfig_out = `$cmds{'ifconfig'} -a`;
psad-2.4.3/install.pl-1128-    my $home_net_str = '';
##############################################
psad-2.4.3/install.pl-1572-    ### first find an unused high tcp port to use for testing
psad-2.4.3/install.pl:1573:    my @netstat_out = `$cmds{'netstat'} -an`;
psad-2.4.3/install.pl-1574-
##############################################
psad-2.4.3/install.pl-1595-    ### ifconfig
psad-2.4.3/install.pl:1596:    my @if_out = `$cmds{'ifconfig'} lo`;
psad-2.4.3/install.pl-1597-
##############################################
psad-2.4.3/psad-7369-        my $ipaddr = gethostbyname($ip);
psad-2.4.3/psad:7370:        ### gethostbyaddr($ipaddr, AF_INET);
psad-2.4.3/psad-7371-        if (defined $ipaddr) {
psad-2.4.3/psad:7372:            my $dns_tmp = gethostbyaddr($ipaddr, 2);
psad-2.4.3/psad-7373-            $dns_str = $dns_tmp if $dns_tmp;
##############################################
psad-2.4.3/debian/psad.init-162-		if [ -r "$pidfile" ]; then
psad-2.4.3/debian/psad.init:163:			pid=`cat "$pidfile" 2>/dev/null`
psad-2.4.3/debian/psad.init-164-			kill -0 "${pid:-}" 2>/dev/null
##############################################
psad-2.4.3/debian/psad.preinst-27-
psad-2.4.3/debian/psad.preinst:28:        old_val=`awk '$1 == "'$key'" { print $2 }' $conffile`
psad-2.4.3/debian/psad.preinst-29-        awk '$1 == "'$key'" { gsub("'$old_val'","'$new_val';",$0); \