Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/job-board.corals.io/Corals/modules/Aliexpress/TopSdk/top/security/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/job-board.corals.io/Corals/modules/Aliexpress/TopSdk/top/security/SecretContext.php
<?php

	class SecretContext
	{
		var $secret;
		var $secretVersion;
		var $invalidTime;
		var $maxInvalidTime;
		var $appConfig;

		var $cacheKey = '';
		var $session = '';
		var $encryptPhoneNum = 0;
		var $encryptNickNum = 0;
		var $encryptReceiverNameNum = 0;
		var $encryptSimpleNum = 0;
		var $encryptSearchNum = 0;

		var $decryptPhoneNum = 0;
		var $decryptNickNum = 0;
		var $decryptReceiverNameNum = 0;
		var $decryptSimpleNum = 0;
		var $decryptSearchNum = 0;

		var $searchPhoneNum = 0;
		var $searchNickNum = 0;
		var $searchReceiverNameNum = 0;
		var $searchSimpleNum = 0;
		var $searchSearchNum = 0;

		var $lastUploadTime;

		function toLogString()
		{
			return $this->session.','.$this->encryptPhoneNum.','.$this->encryptNickNum.','
				  .$this->encryptReceiverNameNum.','.$this->encryptSimpleNum.','.$this->encryptSearchNum.','
				  .$this->decryptPhoneNum.','.$this->decryptNickNum.','.$this->decryptReceiverNameNum.','
				  .$this->decryptSimpleNum.','.$this->decryptSearchNum.','.$this->searchPhoneNum.','
				  .$this->searchNickNum.','.$this->searchReceiverNameNum.','.$this->searchSimpleNum.','
				  .$this->searchSearchNum ;
		}

		function __construct()
	 	{
	 		$this->lastUploadTime = time();
	 	}
	}

	class SecretData
	{
		var $originalValue;
		var $originalBase64Value;
		var $secretVersion;
		var $search;

		function __construct()
	 	{

	 	}
	}
?>

Spamworldpro Mini