linux升级补丁tar,Linux下Bash严重漏洞补丁升级方法
env t='() { :;}; echo You are vulnerable.' bash -c "true"
在終端命令行中運行以上代碼,如果提示“You are vulnerable”,請馬上打上被丁.
Ubuntu or Debian 請執行
apt-get update -y
apt-get upgrade -y
RedHat, CentOS or Fedora 請執行
yum clean all
yum -y update bash
yum update -y
編譯升級bash
wget https://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz
tar zxf bash-4.3.tar.gz ; cd bash-4.3
wget -r -nd -np https://ftp.gnu.org/gnu/bash/bash-4.3-patches/
for BP in `ls bash43-*|grep -v sig`; do patch -p0 < $BP; done
./configure
make && make install
sicnature ---------------------------------------------------------------------
Your current IP address is: 119.116.125.79
Your IP address location: 遼寧省鞍山市聯通
Your IP address country and region: 中國
Your current browser is:
Your current system is:
Original content, please indicate the source:
同福客棧論壇 | 蟒蛇科普 | 海南鄉情論壇 | JiaYu Blog
sicnature ---------------------------------------------------------------------
Welcome to reprint. Please indicate the source https://www.myzhenai.com/post/1883.html
總結
以上是生活随笔為你收集整理的linux升级补丁tar,Linux下Bash严重漏洞补丁升级方法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 科技进步,行业革新:ddr4内存时序16
- 下一篇: exfat linux 读写速度,Ubu