Share
## https://sploitus.com/exploit?id=PACKETSTORM:166360
Discovery / credits: Malvuln - malvuln.com (c) 2022  
Original source: https://malvuln.com/advisory/838f67d7a4b6824ec59892057aab3bb7.txt  
Contact: malvuln13@gmail.com  
Media: twitter.com/malvuln  
  
Threat: BuilderTorCTPHPRAT.b  
Vulnerability: Insecure Credential Storage  
Description: The default password for the TorCT client malwares web-panel is "ww" and is stored in cleartext within the "password.php" file.  
Family: TorCTPHPRAT  
Type: WebUI  
MD5: 838f67d7a4b6824ec59892057aab3bb7 (Webremote TorCT Client.exe)  
MD5: 43d146da154d42e721b83e53a5670f14 (password.php)  
Vuln ID: MVID-2022-0518  
Disclosure: 03/17/2022  
  
Exploit/PoC:  
"password.php"  
  
// If you want to change your password,   
// please edit it like this: $password = "example1"; This will make the password: example1  
// By default the password is: $password = "ww";  
$password = "ww";  
$ClientPassword = "False"; // Change in True if you want a password for your client  
  
  
Disclaimer: The information contained within this advisory is supplied "as-is" with no warranties or guarantees of fitness of use or otherwise. Permission is hereby granted for the redistribution of this advisory, provided that it is not altered except by reformatting it, and that due credit is given. Permission is explicitly given for insertion in vulnerability databases and similar, provided that due credit is given to the author. The author is not responsible for any misuse of the information contained herein and accepts no responsibility for any damage caused by the use or misuse of this information. The author prohibits any malicious use of security related information or exploits by the author or elsewhere. Do not attempt to download Malware samples. The author of this website takes no responsibility for any kind of damages occurring from improper Malware handling or the downloading of ANY Malware mentioned on this website or elsewhere. All content Copyright (c) Malvuln.com (TM).