안녕하세요. Cellularhacker입니다.

환경변수 값을 이용하는 쉘 쇼크. 다들 패치 하셨나요?

저도 오늘 깜짝 놀라서 학교에서 쉬는시간에 서버 7대 모두 패키지를 업그레이드 하였습니다.


Shell Shock 기사
http://www.metroseoul.co.kr/news/newsview?newscd=2014092600243


@데비안 계열 

패키지 모두 업그레이드

$ sudo apt-get update && sudo apt-get upgrade

bash 패키지만 업그레이드

$ sudo apt-get update && sudo apt-get install --only-upgrade bash


@Red Hat 계열

# yum update bash


@Arch Linux 계열

# pacman -Syu


@OS X   (출처 : Shellshocker.net)

Brew 사용

brew update
brew install bash
sudo sh -c 'echo "/usr/local/bin/bash" >> /etc/shells'
chsh -s /usr/local/bin/bash
sudo mv /bin/bash /bin/bash-backup
sudo ln -s /usr/local/bin/bash /bin/bash

MacPorts사용

sudo port self update
sudo port upgrade bash



서버들을 한번에 패치 하시려면 아래 코드를 이용하시면 편리합니다.   (출처 : LinuxNewsPro)


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
# This script will log into each of your servers and execute the command below
 
servers=(
# Put your list of servers here
111.222.333.444
123.123.123.123
10.10.10.10
15.22.22.22
)
for server in ${servers[@]}
do
# Here's the command you're going to run on each
ssh $server 'yum -y update bash'
done




내용추가하겠습니다. 현재 Bash 에서 추가적으로 패키지 업데이트가 있는 것을 확인하였습니다.
저도 조금전에 패키지를 업데이트 하였습니다. 업데이트 내용은 시간이 나는대로 추가하겠습니다. 감사합니다.



( * 본 게시물은 www.hackbot.kr | cellularhacker.cisaid.net | blog.naver.com/hackbot01 에서 보실 수 있습니다.)

'Notice' 카테고리의 다른 글

카테고리 개편예정  (0) 2022.02.21
Did you patched Shell Shock?  (0) 2014.09.27

음... 아시는 분은 이미 아시겠지만, 전 CISAID라는 단체(? 회사?)의 일원 입니다.

현재 CISAID MC를 운영하고 있는 운영진 중 한 명으로 있습니다.

오늘 2U서버를 추가로 파킹을 해서, 기존에 1U서버위에 VM으로 운영한 MC서버를 1U 호스트로 넘겨주고, 1U서버에 돌아가던 다른 VM들은 2U서버에 VM으로 넣었습니다. 

음... 2U서버 파킹하니 확실히 1U서버보다는 비용이 비쌉니다...

전 개인적으로 ipfuse(아마도 동의정보시스템으로 이름을 바꾸는 것 같습니다.) 라는 회사를 이용하는데...음... 2U하니 2년 계약에 월 10만원(제 견적은 VAT포함 인 것 같습니다.) 40Mbps회선으로 해주겠다고 하더군요...

음... 다른 곳을 잘 안써봐서 잘은 모르겠는데... 이정도면 뭐 나름 싼 것 같습니다..

1U서버 하나는 30Mbps에 2년 계약하고 있고... 이건 대략 한 7~8만원 정도 내는 것같습니다.

VPS도... 잠깐 쓰실거라면... 괜찮은 것 같습니다. 저번에 MC 이벤트 서버를 임시로 쓴적이 있었는데.. 좀 성능 옵션 좀 넣었는데.. 한 5만원 정도 나온 것 같습니다.

이정도면 나쁘지는 않은 건가요?

... OSPF프로토콜 연습을 하고 있었는데....

어째서인지 Totally-Stub Network에 있는 라우터들에게....
ABR라우터가 O*IA로 올라오질 않네요;;; 대체 왜이럴까요;;



R3#show run
Building configuration...

Current configuration : 1518 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R3
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip icmp rate-limit unreachable
ip cef
ip tcp synwait-time 5
!
!
!
!
no ip domain lookup
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!

!

!
!
!
!
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0
ip address 192.168.0.9 255.255.255.252
ip ospf 1 area 0
clock rate 2000000
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1
ip address 192.168.0.6 255.255.255.252
ip ospf 1 area 0
clock rate 2000000
!
interface Serial0/2
ip address 192.168.3.1 255.255.255.252
ip ospf 100 area 3
clock rate 2000000
!
interface Serial0/3
ip address 192.168.3.10 255.255.255.252
ip ospf 100 area 3
clock rate 2000000
!
interface Serial0/4
no ip address
shutdown
clock rate 2000000
!
interface Serial0/5
no ip address
shutdown
clock rate 2000000
!
interface FastEthernet1/0
no ip address
shutdown
duplex auto
speed auto
!
!
router ospf 1
log-adjacency-changes
!
router ospf 100
log-adjacency-changes
!
!
!
no ip http server
no ip http secure-server
!
!

!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
line vty 0 4
login
!
!
end

R3#


R7#

R7#show run
Building configuration...


Current configuration : 1425 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R7
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip icmp rate-limit unreachable
ip cef
ip tcp synwait-time 5
!
!
!
!
no ip domain lookup
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!

!

!
!
!
!
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0
no ip address
shutdown
clock rate 2000000
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1
no ip address
shutdown
clock rate 2000000
!
interface Serial0/2
ip address 192.168.3.2 255.255.255.252
ip ospf 100 area 3
clock rate 2000000
!
interface Serial0/3
ip address 192.168.3.5 255.255.255.252
ip ospf 100 area 3
clock rate 2000000
!
interface Serial0/4
no ip address
shutdown
clock rate 2000000
!
interface Serial0/5
no ip address
shutdown
clock rate 2000000
!
interface FastEthernet1/0
no ip address
shutdown
duplex auto
speed auto
!
!
router ospf 100
log-adjacency-changes
area 3 stub
!
!
!
no ip http server
no ip http secure-server
!
!
!
!

!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
line vty 0 4
login 
!
!
end

R7#


+ Recent posts