当前位置:网站首页>Momentum of vulnhub
Momentum of vulnhub
2022-07-03 11:47:00 【Plum_ Flowers_ seven】
Catalog
Two 、 Service version detection
3、 ... and 、 information gathering
3. Online front-end code editing website
Four 、ssh Login to break the border
5、 ... and 、 Internal information collection
6、 ... and 、redis Unauthorized access
One 、nmap Full port scanning
nmap -sT ip

Two 、 Service version detection

3、 ... and 、 information gathering
1. Source code check
There is a note , It's about AES Encrypted .
function viewDetails(str) {
window.location.href = "opus-details.php?id="+str;
}/*
var CryptoJS = require("crypto-js");
var decrypted = CryptoJS.AES.decrypt(encrypted, "SecretPassphraseMomentum");
console.log(decrypted.toString(CryptoJS.enc.Utf8));
*/
2. There is xss
And in cookie Next, I saw a string of encrypted characters , Obviously, he wants us to use AES Decrypt him

3. Online front-end code editing website
codepen.io
Use what has been written crypto-js modular , Make a slight change AES Decrypt 
Get this , It should be an account - password .
auxerre-alienum##
Four 、ssh Login to break the border
account number : auxerre
password : auxerre-alienum##

Got one flag.txt

5、 ... and 、 Internal information collection
1.、etc/passwd
Yes redis This account , Yes redis Non relational database

2. View port services
Confirm that the local is enabled redis database , Not open to the Internet .
ss -pantu
6、 ... and 、redis Unauthorized access
1. Open client
redis_cli
perform info Confirm whether there is unauthorized access vulnerability .
2.redis In the database root password

3. Switch to root
su
Just enter the password

7、 ... and 、scp command
Download a picture to this computer
scp -r ip: route ./
边栏推荐
- vulnhub之presidential
- Groovy测试类 和 Junit测试
- 小鹏 P7 撞护栏安全气囊未弹出,官方回应称撞击力度未达到弹出要求
- Using onvif protocol to operate the device
- DS90UB949
- Nestjs configuration service, configuring cookies and sessions
- 错排问题 (抽奖,发邮件)
- 《剑指offer 04》二维数组查找
- Modular programming of single chip microcomputer
- The uniapp scroll view solves the problems of high adaptability and bullet frame rolling penetration.
猜你喜欢

鸿蒙第四次培训

外插散点数据

Yintai department store ignites the city's "night economy"

基于turtlebot3实现SLAM建图及自主导航仿真

Gut | 香港中文大学于君组揭示吸烟改变肠道菌群并促进结直肠癌(不要吸烟)

一文搞懂Go语言Context

量化计算调研

Visual Studio 2022下载及配置OpenCV4.5.5

The tutor put forward 20 pieces of advice to help graduate students successfully complete their studies: first, don't plan to take a vacation

vulnhub之presidential
随机推荐
mysql使用update联表更新的方法
错排问题 (抽奖,发邮件)
Hongmeng third training (project training)
Groovy测试类 和 Junit测试
R language uses grid of gridextra package The array function combines multiple visual images of the lattice package horizontally, and the ncol parameter defines the number of columns of the combined g
previous permutation lintcode51
Asyncio warning deprecationwarning: there is no current event loop
Cadence background color setting
Web security summary
uniapp实现点击加载更多
多维度监控:智能监控的数据基础
phpcms 提示信息頁面跳轉showmessage
cgroup简介
vulnhub之cereal
R语言使用data.table包进行数据聚合统计计算滑动窗口统计值(Window Statistics)、计算滑动分组中位数(median)并合并生成的统计数据到原数据集中
uniapp scroll view 解决高度自适应、弹框滚动穿透等问题。
How to mix embedded MCU, arm and DSP?
Analysis of EPS electric steering system
P3250 [HNOI2016] 网络 + [NECPC2022] F.Tree Path 树剖+线段树维护堆
MySQL uses the method of updating linked tables with update