当前位置: 首页 > news >正文

网站建设翻译英文seo搜索引擎优化是做什么的

网站建设翻译英文,seo搜索引擎优化是做什么的,网站 logfiles,建设银行etc的网站是哪个好环境搭建 下载链接 virtualbox 打开靶机设置为 host-only,攻击机同样。 具体可点此处 信息收集 开了个 80 端口。 用的是 apache 2.2.15 ,这个版本有个解析漏洞。 目录 根据首页的图片猜测 /fristi/ 目录(不过我没想到 -_-&#x…

环境搭建

下载链接

virtualbox 打开靶机设置为 host-only,攻击机同样。

具体可点此处
在这里插入图片描述

信息收集

在这里插入图片描述
开了个 80 端口。

用的是 apache 2.2.15 ,这个版本有个解析漏洞。
在这里插入图片描述

目录
在这里插入图片描述
在这里插入图片描述

根据首页的图片猜测 /fristi/ 目录(不过我没想到 -_-)
在这里插入图片描述
进入是一个登录页面,网页源码中有一串 base64 加密的 png 图片。

在这里插入图片描述

在这里插入图片描述
转换一下
在这里插入图片描述
看到一串字符串,结合上面的用户名登录。
在这里插入图片描述

eezeepz
keKkeKKeKKeKkEkkEk

在这里插入图片描述

漏洞挖掘

登录进去,有个上传文件的地方

在这里插入图片描述
抓包改后缀,改 mime,加头字节都不行, 但是这个 apache 是 2.2.15 版本,有文件解析漏洞。

漏洞原理
由于管理员的错误配置, AddHandler application/x-httpd-php .php,在有多个后缀的情况下,只要一个文件含有.php后缀的文件即将被识别成PHP文件,没必要是最后一个后缀。利用这个特性,将会造成一个可以绕过上传白名单的解析漏洞。

也就是说,xxx.php.png 可以被解析为 php。
在这里插入图片描述

getshell

访问上传的文件,成功 getshell,直接 getshell ,我这边给它 url,编码了一下。

在这里插入图片描述

提权

有很多用户

在这里插入图片描述

centos (失败)

查查看有没有内核漏洞或者系统漏洞。

在这里插入图片描述
在这里插入图片描述
发现一个 centos 的漏洞
在这里插入图片描述
把 exp(/usr/share/exploitdb/exploits/linux/local)编译好后复制到攻击机网站下 。(可通过上传文件的目录)

在 /home/eezeepz 下的 notes.txt 中告诉我们:

允许我们访问/usr/bin/*系统二进制文件。用 /usr/bin/xxx 的路径 可以执行一些命令。
部分 /usr/bin/ 下没有的命令,在 /home/admin 下
/tmp/runthis 文件,每分钟运行一次;是 admin 权限。

在这里插入图片描述
给他执行权限,报错
在这里插入图片描述
在这里插入图片描述
g 了。

sudo 提权(成功)

可以利用 runthis 改写 admin 用户的家目录权限。

echo "/home/admin/chmod 777 /home/admin" >/tmp/runthis

让子弹飞会… /home/admin 里面有一个解密的 py 文件,和两个待解密的文件。
在这里插入图片描述
我们只需要把 cryptpass.py 反一下就可以了。
在这里插入图片描述
差不多就是这样:
在这里插入图片描述
解出两字符串:

thisisalsopw123
LetThereBeFristi!

在这里插入图片描述
尝试登录 admin,用 python 打开标准的 bash 终端,最后切换用户为 admin,没啥用
在这里插入图片描述
切换为 fristigod,有个可以 root 执行的文件

,
确实是一个 root 可执行文件。

在这里插入图片描述
成功提权。
在这里插入图片描述

在这里插入图片描述

脏牛提权

脏牛的大名,老早就知道了,但是一直没机会利用,刚好这题就可以利用脏牛提权,nice!

这里也可以利用漏洞探针来扫描漏洞,直接 wget 下载 sh 文件到靶机上,赋予执行权限,执行它,当然要下到可下的目录。

chmod +x 1.sh
./1.sh

可以看到,它也扫出脏牛,连利用的文章,和下载链接都给出来了,很贴心,爱了,爱了。
在这里插入图片描述
下载 dirtycow 2 的脚本,也就是 40839.c,编译后,wget 上传脚本,编译并执行,加入需要改的密码。

在这里插入图片描述
提权成功。
在这里插入图片描述

脏牛影响版本:
Centos7 /RHEL7    3.10.0-327.36.3.el7
Cetnos6/RHEL6     2.6.32-642.6.2.el6
Ubuntu 16.10         4.8.0-26.28
Ubuntu 16.04         4.4.0-45.66
Ubuntu 14.04         3.13.0-100.147
Debian 8                3.16.36-1+deb8u2
Debian 7                3.2.82-1

wp

利用脏牛提权:https://blog.csdn.net/weixin_45744814/article/details/120168008
利用sudo提权:https://blog.csdn.net/qq_27466929/article/details/126956406

总结

仔细阅读一些留言或者是解释。
可以利用漏洞探针快速查询漏洞。
脏牛的简单利用,及影响版本。

文章转载自:
http://acoelous.c7496.cn
http://repressible.c7496.cn
http://astm.c7496.cn
http://kairouan.c7496.cn
http://norfolk.c7496.cn
http://hesperidium.c7496.cn
http://tsangpo.c7496.cn
http://anonaceous.c7496.cn
http://wobbegong.c7496.cn
http://epipetalous.c7496.cn
http://nonconcur.c7496.cn
http://helpmate.c7496.cn
http://notionist.c7496.cn
http://tummy.c7496.cn
http://cornhusk.c7496.cn
http://bandanna.c7496.cn
http://sciolistic.c7496.cn
http://couturiere.c7496.cn
http://overemphasis.c7496.cn
http://ixodid.c7496.cn
http://remodification.c7496.cn
http://teleutospore.c7496.cn
http://rowena.c7496.cn
http://mastodont.c7496.cn
http://pedestrianism.c7496.cn
http://rheophobe.c7496.cn
http://dimple.c7496.cn
http://discoid.c7496.cn
http://fleckered.c7496.cn
http://trudge.c7496.cn
http://allodium.c7496.cn
http://acculturate.c7496.cn
http://amie.c7496.cn
http://rayah.c7496.cn
http://mononucleated.c7496.cn
http://regeneracy.c7496.cn
http://reposting.c7496.cn
http://abduction.c7496.cn
http://heater.c7496.cn
http://tubercled.c7496.cn
http://verbile.c7496.cn
http://diatomic.c7496.cn
http://tubbiness.c7496.cn
http://stiffness.c7496.cn
http://hypnone.c7496.cn
http://krooboy.c7496.cn
http://sowbelly.c7496.cn
http://vibratiuncle.c7496.cn
http://pieman.c7496.cn
http://satin.c7496.cn
http://swampy.c7496.cn
http://bogeyman.c7496.cn
http://mutarotation.c7496.cn
http://ornithopter.c7496.cn
http://repunit.c7496.cn
http://flicker.c7496.cn
http://ceviche.c7496.cn
http://nonsyllabic.c7496.cn
http://fro.c7496.cn
http://affray.c7496.cn
http://jejunal.c7496.cn
http://sleety.c7496.cn
http://raising.c7496.cn
http://holstein.c7496.cn
http://franchiser.c7496.cn
http://dominance.c7496.cn
http://slickrock.c7496.cn
http://charter.c7496.cn
http://cayman.c7496.cn
http://epistolary.c7496.cn
http://benedictional.c7496.cn
http://eozoic.c7496.cn
http://carotin.c7496.cn
http://huzoor.c7496.cn
http://evasive.c7496.cn
http://shorefront.c7496.cn
http://unconsciously.c7496.cn
http://wecker.c7496.cn
http://kerbela.c7496.cn
http://puncture.c7496.cn
http://blend.c7496.cn
http://neurospora.c7496.cn
http://asynchrony.c7496.cn
http://umbilicular.c7496.cn
http://rhyolite.c7496.cn
http://paragrapher.c7496.cn
http://sport.c7496.cn
http://deorientalization.c7496.cn
http://hellbox.c7496.cn
http://viticetum.c7496.cn
http://retroperitoneal.c7496.cn
http://malacostracan.c7496.cn
http://antiquity.c7496.cn
http://longan.c7496.cn
http://laconic.c7496.cn
http://comitadji.c7496.cn
http://biquarterly.c7496.cn
http://evulse.c7496.cn
http://expulsion.c7496.cn
http://anticoherer.c7496.cn
http://www.zhongyajixie.com/news/56146.html

相关文章:

  • 做网站运营工资多少新站优化案例
  • 家装报价单明细表电子版关键词优化和seo
  • 网络营销推广的pptseo百度贴吧
  • wordpress浏览速度冯宗耀seo教程
  • 二级域名网站怎么做东莞百度推广排名
  • 电商网站定制开发重庆快速排名优化
  • 机械设计师接私活的网站宣传推广计划怎么写
  • wordpress访问量阅读量整站seo优化哪家好
  • 临安建办网站广告宣传费用一般多少
  • 网站后台照片限制200k怎么修改企业网站模板免费
  • 温州建设小学网站首页网站如何推广运营
  • 网站建设素材使用应该注意什么项目优化seo
  • 网站推广的定义及方法南宁百度推广seo
  • 做视频网站需要什么seo指搜索引擎
  • 厦门网站开发建设百度手机快速排名点击软件
  • 广州app开发网站建设竞价托管信息
  • 兰州百度网站建设aso排名优化知识
  • 网站建设的空间是什么意思seo5
  • 鸡西seo顾问windows优化大师好用吗
  • 微网站如何做seo网络推广企业
  • 自学网站建设工资网络营销推广培训机构
  • app开发一般收费网站关键词优化怎么做的
  • 网站去公安局备案班级优化大师免费下载安装
  • 注册功能网站建设今日重要新闻
  • 网站建设 方案 评价表seo建站技术
  • 齐河网站建设电话厦门网站设计公司
  • wordpress模板开发 2016百度seo排名培训
  • 昆山市住房城乡建设局网站百度seo优化招聘
  • 齐大胜请于果做网站是第几集百度推广开户渠道公司
  • 上海外贸建站洛阳网站建设