classintbnks.com
Open in
urlscan Pro
38.242.237.55
Public Scan
URL:
https://classintbnks.com/1remedymobilebank_29_july_2024
Submission Tags: @ecarlesi possiblethreat Search All
Submission: On August 08 via api from IT — Scanned from IT
Submission Tags: @ecarlesi possiblethreat Search All
Submission: On August 08 via api from IT — Scanned from IT
Form analysis
0 forms found in the DOMText Content
Illuminate\Database\QueryException: SQLSTATE[HY000] [1045] Access denied for user 'greenbit_ussb'@'localhost' (using password: YES) (SQL: select * from `settings` where `id` = 1 limit 1) in file /home/classint/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php on line 712 #0 /home/classint/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php(672): Illuminate\Database\Connection->runQueryCallback('select * from `...', Array, Object(Closure)) #1 /home/classint/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php(376): Illuminate\Database\Connection->run('select * from `...', Array, Object(Closure)) #2 /home/classint/public_html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(2414): Illuminate\Database\Connection->select('select * from `...', Array, true) #3 /home/classint/public_html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(2402): Illuminate\Database\Query\Builder->runSelect() #4 /home/classint/public_html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(2936): Illuminate\Database\Query\Builder->Illuminate\Database\Query\{closure}() #5 /home/classint/public_html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(2403): Illuminate\Database\Query\Builder->onceWithColumns(Array, Object(Closure)) #6 /home/classint/public_html/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(625): Illuminate\Database\Query\Builder->get(Array) #7 /home/classint/public_html/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(609): Illuminate\Database\Eloquent\Builder->getModels(Array) #8 /home/classint/public_html/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php(294): Illuminate\Database\Eloquent\Builder->get(Array) #9 /home/classint/public_html/app/Providers/SettingsServiceProvider.php(29): Illuminate\Database\Eloquent\Builder->first() #10 /home/classint/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\Providers\SettingsServiceProvider->boot() #11 /home/classint/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\Container\BoundMethod::Illuminate\Container\{closure}() #12 /home/classint/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\Container\Util::unwrapIfClosure(Object(Closure)) #13 /home/classint/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\Container\BoundMethod::callBoundMethod(Object(Illuminate\Foundation\Application), Array, Object(Closure)) #14 /home/classint/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(653): Illuminate\Container\BoundMethod::call(Object(Illuminate\Foundation\Application), Array, Array, NULL) #15 /home/classint/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(924): Illuminate\Container\Container->call(Array) #16 /home/classint/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(905): Illuminate\Foundation\Application->bootProvider(Object(App\Providers\SettingsServiceProvider)) #17 [internal function]: Illuminate\Foundation\Application->Illuminate\Foundation\{closure}(Object(App\Providers\SettingsServiceProvider), 35) #18 /home/classint/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(906): array_walk(Array, Object(Closure)) #19 /home/classint/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate\Foundation\Application->boot() #20 /home/classint/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(237): Illuminate\Foundation\Bootstrap\BootProviders->bootstrap(Object(Illuminate\Foundation\Application)) #21 /home/classint/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(153): Illuminate\Foundation\Application->bootstrapWith(Array) #22 /home/classint/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(137): Illuminate\Foundation\Http\Kernel->bootstrap() #23 /home/classint/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) #24 /home/classint/public_html/index.php(52): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) #25 {main} APP_DEBUG is set to true while APP_ENV is not local This could make your application vulnerable to remote execution. Read more about Ignition security. /home/classint/public_html/ Illuminate\Database\QueryException SQLSTATE[HY000] [1045] Access denied for user 'greenbit_ussb'@'localhost' (using password: YES) (SQL: select * from `settings` where `id` = 1 limit 1) https://classintbnks.com/1remedymobilebank_29_july_2024 * Stack trace * Request * App * User * Context * Debug Expand vendor frames 1. * 26 vendor/laravel/framework/src/Illuminate/Database/Connection.php Illuminate\Database\Connection :712 * 25 Illuminate\Database\Connection :672 * 24 Illuminate\Database\Connection :376 2. 7 vendor frames… 3. * 16 app/Providers/SettingsServiceProvider.php App\Providers\SettingsServiceProvider :29 4. 7 vendor frames… 5. 1 unknown frame 6. 6 vendor frames… 7. * 1 index.php :52 Illuminate\Database\Connection::runQueryCallback vendor/laravel/framework/src/Illuminate/Database/Connection.php:712 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 * @throws \Illuminate\Database\QueryException */ protected function runQueryCallback($query, $bindings, Closure $callback) { // To execute the statement, we'll simply call the callback, which will actually // run the SQL against the PDO connection. Then we can calculate the time it // took to execute and log the query SQL, bindings and time in our memory. try { return $callback($query, $bindings); } // If an exception occurs when attempting to run a query, we'll format the error // message to include the bindings with SQL, which will make this exception a // lot more helpful to the developer instead of just the database's errors. catch (Exception $e) { throw new QueryException( $query, $this->prepareBindings($bindings), $e ); } } /** * Log a query in the connection's query log. * * @param string $query * @param array $bindings * @param float|null $time * @return void */ public function logQuery($query, $bindings, $time = null) {