분류 전체보기 (119) 썸네일형 리스트형 BoB(Best of the Best) 면접 벌써 이렇게 일년이 지났습니다. 네, 저는 BoB 3기 교육생으로 활동 했었는데요, 오늘(20일) 4기의 면접이 진행된다니 저도 두근두근하고 1년전 기억에 다시 설레네요. 면접내용과 필기시험관련 내용은 외부로 유출할 수 없다는 점 누구나 다 알고 있는 부분이지요! 본인이 이루어 왔던 성과와 앞으로 이뤄낼 성과를 매우 구체적으로 서술하면 좋은 평가가 있을거라 생각됩니다. 모든 BoB 피면접자분들 화이팅이에요!! SNMP를 통한 CISCO장비 패스워드 복구 1. Read the config to a tftp serverà "snmpset -c .1.3.6.1.4.1.9.2.1.55.ipaddress.of.tftpserver octetstring " 2. Next edit the configuration substituting the new, plain text, enable secret password and save it back to a tftp server on the same network as the router. "enable secret " 3. Then tell the router to boot the config on your tftp server (tftp server needs to be on the same subnet)à "snmps.. Javascript Analysis Tools iexplorer Debug InternetReadFile document.write();+ 복호화 도구malzillaJsunpack-nJSDetoxDeobfuscatorSpiderMonkeyrevelo 다산장비 Passwd 초기화 1. 설정값은 그대로 두고 패스워드만 복구하고자 할 경우 INIT: version 2.77 booting INIT: Entering runlevel: 3 (none) login: root Password: vertex25 login[24]: root login on `ttyS0' *SWITCH# tar -xPvf /dev/conf ---> 기존 설정값을 불러옵니다. *SWITCH# rm passwd ---> 패스워드 파일을 삭제함. 파일이 없을 경우 재부팅시 자동으로 생성됨.*SWITCH# savecfg ---> 패스워드를 제외한 기존 설정 저장. *SWITCH# reboot ---> 장비를 재 부팅하신 후 초기값root, vertex25로 접속 CKVip 사고 분석 1. http://iwtour.intermotion.kr에서 발생. 2. page에 삽입된 iframe을 따라 Decode하며 접근bomnal3040.com -> gym****.co.kr 3. Hex Decode 후 분석 gym****.co.kr/eml/*** 4. Browser에서 Decode하면 리눅스/유닉스/OSX 파일 확장자 변경 디렉토리 내 확장자명을 변경하고자 할 때, 확장자가 없는 파일에 확장자를 붙이고자 할때 ! 윈도우 생각하고 mv * *.ext 식으로 입력하면 오류! 아래와 같이 for f in *; do mv ./"$f" "${f%}.apk"; done 명령어 하나로? 변경완료 !! f29b606029c58014177c72b92623443d0be0cd81.apkf2cfe9deb7de73ae91cdbbee5f51cd7118349298.apkf3066995321f4ed4e36e55e0f40536c66d9c982c.apkf3363701e331037223f3cbbf874a25afb1d1e970.apkf63264d95e8cc195d84ae3c8e7fc6d8020412e15.apkf6f0e5f2d90302fdda017ee9a3f.. Codeigniter Index.php 없애기 http://www.codeigniter-kr.org/lecture/view/213/page/1 Facebook API Session Login 구현/그룹 글 불러오기 Facebook API를 이용한 Session Login 구현 및 Group 글 불러오는 예제 이전 1 ··· 9 10 11 12 13 14 15 다음