===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libarchive-extract-perl-0.86/lib/Archive/Extract.pm-654-        ### if this is gnu tar we are running, we need to use --force-local
libarchive-extract-perl-0.86/lib/Archive/Extract.pm:655:        push @ExtraTarFlags, '--force-local' if `$cmd --version` =~ /gnu tar/i;
libarchive-extract-perl-0.86/lib/Archive/Extract.pm-656-    }