===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
smb2www-980804/debian/patches/01_smb2www_bin.patch-305- 
smb2www-980804/debian/patches/01_smb2www_bin.patch:306:-  my @out = `$lookup`;
smb2www-980804/debian/patches/01_smb2www_bin.patch-307-+  my @out = GetCmdOutput(@lookup);
##############################################
smb2www-980804/debian/patches/01_smb2www_bin.patch-315--  my $lookup = "$cfg{bindir}/smbclient -L \"$share\" -d0";
smb2www-980804/debian/patches/01_smb2www_bin.patch:316:-  my @out = `$lookup`;
smb2www-980804/debian/patches/01_smb2www_bin.patch-317-+  my @lookup = ("$cfg{bindir}/smbclient", "-L", "$share", "-d0", "-N");
##############################################
smb2www-980804/debian/patches/01_smb2www_bin.patch-345--  my $lookup = "$cfg{bindir}/smbclient -L \"$host\" -W \"$workgroup\" -d0";
smb2www-980804/debian/patches/01_smb2www_bin.patch:346:-  my @out = `$lookup`;
smb2www-980804/debian/patches/01_smb2www_bin.patch-347-+  my @lookup = ("$cfg{bindir}/smbclient", "-L", "$host", "-W", "$workgroup", "-d0", "-N");
##############################################
smb2www-980804/debian/patches/01_smb2www_bin.patch-378--  my $lookup = "$cfg{bindir}/smbclient -L \"$cfg{masterbrowser}\" -d0";
smb2www-980804/debian/patches/01_smb2www_bin.patch:379:-  my @out = `$lookup`;
smb2www-980804/debian/patches/01_smb2www_bin.patch-380-+  my @lookup = ("$cfg{bindir}/smbclient", "-L", "$cfg{masterbrowser}", "-d0", "-N");
##############################################
smb2www-980804/debian/patches/01_smb2www_bin.patch-493-   } else { $pass = "-N" }
smb2www-980804/debian/patches/01_smb2www_bin.patch:494:-  my @input = `$cfg{bindir}/smbclient //$host/$share $pass $user -d2 -c "get \"$file\" -"`;
smb2www-980804/debian/patches/01_smb2www_bin.patch-495-+  my @input = GetCmdOutput(("$cfg{bindir}/smbclient", "//$host/$share", "$pass", "$user", "-d0", "-E", "-c", "get \"$file\" -"));
##############################################
smb2www-980804/.pc/00_Install.patch/Install.pl-182-
smb2www-980804/.pc/00_Install.patch/Install.pl:183:`cp -v images/* $dir/images/`;
smb2www-980804/.pc/00_Install.patch/Install.pl-184-if ($is_root) { 
##############################################
smb2www-980804/.pc/00_Install.patch/Install.pl-194-
smb2www-980804/.pc/00_Install.patch/Install.pl:195:`cp -v etc/*.lang $dir/etc/`; 
smb2www-980804/.pc/00_Install.patch/Install.pl-196-if ($is_root) { 
##############################################
smb2www-980804/.pc/01_smb2www_bin.patch/cgi-bin/smb2www.pm-335-
smb2www-980804/.pc/01_smb2www_bin.patch/cgi-bin/smb2www.pm:336:  my @out = `$lookup`;
smb2www-980804/.pc/01_smb2www_bin.patch/cgi-bin/smb2www.pm-337-  my $line;
##############################################
smb2www-980804/.pc/01_smb2www_bin.patch/cgi-bin/smb2www.pm-374-  my $lookup = "$cfg{bindir}/smbclient -L \"$share\" -d0";
smb2www-980804/.pc/01_smb2www_bin.patch/cgi-bin/smb2www.pm:375:  my @out = `$lookup`;
smb2www-980804/.pc/01_smb2www_bin.patch/cgi-bin/smb2www.pm-376-  my $line = shift @out;
##############################################
smb2www-980804/.pc/01_smb2www_bin.patch/cgi-bin/smb2www.pm-409-  my $lookup = "$cfg{bindir}/smbclient -L \"$host\" -W \"$workgroup\" -d0";
smb2www-980804/.pc/01_smb2www_bin.patch/cgi-bin/smb2www.pm:410:  my @out = `$lookup`;
smb2www-980804/.pc/01_smb2www_bin.patch/cgi-bin/smb2www.pm-411-  my $line = shift @out;
##############################################
smb2www-980804/.pc/01_smb2www_bin.patch/cgi-bin/smb2www.pm-440-  my $lookup = "$cfg{bindir}/smbclient -L \"$cfg{masterbrowser}\" -d0";
smb2www-980804/.pc/01_smb2www_bin.patch/cgi-bin/smb2www.pm:441:  my @out = `$lookup`;
smb2www-980804/.pc/01_smb2www_bin.patch/cgi-bin/smb2www.pm-442-  my $line = shift @out;
##############################################
smb2www-980804/.pc/01_smb2www_bin.patch/cgi-bin/smbfile.pl-31-  } else { $pass = "-N" }
smb2www-980804/.pc/01_smb2www_bin.patch/cgi-bin/smbfile.pl:32:  my @input = `$cfg{bindir}/smbclient //$host/$share $pass $user -d2 -c "get \"$file\" -"`;
smb2www-980804/.pc/01_smb2www_bin.patch/cgi-bin/smbfile.pl-33-  my $url = $input[1];
##############################################
smb2www-980804/Install.pl-201-
smb2www-980804/Install.pl:202:`cp -v images/* $dir/images/`;
smb2www-980804/Install.pl-203-if ($is_root) { 
##############################################
smb2www-980804/Install.pl-213-
smb2www-980804/Install.pl:214:`cp -v etc/*.lang $dir/etc/`; 
smb2www-980804/Install.pl-215-if ($is_root) {