===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_asn_maxmind.pm-284-        	{
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_asn_maxmind.pm:285:        		$asn=$geoip_asn_maxmind->org_by_addr($param) if $geoip_asn_maxmind;
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_asn_maxmind.pm-286-        	}
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_asn_maxmind.pm-359-	{
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_asn_maxmind.pm:360:		$asn=$geoip_asn_maxmind->org_by_addr($param) if $geoip_asn_maxmind;
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_asn_maxmind.pm-361-	}
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip.pm-105-	if (! $res) {
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip.pm:106:		$res=lc($gi->country_code_by_addr($param)) || 'unknown';
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip.pm-107-		$TmpDomainLookup{$param}=$res;
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip.pm-181-			my $res = TmpLookup_geoip($param);
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip.pm:182:        	if (!$res){$res=lc($gi->country_code_by_addr($param)) if $gi;}
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip.pm-183-        	if ($Debug) { debug("  Plugin $PluginName: GetCountryByIp for $param: [$res]",5); }
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_city_maxmind.pm-4474-	    	my $record=();
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_city_maxmind.pm:4475:	    	$record=$geoip_city_maxmind->record_by_addr($param) if $geoip_city_maxmind;
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_city_maxmind.pm-4476-	        my $country;
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_city_maxmind.pm-4596-	        	my $record=();
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_city_maxmind.pm:4597:	        	$record=$geoip_city_maxmind->record_by_addr($param) if $geoip_city_maxmind;
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_city_maxmind.pm-4598-	        	if ($Debug) { debug("  Plugin $PluginName: GetCityByIp for $param: [$record]",5); }
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_city_maxmind.pm-4707-		}else{
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_city_maxmind.pm:4708:			$record=$geoip_city_maxmind->record_by_addr($param) if $geoip_city_maxmind;
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_city_maxmind.pm-4709-		}
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/hostinfo.pm-73-function neww(a,b) {
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/hostinfo.pm:74:var wfeatures="directories=0,menubar=1,status=0,resizable=1,scrollbars=1,toolbar=0,width=$WIDTHINFO,height=$HEIGHTINFO,left=" + eval("(screen.width - $WIDTHINFO)/2") + ",top=" + eval("(screen.height - $HEIGHTINFO)/2");
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/hostinfo.pm-75-EOF
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/hostinfo.pm-148-#	if ($ip == 4) {
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/hostinfo.pm:149:#		my $lookupresult=lc(gethostbyaddr(pack("C4",split(/\./,$Host)),AF_INET));	# This is very slow, may spend 20 seconds
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/hostinfo.pm-150-#		if (! $lookupresult || $lookupresult =~ /$regipv4/o || ! IsAscii($lookupresult)) {
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/hashfiles.pm-89-		# There is no source file or there is and hash file is up to date. We can just load hash file
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/hashfiles.pm:90:		eval('%$hashtoload = %{ Storable::retrieve("$filetoload") };') || warning("Warning: Error while retrieving hashfile: $@");
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/hashfiles.pm-91-	}
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/hashfiles.pm-105-			# Save all hash array
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/hashfiles.pm:106:			unless ( eval('Storable::store(\%$hashtosave, "$filetosave");') ) {
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/hashfiles.pm-107-			    $_[4] = 0;
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/hashfiles.pm-123-			
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/hashfiles.pm:124:			unless ( eval('Storable::store(\%newhashtosave, "$filetosave");') ) {
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/hashfiles.pm-125-			    $_[4] = 0;
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_org_maxmind.pm-260-        	{
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_org_maxmind.pm:261:        		$org=$geoip_org_maxmind->org_by_addr($param) if $geoip_org_maxmind;
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_org_maxmind.pm-262-        	}
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_org_maxmind.pm-336-	{
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_org_maxmind.pm:337:		$org=$geoip_org_maxmind->org_by_addr($param) if $geoip_org_maxmind;
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_org_maxmind.pm-338-	}
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_isp_maxmind.pm-261-        		# Function isp_by_addr does not exits, so we use org_by_addr
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_isp_maxmind.pm:262:        		$isp=$geoip_isp_maxmind->org_by_addr($param) if $geoip_isp_maxmind;
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_isp_maxmind.pm-263-        	}
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_isp_maxmind.pm-338-        # Function isp_by_addr does not exits, so we use org_by_addr
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_isp_maxmind.pm:339:		$isp=$geoip_isp_maxmind->org_by_addr($param) if $geoip_isp_maxmind;
awstats-7.6+dfsg/wwwroot/cgi-bin/plugins/geoip_isp_maxmind.pm-340-	}
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/awredir.pl-195-		my $dbh = DBI->connect("DBI:mysql:$BASE", $USER, $PASS) || die "Can't connect to DBI:mysql:$BASE: $dbh->errstr\n";
awstats-7.6+dfsg/wwwroot/cgi-bin/awredir.pl:196:		my $sth = $dbh->prepare("UPDATE T_LINKS set HITS_LINKS = HIT_LINKS+1 where URL_LINKS = '$Url'");
awstats-7.6+dfsg/wwwroot/cgi-bin/awredir.pl-197-		$sth->execute || error("Error: Unable execute query:$dbh->err, $dbh->errstr");
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-993-			# my $function="AddHTMLBodyFooter_$pluginname()";
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl:994:			# eval("$function");
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-995-			my $function = "AddHTMLBodyFooter_$pluginname";
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-3257-						  "\$ret=Init_$pluginname('$pluginparam')";		# Note that pluginname and pluginparam were sanitized when reading cong file entry 'LoadPlugin'
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl:3258:						my $initret = eval("$initfunction");
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-3259-						if ( $initret && $initret eq 'xxx' ) {
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-6049-#               		    my $function="SectionReadHistory_$pluginname(\$issectiontoload,\$readxml,\$xmleb,\$countlines)";
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl:6050:#               		    eval("$function");
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-6051-						my $function = "SectionReadHistory_$pluginname";
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-6061-#                           		my $function="SectionInitHashArray_$pluginname()";
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl:6062:#                           		eval("$function");
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-6063-								my $function =
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-7429-#   		my $function="SectionWriteHistory_$pluginname(\$xml,\$xmlbb,\$xmlbs,\$xmlbe,\$xmlrb,\$xmlrs,\$xmlre,\$xmleb,\$xmlee)";
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl:7430:#  		    eval("$function");
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-7431-			my $function = "SectionWriteHistory_$pluginname";
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-7805-		#   		my $function="SectionInitHashArray_$pluginname()";
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl:7806:		#   		eval("$function");
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-7807-		my $function = "SectionInitHashArray_$pluginname";
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-8820-		#		my $function="ShowInfoUser_$pluginname('$user')";
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl:8821:		#		eval("$function");
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-8822-		my $function = "ShowInfoUser_$pluginname";
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-8841-		#		my $function="ShowInfoCluster_$pluginname('$user')";
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl:8842:		#		eval("$function");
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-8843-		my $function = "ShowInfoCluster_$pluginname";
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-8861-		#		my $function="ShowInfoHost_$pluginname('$host')";
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl:8862:		#		eval("$function");
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-8863-		my $function = "ShowInfoHost_$pluginname";
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-8882-		#		my $function="ShowInfoURL_$pluginname('$url')";
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl:8883:		#		eval("$function");
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-8884-		my $function = "ShowInfoURL_$pluginname";
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-9466-# my $function="AddHTMLMenuLink_$pluginname('$categ',\$menu,\$menulink,\$menutext)";
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl:9467:# eval("$function");
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-9468-		my $function = "AddHTMLMenuLink_$pluginname";
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-12104-		#    			my $function="ShowPagesAddField_$pluginname('title')";
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl:12105:		#    			eval("$function");
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-12106-		my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-12190-		  #    				my $function="ShowPagesAddField_$pluginname('$key')";
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl:12191:		  #    				eval("$function");
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-12192-			my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-12572-        	        if ($host =~ /$regipv4/o) {
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl:12573:                	        my $lookupresult=lc(gethostbyaddr(pack("C4",split(/\./,$host)),AF_INET));       # This may be slow
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-12574-                        	if (! $lookupresult || $lookupresult =~ /$regipv4/o || ! IsAscii($lookupresult)) {
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-14974-	                if ($key =~ /$regipv4/o) {
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl:14975:		                my $lookupresult=lc(gethostbyaddr(pack("C4",split(/\./,$key)),AF_INET));	# This may be slow
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-14976-                	        if (! $lookupresult || $lookupresult =~ /$regipv4/o || ! IsAscii($lookupresult)) {
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-15533-		#				my $function="ShowPagesAddField_$pluginname('title')";
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl:15534:		#				eval("$function");
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-15535-		my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-15612-			#					my $function="ShowPagesAddField_$pluginname('$key')";
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl:15613:			#					eval("$function");
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-15614-			my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-15689-			#					my $function="ShowPagesAddField_$pluginname('')";
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl:15690:			#					eval("$function");
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-15691-			my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-17578-	#	my $function="BuildFullHTMLOutput_$PluginMode()";
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl:17579:	#	eval("$function");
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-17580-	my $function = "BuildFullHTMLOutput_$PluginMode";
##############################################
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-19276-									my $lookupresult =
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl:19277:									  gethostbyaddr(
awstats-7.6+dfsg/wwwroot/cgi-bin/awstats.pl-19278-										pack( "C4", split( /\./, $Host ) ),
##############################################
awstats-7.6+dfsg/wwwroot/classes/src/Makefile.pl-10-print "Build jar file\n";
awstats-7.6+dfsg/wwwroot/classes/src/Makefile.pl:11:$ret=`jar cvf ../$FILENAME.jar AWGraphApplet.class`;
awstats-7.6+dfsg/wwwroot/classes/src/Makefile.pl-12-print $ret;
##############################################
awstats-7.6+dfsg/tools/logresolvemerge.pl-204-	if ($Debug) { debug("  ***** Thread id $tid: MakeDNSlookup started (for $ipaddress)",4); }
awstats-7.6+dfsg/tools/logresolvemerge.pl:205:	my $lookupresult=gethostbyaddr(pack("C4",split(/\./,$ipaddress)),$AFINET);	# This is very slow, may took 20 seconds
awstats-7.6+dfsg/tools/logresolvemerge.pl-206-	if (! $lookupresult || $lookupresult =~ /^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/ || ! IsAscii($lookupresult)) {
##############################################
awstats-7.6+dfsg/tools/logresolvemerge.pl-267-		if ($UseThread) {
awstats-7.6+dfsg/tools/logresolvemerge.pl:268:			if (!eval ('require "threads.pm";')) { &error("Failed to load perl module 'threads' required for multi-threaded DNS lookup".($@?": $@":"")); }
awstats-7.6+dfsg/tools/logresolvemerge.pl:269:			if (!eval ('require "threads/shared.pm";')) { &error("Failed to load perl module 'threads::shared' required for multi-threaded DNS lookup".($@?": $@":"")); }
awstats-7.6+dfsg/tools/logresolvemerge.pl-270-		}
##############################################
awstats-7.6+dfsg/tools/nginx/awstats-fcgi.php-23-
awstats-7.6+dfsg/tools/nginx/awstats-fcgi.php:24:		fpassthru($pipes[1]);
awstats-7.6+dfsg/tools/nginx/awstats-fcgi.php-25-		fclose($pipes[1]);
##############################################
awstats-7.6+dfsg/tools/awstats_configure.pl-44-my $reg;
awstats-7.6+dfsg/tools/awstats_configure.pl:45:eval('use Win32::TieRegistry ( Delimiter=>"/", TiedRef=>\$reg )');
awstats-7.6+dfsg/tools/awstats_configure.pl-46-
##############################################
awstats-7.6+dfsg/tools/awstats_configure.pl-659-    		print "\n-----> Restart Web server with '$command'\n";
awstats-7.6+dfsg/tools/awstats_configure.pl:660:	 	    my $ret=`$command`;
awstats-7.6+dfsg/tools/awstats_configure.pl-661-	 	    print "$ret";
##############################################
awstats-7.6+dfsg/tools/awstats_configure.pl-665-    		print "\n-----> Restart Web server with '$command'\n";
awstats-7.6+dfsg/tools/awstats_configure.pl:666:	 	    my $ret=`$command`;
awstats-7.6+dfsg/tools/awstats_configure.pl-667-	 	    print "$ret";
##############################################
awstats-7.6+dfsg/tools/awstats_configure.pl-680-				print "\n-----> Restart Apache with '\"$key/bin/Apache.exe\" -k restart'\n";
awstats-7.6+dfsg/tools/awstats_configure.pl:681:			 	my $ret=`"$key/bin/Apache.exe" -k restart`;
awstats-7.6+dfsg/tools/awstats_configure.pl-682-			}
##############################################
awstats-7.6+dfsg/tools/awstats_configure.pl-688-				print "\n-----> Restart Apache with '\"$key/bin/Apache.exe\" -k restart'\n";
awstats-7.6+dfsg/tools/awstats_configure.pl:689:			 	my $ret=`"$key/bin/Apache.exe" -k restart`;
awstats-7.6+dfsg/tools/awstats_configure.pl-690-			}
##############################################
awstats-7.6+dfsg/tools/geoip_generator.pl-467-	
awstats-7.6+dfsg/tools/geoip_generator.pl:468:	$temp{num_to_addr($start)} = $f;
awstats-7.6+dfsg/tools/geoip_generator.pl:469:	debug("Generating: ".num_to_addr($start)."$f",2);
awstats-7.6+dfsg/tools/geoip_generator.pl-470-	$start++;
##############################################
awstats-7.6+dfsg/tools/awstats_updateall.pl-157-			print "Running '$command' to update config $domain\n";
awstats-7.6+dfsg/tools/awstats_updateall.pl:158:			my $output = `$command 2>&1`;
awstats-7.6+dfsg/tools/awstats_updateall.pl-159-			print "$output\n";
##############################################
awstats-7.6+dfsg/tools/awstats_buildstaticpages.pl-381-	print "Launch update process : $command\n";
awstats-7.6+dfsg/tools/awstats_buildstaticpages.pl:382:	$retour=`$command  2>&1`;
awstats-7.6+dfsg/tools/awstats_buildstaticpages.pl-383-}
##############################################
awstats-7.6+dfsg/tools/awstats_buildstaticpages.pl-438-print "Build main page: $command\n";
awstats-7.6+dfsg/tools/awstats_buildstaticpages.pl:439:$retour=`$command  2>&1`;
awstats-7.6+dfsg/tools/awstats_buildstaticpages.pl-440-$OutputFile=($OutputDir?$OutputDir:"")."awstats.$OutputSuffix.$StaticExt";
##############################################
awstats-7.6+dfsg/tools/awstats_buildstaticpages.pl-450-	print "Build $output page: $command\n";
awstats-7.6+dfsg/tools/awstats_buildstaticpages.pl:451:	$retour=`$command  2>&1`;
awstats-7.6+dfsg/tools/awstats_buildstaticpages.pl-452-	$OutputFile=($OutputDir?$OutputDir:"")."awstats.$OutputSuffix.$output.$StaticExt";
##############################################
awstats-7.6+dfsg/tools/awstats_buildstaticpages.pl-465-	print "Build PDF file : $command\n";
awstats-7.6+dfsg/tools/awstats_buildstaticpages.pl:466:	$retour=`$command  2>&1`;
awstats-7.6+dfsg/tools/awstats_buildstaticpages.pl-467-    my $signal_num=$? & 127;
##############################################
awstats-7.6+dfsg/docs/scripts/prettify.js-111-      "new operator private protected public this throw true try typeof ";
awstats-7.6+dfsg/docs/scripts/prettify.js:112:  var CPP_KEYWORDS = COMMON_KEYWORDS + "alignof align_union asm axiom bool " +
awstats-7.6+dfsg/docs/scripts/prettify.js-113-      "concept concept_map const_cast constexpr decltype " +
##############################################
awstats-7.6+dfsg/debian/patches/CVE-2017-1000501-1.patch-41-+						  "\$ret=Init_$pluginname('$pluginparam')";		# Note that pluginname and pluginparam were sanitized when reading cong file entry 'LoadPlugin'
awstats-7.6+dfsg/debian/patches/CVE-2017-1000501-1.patch:42: 						my $initret = eval("$initfunction");
awstats-7.6+dfsg/debian/patches/CVE-2017-1000501-1.patch-43- 						if ( $initret && $initret eq 'xxx' ) {
##############################################
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-993-			# my $function="AddHTMLBodyFooter_$pluginname()";
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl:994:			# eval("$function");
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-995-			my $function = "AddHTMLBodyFooter_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-3254-						  "\$ret=Init_$pluginname('$pluginparam')";
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl:3255:						my $initret = eval("$initfunction");
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-3256-						if ( $initret && $initret eq 'xxx' ) {
##############################################
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-6046-#               		    my $function="SectionReadHistory_$pluginname(\$issectiontoload,\$readxml,\$xmleb,\$countlines)";
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl:6047:#               		    eval("$function");
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-6048-						my $function = "SectionReadHistory_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-6058-#                           		my $function="SectionInitHashArray_$pluginname()";
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl:6059:#                           		eval("$function");
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-6060-								my $function =
##############################################
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-7426-#   		my $function="SectionWriteHistory_$pluginname(\$xml,\$xmlbb,\$xmlbs,\$xmlbe,\$xmlrb,\$xmlrs,\$xmlre,\$xmleb,\$xmlee)";
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl:7427:#  		    eval("$function");
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-7428-			my $function = "SectionWriteHistory_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-7802-		#   		my $function="SectionInitHashArray_$pluginname()";
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl:7803:		#   		eval("$function");
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-7804-		my $function = "SectionInitHashArray_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-8817-		#		my $function="ShowInfoUser_$pluginname('$user')";
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl:8818:		#		eval("$function");
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-8819-		my $function = "ShowInfoUser_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-8838-		#		my $function="ShowInfoCluster_$pluginname('$user')";
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl:8839:		#		eval("$function");
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-8840-		my $function = "ShowInfoCluster_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-8858-		#		my $function="ShowInfoHost_$pluginname('$host')";
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl:8859:		#		eval("$function");
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-8860-		my $function = "ShowInfoHost_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-8879-		#		my $function="ShowInfoURL_$pluginname('$url')";
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl:8880:		#		eval("$function");
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-8881-		my $function = "ShowInfoURL_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-9463-# my $function="AddHTMLMenuLink_$pluginname('$categ',\$menu,\$menulink,\$menutext)";
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl:9464:# eval("$function");
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-9465-		my $function = "AddHTMLMenuLink_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-12101-		#    			my $function="ShowPagesAddField_$pluginname('title')";
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl:12102:		#    			eval("$function");
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-12103-		my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-12187-		  #    				my $function="ShowPagesAddField_$pluginname('$key')";
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl:12188:		  #    				eval("$function");
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-12189-			my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-12569-        	        if ($host =~ /$regipv4/o) {
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl:12570:                	        my $lookupresult=lc(gethostbyaddr(pack("C4",split(/\./,$host)),AF_INET));       # This may be slow
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-12571-                        	if (! $lookupresult || $lookupresult =~ /$regipv4/o || ! IsAscii($lookupresult)) {
##############################################
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-14971-	                if ($key =~ /$regipv4/o) {
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl:14972:		                my $lookupresult=lc(gethostbyaddr(pack("C4",split(/\./,$key)),AF_INET));	# This may be slow
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-14973-                	        if (! $lookupresult || $lookupresult =~ /$regipv4/o || ! IsAscii($lookupresult)) {
##############################################
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-15530-		#				my $function="ShowPagesAddField_$pluginname('title')";
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl:15531:		#				eval("$function");
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-15532-		my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-15609-			#					my $function="ShowPagesAddField_$pluginname('$key')";
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl:15610:			#					eval("$function");
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-15611-			my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-15686-			#					my $function="ShowPagesAddField_$pluginname('')";
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl:15687:			#					eval("$function");
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-15688-			my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-17565-	#	my $function="BuildFullHTMLOutput_$PluginMode()";
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl:17566:	#	eval("$function");
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-17567-	my $function = "BuildFullHTMLOutput_$PluginMode";
##############################################
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-19263-									my $lookupresult =
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl:19264:									  gethostbyaddr(
awstats-7.6+dfsg/.pc/1004_perl_version.patch/wwwroot/cgi-bin/awstats.pl-19265-										pack( "C4", split( /\./, $Host ) ),
##############################################
awstats-7.6+dfsg/.pc/1004_perl_version.patch/tools/awstats_buildstaticpages.pl-381-	print "Launch update process : $command\n";
awstats-7.6+dfsg/.pc/1004_perl_version.patch/tools/awstats_buildstaticpages.pl:382:	$retour=`$command  2>&1`;
awstats-7.6+dfsg/.pc/1004_perl_version.patch/tools/awstats_buildstaticpages.pl-383-}
##############################################
awstats-7.6+dfsg/.pc/1004_perl_version.patch/tools/awstats_buildstaticpages.pl-438-print "Build main page: $command\n";
awstats-7.6+dfsg/.pc/1004_perl_version.patch/tools/awstats_buildstaticpages.pl:439:$retour=`$command  2>&1`;
awstats-7.6+dfsg/.pc/1004_perl_version.patch/tools/awstats_buildstaticpages.pl-440-$OutputFile=($OutputDir?$OutputDir:"")."awstats.$OutputSuffix.$StaticExt";
##############################################
awstats-7.6+dfsg/.pc/1004_perl_version.patch/tools/awstats_buildstaticpages.pl-450-	print "Build $output page: $command\n";
awstats-7.6+dfsg/.pc/1004_perl_version.patch/tools/awstats_buildstaticpages.pl:451:	$retour=`$command  2>&1`;
awstats-7.6+dfsg/.pc/1004_perl_version.patch/tools/awstats_buildstaticpages.pl-452-	$OutputFile=($OutputDir?$OutputDir:"")."awstats.$OutputSuffix.$output.$StaticExt";
##############################################
awstats-7.6+dfsg/.pc/1004_perl_version.patch/tools/awstats_buildstaticpages.pl-465-	print "Build PDF file : $command\n";
awstats-7.6+dfsg/.pc/1004_perl_version.patch/tools/awstats_buildstaticpages.pl:466:	$retour=`$command  2>&1`;
awstats-7.6+dfsg/.pc/1004_perl_version.patch/tools/awstats_buildstaticpages.pl-467-    my $signal_num=$? & 127;
##############################################
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-993-			# my $function="AddHTMLBodyFooter_$pluginname()";
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl:994:			# eval("$function");
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-995-			my $function = "AddHTMLBodyFooter_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-3254-						  "\$ret=Init_$pluginname('$pluginparam')";
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl:3255:						my $initret = eval("$initfunction");
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-3256-						if ( $initret && $initret eq 'xxx' ) {
##############################################
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-6046-#               		    my $function="SectionReadHistory_$pluginname(\$issectiontoload,\$readxml,\$xmleb,\$countlines)";
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl:6047:#               		    eval("$function");
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-6048-						my $function = "SectionReadHistory_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-6058-#                           		my $function="SectionInitHashArray_$pluginname()";
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl:6059:#                           		eval("$function");
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-6060-								my $function =
##############################################
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-7426-#   		my $function="SectionWriteHistory_$pluginname(\$xml,\$xmlbb,\$xmlbs,\$xmlbe,\$xmlrb,\$xmlrs,\$xmlre,\$xmleb,\$xmlee)";
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl:7427:#  		    eval("$function");
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-7428-			my $function = "SectionWriteHistory_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-7802-		#   		my $function="SectionInitHashArray_$pluginname()";
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl:7803:		#   		eval("$function");
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-7804-		my $function = "SectionInitHashArray_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-8817-		#		my $function="ShowInfoUser_$pluginname('$user')";
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl:8818:		#		eval("$function");
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-8819-		my $function = "ShowInfoUser_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-8838-		#		my $function="ShowInfoCluster_$pluginname('$user')";
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl:8839:		#		eval("$function");
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-8840-		my $function = "ShowInfoCluster_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-8858-		#		my $function="ShowInfoHost_$pluginname('$host')";
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl:8859:		#		eval("$function");
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-8860-		my $function = "ShowInfoHost_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-8879-		#		my $function="ShowInfoURL_$pluginname('$url')";
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl:8880:		#		eval("$function");
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-8881-		my $function = "ShowInfoURL_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-9463-# my $function="AddHTMLMenuLink_$pluginname('$categ',\$menu,\$menulink,\$menutext)";
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl:9464:# eval("$function");
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-9465-		my $function = "AddHTMLMenuLink_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-12101-		#    			my $function="ShowPagesAddField_$pluginname('title')";
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl:12102:		#    			eval("$function");
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-12103-		my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-12187-		  #    				my $function="ShowPagesAddField_$pluginname('$key')";
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl:12188:		  #    				eval("$function");
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-12189-			my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-12569-        	        if ($host =~ /$regipv4/o) {
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl:12570:                	        my $lookupresult=lc(gethostbyaddr(pack("C4",split(/\./,$host)),AF_INET));       # This may be slow
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-12571-                        	if (! $lookupresult || $lookupresult =~ /$regipv4/o || ! IsAscii($lookupresult)) {
##############################################
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-14971-	                if ($key =~ /$regipv4/o) {
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl:14972:		                my $lookupresult=lc(gethostbyaddr(pack("C4",split(/\./,$key)),AF_INET));	# This may be slow
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-14973-                	        if (! $lookupresult || $lookupresult =~ /$regipv4/o || ! IsAscii($lookupresult)) {
##############################################
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-15530-		#				my $function="ShowPagesAddField_$pluginname('title')";
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl:15531:		#				eval("$function");
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-15532-		my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-15609-			#					my $function="ShowPagesAddField_$pluginname('$key')";
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl:15610:			#					eval("$function");
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-15611-			my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-15686-			#					my $function="ShowPagesAddField_$pluginname('')";
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl:15687:			#					eval("$function");
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-15688-			my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-17565-	#	my $function="BuildFullHTMLOutput_$PluginMode()";
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl:17566:	#	eval("$function");
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-17567-	my $function = "BuildFullHTMLOutput_$PluginMode";
##############################################
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-19263-									my $lookupresult =
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl:19264:									  gethostbyaddr(
awstats-7.6+dfsg/.pc/1008_extrasections_with_top.patch/wwwroot/cgi-bin/awstats.pl-19265-										pack( "C4", split( /\./, $Host ) ),
##############################################
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-993-			# my $function="AddHTMLBodyFooter_$pluginname()";
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl:994:			# eval("$function");
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-995-			my $function = "AddHTMLBodyFooter_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-3254-						  "\$ret=Init_$pluginname('$pluginparam')";
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl:3255:						my $initret = eval("$initfunction");
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-3256-						if ( $initret && $initret eq 'xxx' ) {
##############################################
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-6046-#               		    my $function="SectionReadHistory_$pluginname(\$issectiontoload,\$readxml,\$xmleb,\$countlines)";
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl:6047:#               		    eval("$function");
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-6048-						my $function = "SectionReadHistory_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-6058-#                           		my $function="SectionInitHashArray_$pluginname()";
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl:6059:#                           		eval("$function");
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-6060-								my $function =
##############################################
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-7426-#   		my $function="SectionWriteHistory_$pluginname(\$xml,\$xmlbb,\$xmlbs,\$xmlbe,\$xmlrb,\$xmlrs,\$xmlre,\$xmleb,\$xmlee)";
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl:7427:#  		    eval("$function");
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-7428-			my $function = "SectionWriteHistory_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-7802-		#   		my $function="SectionInitHashArray_$pluginname()";
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl:7803:		#   		eval("$function");
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-7804-		my $function = "SectionInitHashArray_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-8817-		#		my $function="ShowInfoUser_$pluginname('$user')";
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl:8818:		#		eval("$function");
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-8819-		my $function = "ShowInfoUser_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-8838-		#		my $function="ShowInfoCluster_$pluginname('$user')";
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl:8839:		#		eval("$function");
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-8840-		my $function = "ShowInfoCluster_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-8858-		#		my $function="ShowInfoHost_$pluginname('$host')";
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl:8859:		#		eval("$function");
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-8860-		my $function = "ShowInfoHost_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-8879-		#		my $function="ShowInfoURL_$pluginname('$url')";
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl:8880:		#		eval("$function");
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-8881-		my $function = "ShowInfoURL_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-9463-# my $function="AddHTMLMenuLink_$pluginname('$categ',\$menu,\$menulink,\$menutext)";
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl:9464:# eval("$function");
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-9465-		my $function = "AddHTMLMenuLink_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-12101-		#    			my $function="ShowPagesAddField_$pluginname('title')";
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl:12102:		#    			eval("$function");
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-12103-		my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-12187-		  #    				my $function="ShowPagesAddField_$pluginname('$key')";
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl:12188:		  #    				eval("$function");
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-12189-			my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-12569-        	        if ($host =~ /$regipv4/o) {
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl:12570:                	        my $lookupresult=lc(gethostbyaddr(pack("C4",split(/\./,$host)),AF_INET));       # This may be slow
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-12571-                        	if (! $lookupresult || $lookupresult =~ /$regipv4/o || ! IsAscii($lookupresult)) {
##############################################
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-14971-	                if ($key =~ /$regipv4/o) {
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl:14972:		                my $lookupresult=lc(gethostbyaddr(pack("C4",split(/\./,$key)),AF_INET));	# This may be slow
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-14973-                	        if (! $lookupresult || $lookupresult =~ /$regipv4/o || ! IsAscii($lookupresult)) {
##############################################
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-15530-		#				my $function="ShowPagesAddField_$pluginname('title')";
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl:15531:		#				eval("$function");
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-15532-		my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-15609-			#					my $function="ShowPagesAddField_$pluginname('$key')";
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl:15610:			#					eval("$function");
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-15611-			my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-15686-			#					my $function="ShowPagesAddField_$pluginname('')";
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl:15687:			#					eval("$function");
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-15688-			my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-17565-	#	my $function="BuildFullHTMLOutput_$PluginMode()";
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl:17566:	#	eval("$function");
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-17567-	my $function = "BuildFullHTMLOutput_$PluginMode";
##############################################
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-19263-									my $lookupresult =
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl:19264:									  gethostbyaddr(
awstats-7.6+dfsg/.pc/1010_dirdata_permissions.patch/wwwroot/cgi-bin/awstats.pl-19265-										pack( "C4", split( /\./, $Host ) ),
##############################################
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-993-			# my $function="AddHTMLBodyFooter_$pluginname()";
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl:994:			# eval("$function");
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-995-			my $function = "AddHTMLBodyFooter_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-3254-						  "\$ret=Init_$pluginname('$pluginparam')";
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl:3255:						my $initret = eval("$initfunction");
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-3256-						if ( $initret && $initret eq 'xxx' ) {
##############################################
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-6046-#               		    my $function="SectionReadHistory_$pluginname(\$issectiontoload,\$readxml,\$xmleb,\$countlines)";
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl:6047:#               		    eval("$function");
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-6048-						my $function = "SectionReadHistory_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-6058-#                           		my $function="SectionInitHashArray_$pluginname()";
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl:6059:#                           		eval("$function");
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-6060-								my $function =
##############################################
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-7426-#   		my $function="SectionWriteHistory_$pluginname(\$xml,\$xmlbb,\$xmlbs,\$xmlbe,\$xmlrb,\$xmlrs,\$xmlre,\$xmleb,\$xmlee)";
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl:7427:#  		    eval("$function");
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-7428-			my $function = "SectionWriteHistory_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-7802-		#   		my $function="SectionInitHashArray_$pluginname()";
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl:7803:		#   		eval("$function");
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-7804-		my $function = "SectionInitHashArray_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-8817-		#		my $function="ShowInfoUser_$pluginname('$user')";
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl:8818:		#		eval("$function");
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-8819-		my $function = "ShowInfoUser_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-8838-		#		my $function="ShowInfoCluster_$pluginname('$user')";
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl:8839:		#		eval("$function");
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-8840-		my $function = "ShowInfoCluster_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-8858-		#		my $function="ShowInfoHost_$pluginname('$host')";
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl:8859:		#		eval("$function");
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-8860-		my $function = "ShowInfoHost_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-8879-		#		my $function="ShowInfoURL_$pluginname('$url')";
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl:8880:		#		eval("$function");
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-8881-		my $function = "ShowInfoURL_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-9463-# my $function="AddHTMLMenuLink_$pluginname('$categ',\$menu,\$menulink,\$menutext)";
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl:9464:# eval("$function");
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-9465-		my $function = "AddHTMLMenuLink_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-12101-		#    			my $function="ShowPagesAddField_$pluginname('title')";
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl:12102:		#    			eval("$function");
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-12103-		my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-12187-		  #    				my $function="ShowPagesAddField_$pluginname('$key')";
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl:12188:		  #    				eval("$function");
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-12189-			my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-12569-        	        if ($host =~ /$regipv4/o) {
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl:12570:                	        my $lookupresult=lc(gethostbyaddr(pack("C4",split(/\./,$host)),AF_INET));       # This may be slow
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-12571-                        	if (! $lookupresult || $lookupresult =~ /$regipv4/o || ! IsAscii($lookupresult)) {
##############################################
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-14971-	                if ($key =~ /$regipv4/o) {
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl:14972:		                my $lookupresult=lc(gethostbyaddr(pack("C4",split(/\./,$key)),AF_INET));	# This may be slow
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-14973-                	        if (! $lookupresult || $lookupresult =~ /$regipv4/o || ! IsAscii($lookupresult)) {
##############################################
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-15530-		#				my $function="ShowPagesAddField_$pluginname('title')";
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl:15531:		#				eval("$function");
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-15532-		my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-15609-			#					my $function="ShowPagesAddField_$pluginname('$key')";
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl:15610:			#					eval("$function");
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-15611-			my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-15686-			#					my $function="ShowPagesAddField_$pluginname('')";
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl:15687:			#					eval("$function");
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-15688-			my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-17565-	#	my $function="BuildFullHTMLOutput_$PluginMode()";
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl:17566:	#	eval("$function");
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-17567-	my $function = "BuildFullHTMLOutput_$PluginMode";
##############################################
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-19263-									my $lookupresult =
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl:19264:									  gethostbyaddr(
awstats-7.6+dfsg/.pc/1019_allow_frame_resize.patch/wwwroot/cgi-bin/awstats.pl-19265-										pack( "C4", split( /\./, $Host ) ),
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-993-			# my $function="AddHTMLBodyFooter_$pluginname()";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl:994:			# eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-995-			my $function = "AddHTMLBodyFooter_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-3254-						  "\$ret=Init_$pluginname('$pluginparam')";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl:3255:						my $initret = eval("$initfunction");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-3256-						if ( $initret && $initret eq 'xxx' ) {
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-6046-#               		    my $function="SectionReadHistory_$pluginname(\$issectiontoload,\$readxml,\$xmleb,\$countlines)";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl:6047:#               		    eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-6048-						my $function = "SectionReadHistory_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-6058-#                           		my $function="SectionInitHashArray_$pluginname()";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl:6059:#                           		eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-6060-								my $function =
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-7426-#   		my $function="SectionWriteHistory_$pluginname(\$xml,\$xmlbb,\$xmlbs,\$xmlbe,\$xmlrb,\$xmlrs,\$xmlre,\$xmleb,\$xmlee)";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl:7427:#  		    eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-7428-			my $function = "SectionWriteHistory_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-7802-		#   		my $function="SectionInitHashArray_$pluginname()";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl:7803:		#   		eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-7804-		my $function = "SectionInitHashArray_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-8817-		#		my $function="ShowInfoUser_$pluginname('$user')";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl:8818:		#		eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-8819-		my $function = "ShowInfoUser_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-8838-		#		my $function="ShowInfoCluster_$pluginname('$user')";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl:8839:		#		eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-8840-		my $function = "ShowInfoCluster_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-8858-		#		my $function="ShowInfoHost_$pluginname('$host')";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl:8859:		#		eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-8860-		my $function = "ShowInfoHost_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-8879-		#		my $function="ShowInfoURL_$pluginname('$url')";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl:8880:		#		eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-8881-		my $function = "ShowInfoURL_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-9463-# my $function="AddHTMLMenuLink_$pluginname('$categ',\$menu,\$menulink,\$menutext)";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl:9464:# eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-9465-		my $function = "AddHTMLMenuLink_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-12101-		#    			my $function="ShowPagesAddField_$pluginname('title')";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl:12102:		#    			eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-12103-		my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-12187-		  #    				my $function="ShowPagesAddField_$pluginname('$key')";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl:12188:		  #    				eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-12189-			my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-12569-        	        if ($host =~ /$regipv4/o) {
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl:12570:                	        my $lookupresult=lc(gethostbyaddr(pack("C4",split(/\./,$host)),AF_INET));       # This may be slow
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-12571-                        	if (! $lookupresult || $lookupresult =~ /$regipv4/o || ! IsAscii($lookupresult)) {
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-14971-	                if ($key =~ /$regipv4/o) {
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl:14972:		                my $lookupresult=lc(gethostbyaddr(pack("C4",split(/\./,$key)),AF_INET));	# This may be slow
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-14973-                	        if (! $lookupresult || $lookupresult =~ /$regipv4/o || ! IsAscii($lookupresult)) {
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-15530-		#				my $function="ShowPagesAddField_$pluginname('title')";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl:15531:		#				eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-15532-		my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-15609-			#					my $function="ShowPagesAddField_$pluginname('$key')";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl:15610:			#					eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-15611-			my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-15686-			#					my $function="ShowPagesAddField_$pluginname('')";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl:15687:			#					eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-15688-			my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-17565-	#	my $function="BuildFullHTMLOutput_$PluginMode()";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl:17566:	#	eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-17567-	my $function = "BuildFullHTMLOutput_$PluginMode";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-19263-									my $lookupresult =
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl:19264:									  gethostbyaddr(
awstats-7.6+dfsg/.pc/CVE-2017-1000501-1.patch/wwwroot/cgi-bin/awstats.pl-19265-										pack( "C4", split( /\./, $Host ) ),
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-993-			# my $function="AddHTMLBodyFooter_$pluginname()";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl:994:			# eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-995-			my $function = "AddHTMLBodyFooter_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-3257-						  "\$ret=Init_$pluginname('$pluginparam')";		# Note that pluginname and pluginparam were sanitized when reading cong file entry 'LoadPlugin'
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl:3258:						my $initret = eval("$initfunction");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-3259-						if ( $initret && $initret eq 'xxx' ) {
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-6049-#               		    my $function="SectionReadHistory_$pluginname(\$issectiontoload,\$readxml,\$xmleb,\$countlines)";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl:6050:#               		    eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-6051-						my $function = "SectionReadHistory_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-6061-#                           		my $function="SectionInitHashArray_$pluginname()";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl:6062:#                           		eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-6063-								my $function =
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-7429-#   		my $function="SectionWriteHistory_$pluginname(\$xml,\$xmlbb,\$xmlbs,\$xmlbe,\$xmlrb,\$xmlrs,\$xmlre,\$xmleb,\$xmlee)";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl:7430:#  		    eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-7431-			my $function = "SectionWriteHistory_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-7805-		#   		my $function="SectionInitHashArray_$pluginname()";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl:7806:		#   		eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-7807-		my $function = "SectionInitHashArray_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-8820-		#		my $function="ShowInfoUser_$pluginname('$user')";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl:8821:		#		eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-8822-		my $function = "ShowInfoUser_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-8841-		#		my $function="ShowInfoCluster_$pluginname('$user')";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl:8842:		#		eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-8843-		my $function = "ShowInfoCluster_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-8861-		#		my $function="ShowInfoHost_$pluginname('$host')";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl:8862:		#		eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-8863-		my $function = "ShowInfoHost_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-8882-		#		my $function="ShowInfoURL_$pluginname('$url')";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl:8883:		#		eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-8884-		my $function = "ShowInfoURL_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-9466-# my $function="AddHTMLMenuLink_$pluginname('$categ',\$menu,\$menulink,\$menutext)";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl:9467:# eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-9468-		my $function = "AddHTMLMenuLink_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-12104-		#    			my $function="ShowPagesAddField_$pluginname('title')";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl:12105:		#    			eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-12106-		my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-12190-		  #    				my $function="ShowPagesAddField_$pluginname('$key')";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl:12191:		  #    				eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-12192-			my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-12572-        	        if ($host =~ /$regipv4/o) {
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl:12573:                	        my $lookupresult=lc(gethostbyaddr(pack("C4",split(/\./,$host)),AF_INET));       # This may be slow
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-12574-                        	if (! $lookupresult || $lookupresult =~ /$regipv4/o || ! IsAscii($lookupresult)) {
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-14974-	                if ($key =~ /$regipv4/o) {
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl:14975:		                my $lookupresult=lc(gethostbyaddr(pack("C4",split(/\./,$key)),AF_INET));	# This may be slow
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-14976-                	        if (! $lookupresult || $lookupresult =~ /$regipv4/o || ! IsAscii($lookupresult)) {
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-15533-		#				my $function="ShowPagesAddField_$pluginname('title')";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl:15534:		#				eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-15535-		my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-15612-			#					my $function="ShowPagesAddField_$pluginname('$key')";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl:15613:			#					eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-15614-			my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-15689-			#					my $function="ShowPagesAddField_$pluginname('')";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl:15690:			#					eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-15691-			my $function = "ShowPagesAddField_$pluginname";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-17574-	#	my $function="BuildFullHTMLOutput_$PluginMode()";
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl:17575:	#	eval("$function");
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-17576-	my $function = "BuildFullHTMLOutput_$PluginMode";
##############################################
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-19272-									my $lookupresult =
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl:19273:									  gethostbyaddr(
awstats-7.6+dfsg/.pc/CVE-2017-1000501-2.patch/wwwroot/cgi-bin/awstats.pl-19274-										pack( "C4", split( /\./, $Host ) ),