当前位置:网站首页>vulnhub之Funfox2
vulnhub之Funfox2
2022-07-07 17:53:00 【梅_花_七】
目录
一、nmap常规扫描
扫描出来有ftp服务,并且可以匿名访问
还有22和80
这个靶场从80端口并没有找到突破点,主页面是apache的默认页面,也没有什么隐藏目录。

二、FTP匿名访问
1.mget
mget *
mget下载全部文件。
get下载里面两个隐藏文件
2.查看隐藏文件
大概说的意思是密码藏在了zip文件中。并且压缩文件密码较旧


三、zip密码破解
1.先转化hash

2.john破解解压密码
(1)cathtine成功

(2)tom成功

3.私钥id_rsa登录
tom的可以成功登录

四、sudo提权
可以执行所有sudo命令,并且在mysql_history中泄露了密码。
直接利用sudo -s提权成功
但是这是rbash 是一个受限的shell


五、rbash逃逸
条件1:目标主机上有mysql 3306
条件2:sudo可以执行所有命令
1.以root运行mysql
通过mysql直接执行操作系统命令。实现反弹root权限的shell。


边栏推荐
- 9 atomic operation class 18 Rohan enhancement
- Semantic SLAM源码解析
- how to prove compiler‘s correctness
- 指定opencv非标准安装的版本
- torch. nn. functional. Pad (input, pad, mode= 'constant', value=none) record
- 编译器优化那些事儿(4):归纳变量
- The DBSCAN function of FPC package of R language performs density clustering analysis on data, checks the clustering labels of all samples, and the table function calculates the two-dimensional contin
- LeetCode 648(C#)
- 使用高斯Redis实现二级索引
- 歌单11111
猜你喜欢

小试牛刀之NunJucks模板引擎

mock. JS returns an array from the optional data in the object array

Jürgen Schmidhuber回顾LSTM论文等发表25周年:Long Short-Term Memory. All computable metaverses. Hierarchical reinforcement learning (RL). Meta-RL. Abstractions in generative adversarial RL. Soccer learn

Redis——基本使用(key、String、List、Set 、Zset 、Hash、Geo、Bitmap、Hyperloglog、事务 )

Compiler optimization (4): inductive variables

爬虫实战(七):爬王者英雄图片

一张图深入的理解FP/FN/Precision/Recall

Detailed explanation of Flink parallelism and slot

Implement secondary index with Gaussian redis

mysql 的一些重要知识
随机推荐
网信办公布《数据出境安全评估办法》,9 月 1 日起施行
【STL】vector
Dynamic addition of El upload upload component; El upload dynamically uploads files; El upload distinguishes which component uploads the file.
强化学习-学习笔记8 | Q-learning
Is PMP beneficial to work? How to choose a reliable platform to make it easier to prepare for the exam!!!
IP 工具类
R语言dplyr包mutate_at函数和min_rank函数计算dataframe中指定数据列的排序序号值、名次值、将最大值的rank值赋值为1
Make insurance more "safe"! Kirin Xin'an one cloud multi-core cloud desktop won the bid of China Life Insurance, helping the innovation and development of financial and insurance information technolog
R language ggplot2 visualization: use the ggstripchart function of ggpubr package to visualize the dot strip plot, set the position parameter, and configure the separation degree of different grouped
关于ssh登录时卡顿30s左右的问题调试处理
杰理之开机自动配对【篇】
位运算介绍
The project manager's "eight interview questions" is equal to a meeting
Compiler optimization (4): inductive variables
[sword finger offer] sword finger offer II 012 The sum of left and right subarrays is equal
JVM GC垃圾回收简述
Training IX basic configuration of network services
IP tools
ASP.NET体育馆综合会员管理系统源码,免费分享
使用高斯Redis实现二级索引