===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
abi-monitor-1.12/modules/Internals/Basic.pm-35-    
abi-monitor-1.12/modules/Internals/Basic.pm:36:    my @Res = split(/\n/, `$Cmd`);
abi-monitor-1.12/modules/Internals/Basic.pm-37-    return @Res;
##############################################
abi-monitor-1.12/modules/Internals/Basic.pm-119-
abi-monitor-1.12/modules/Internals/Basic.pm:120:sub getSiteAddr($)
abi-monitor-1.12/modules/Internals/Basic.pm-121-{
##############################################
abi-monitor-1.12/modules/Internals/Basic.pm-137-sub getSite($) {
abi-monitor-1.12/modules/Internals/Basic.pm:138:    return getSiteProtocol($_[0]).getSiteAddr($_[0]);
abi-monitor-1.12/modules/Internals/Basic.pm-139-}
##############################################
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl-391-            if($Branch) {
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl:392:                system("git checkout ".$Branch);
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl-393-            }
##############################################
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl-424-            printMsg("INFO", "Cloning git repository");
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl:425:            system("git clone ".$Profile->{"Git"}." ".$CurRepo);
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl-426-            
##############################################
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl-429-            if($Branch) {
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl:430:                system("git checkout ".$Branch);
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl-431-            }
##############################################
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl-435-            printMsg("INFO", "Checkouting svn repository");
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl:436:            system("svn checkout ".$Profile->{"Svn"}." ".$CurRepo);
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl-437-        }
##############################################
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl-440-            printMsg("INFO", "Checkouting hg repository");
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl:441:            system("hg clone ".$Profile->{"Hg"}." ".$CurRepo);
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl-442-        }
##############################################
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl-507-        {
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl:508:            $Time = `stat -c \%Y \"$Head\"`;
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl-509-            chomp($Time);
##############################################
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl-781-        
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl:782:        system($Cmd." >".$TMP_DIR."/wget_log 2>&1");
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl-783-        writeFile($TMP_DIR."/wget_res", $?);
##############################################
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl-856-    { # child
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl:857:        system($Cmd." >".$TMP_DIR."/output 2>&1");
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl-858-        writeFile($TMP_DIR."/result", $?);
##############################################
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl-1132-    
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl:1133:    my $SiteAddr = getSiteAddr($Page);
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl-1134-    my $SiteProtocol = getSiteProtocol($Page);
##############################################
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl-1160-        
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl:1161:        # if(getSiteAddr($Link) ne getSiteAddr($Page)) {
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl-1162-        #     next;
##############################################
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl-2530-            {
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl:2531:                my $Producer = `readelf --debug-dump=info \"$Obj\" | grep DW_AT_producer | grep -v 'GNU AS' | grep -m1 DW_AT_producer`;
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl-2532-                
##############################################
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl-2634-    {
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl:2635:        my $P = eval(readFile($Path));
abi-monitor-1.12/.pc/0001-typo.patch/abi-monitor.pl-2636-        
##############################################
abi-monitor-1.12/abi-monitor.pl-391-            if($Branch) {
abi-monitor-1.12/abi-monitor.pl:392:                system("git checkout ".$Branch);
abi-monitor-1.12/abi-monitor.pl-393-            }
##############################################
abi-monitor-1.12/abi-monitor.pl-424-            printMsg("INFO", "Cloning git repository");
abi-monitor-1.12/abi-monitor.pl:425:            system("git clone ".$Profile->{"Git"}." ".$CurRepo);
abi-monitor-1.12/abi-monitor.pl-426-            
##############################################
abi-monitor-1.12/abi-monitor.pl-429-            if($Branch) {
abi-monitor-1.12/abi-monitor.pl:430:                system("git checkout ".$Branch);
abi-monitor-1.12/abi-monitor.pl-431-            }
##############################################
abi-monitor-1.12/abi-monitor.pl-435-            printMsg("INFO", "Checkouting svn repository");
abi-monitor-1.12/abi-monitor.pl:436:            system("svn checkout ".$Profile->{"Svn"}." ".$CurRepo);
abi-monitor-1.12/abi-monitor.pl-437-        }
##############################################
abi-monitor-1.12/abi-monitor.pl-440-            printMsg("INFO", "Checkouting hg repository");
abi-monitor-1.12/abi-monitor.pl:441:            system("hg clone ".$Profile->{"Hg"}." ".$CurRepo);
abi-monitor-1.12/abi-monitor.pl-442-        }
##############################################
abi-monitor-1.12/abi-monitor.pl-507-        {
abi-monitor-1.12/abi-monitor.pl:508:            $Time = `stat -c \%Y \"$Head\"`;
abi-monitor-1.12/abi-monitor.pl-509-            chomp($Time);
##############################################
abi-monitor-1.12/abi-monitor.pl-781-        
abi-monitor-1.12/abi-monitor.pl:782:        system($Cmd." >".$TMP_DIR."/wget_log 2>&1");
abi-monitor-1.12/abi-monitor.pl-783-        writeFile($TMP_DIR."/wget_res", $?);
##############################################
abi-monitor-1.12/abi-monitor.pl-856-    { # child
abi-monitor-1.12/abi-monitor.pl:857:        system($Cmd." >".$TMP_DIR."/output 2>&1");
abi-monitor-1.12/abi-monitor.pl-858-        writeFile($TMP_DIR."/result", $?);
##############################################
abi-monitor-1.12/abi-monitor.pl-1132-    
abi-monitor-1.12/abi-monitor.pl:1133:    my $SiteAddr = getSiteAddr($Page);
abi-monitor-1.12/abi-monitor.pl-1134-    my $SiteProtocol = getSiteProtocol($Page);
##############################################
abi-monitor-1.12/abi-monitor.pl-1160-        
abi-monitor-1.12/abi-monitor.pl:1161:        # if(getSiteAddr($Link) ne getSiteAddr($Page)) {
abi-monitor-1.12/abi-monitor.pl-1162-        #     next;
##############################################
abi-monitor-1.12/abi-monitor.pl-2530-            {
abi-monitor-1.12/abi-monitor.pl:2531:                my $Producer = `readelf --debug-dump=info \"$Obj\" | grep DW_AT_producer | grep -v 'GNU AS' | grep -m1 DW_AT_producer`;
abi-monitor-1.12/abi-monitor.pl-2532-                
##############################################
abi-monitor-1.12/abi-monitor.pl-2634-    {
abi-monitor-1.12/abi-monitor.pl:2635:        my $P = eval(readFile($Path));
abi-monitor-1.12/abi-monitor.pl-2636-