이메일을 적으시면 보안관련 소식을 받을수 있습니다.
이메일:




 

 


작성자:미남닷컴
편집자:엔시스(sis@sis.pe.kr)


 

IRC서버를 만들어 운영을 해보겠습니다.

We will make IRC server.

우선
IRC서버 프로그램을 받아야 합니다.
First, download IRC server source program.

ftp://ftp.funet.fi/pub/unix/irc/
이곳에서 받을 수 있고
You can download this link.

검색해보면 많은 곳에서 받을 수 있습니다.
You can find many IRC server source at internet.



받은 뒤
tar xvf irc2.11.2p1.tar
를 입력하여 풀어줍니다.

download and uncompress


폴더가 만들어 집니다.
folder is made.


폴더에 들어가
./configure 를 입력합니다.
cd i686-pc-linux-gnu를 입력하고 make all, make install 하면됩니다.

in folder, enter ./configure
Next cd i686-pc-linux-gnu, run "make all" to build and "make install" to install


다 깔았습니다.
install is finished.


/usr/local/etc 에 있는 ircd.conf.example을 ircd.conf로 바꾸어주고 고쳐줍니다.
copy /usr/local/etc/ircd.conf.example to /usr/local/etc/ircd.conf


옵션들중 MANDATORY는 꼭 설정 해줘야합니다.
서버설정을 하고
there are many options. you have to set [MANDATORY] options.


관리자 정보를 입력합니다.
admin infomation


ip와 port를 정해주고여
중요한건 다른 예제 옵션은 #으로 막아줍니다.

select IP, port
and block other default setting using #


여기서 클래스 넘버와 최대 링크를 200으로 설정해줍니다.
class number and max links are important.


나머지는 막아줍니다.
Block other options


클라이언트 셋팅을 해줍니다.
그럼 끝이죵

set client infomation


centos 같은 경우 selinux를 disable 해주어 6667포트가 막히지 않게 해줍니다.
if you use centos' selinux, you must free port 6667 or disable selinux




마지막으로 접속한 화면입니다.
You can login to IRC server.


irc서버를 구축할 땐 conf파일 수정이 중요합니다.
When you set IRC server, conf file setting is important.

그리고 방화벽을 열어주어야 합니다.
Firewall have to release IRC server port.

이제 IRC 서버를 구축했으니 봇을 만들어 감염을 시켜 이 IRC서버에 접속하도록 하겠습니다.
You made IRC server. Now you will make a bot and infect to client.
Client will access your IRC server.


---------------------------------------------------------------------------------------------------
글에 오류가 있거나 수정이 필요하다고 생각 하시면 메일을 보내주세요.
If there are errors or need to be edited, send e-mail.
미남닷컴 (minamdotcom)
kimms@boanin.com
---------------------------------------------------------------------------------------------------


****************************************************************************************************

본 포스팅의 저작권은 보안인닷컴과 작성자에 있으며 상업적 이용을 배제하며 콘텐츠 이용시에는 반드시 출처와 링크를 이용해 주시기 바랍니다. 무단도용은 저작권법에 저촉을 받습니다..

****************************************************************************************************

Posted by 알 수 없는 사용자
,