Tag Archives: 파이썬

웹로그를 이용한 페이지 연관분석

  웹로그를 이용한 페이지 연관분석 0. 개요 웹로그의 referer 정보를 이용하여 페이지간의 연결구조를 파악하면, 레이지 링크를 따라움직이지 않고 직접 URL에 접근 또는 임시 페이지 및 취약한 페이지를 찾을수 있다 는 가설을 세우고 접근 1. 웹로그 대상 referer 가 존재하는 웹로그 … Continue reading

Posted in Bigdata/Hadoop, Javascript/Html, Python/Ruby/Perl | Tagged , , , , , | Leave a comment

구글 drive api 사용기

구글 drive api 사용기 python 구글 drive api 홈페이지 : https://developers.google.com/drive/ 죄측 메뉴 Quickstart > python : https://developers.google.com/drive/quickstart-python 비디오 https://developers.google.com/drive/quickstart-python#optional_view_a_quickstart_video 1단계 : Enable the Drive API 1. Create an API project in the Google APIs Console. 2. Select the Services … Continue reading

Posted in Python/Ruby/Perl, Util/Tools | Tagged , , , , , , | Leave a comment

python mysql 연동

  설치 하기 전에 python 버전을 확인.

MySQL-python 을 사용하려고 하는데, MySQL-python 은 2.4-2.7버전을 지원. http://sourceforge.net/projects/mysql-python/ 의 아래부분 참고. * Python versions 2.4-2.7; Python 3 support coming soon. 필요한 라이브러리를 설치.

SetupTools 설치. SetupTools는 Python으로 만든 프로그램을 자동으로 다운로드하고 설치하는 … Continue reading

Posted in Python/Ruby/Perl | Tagged , , | 1 Comment

python 개발환경 설정

  1. python 설치 http://www.python.org/ 다운로드 > 릴리즈 > Python 2.5.6 > 2.5.4 다운로드(http://www.python.org/download/releases/2.5.4/) 2. eclipse 설치 http://eclipse.org/ 다운로드 > Eclipse Classic 4.2 다운로드 pydev plugin 설치 : http://pydev.org/updates svn plugin 설치 : http://subclipse.tigris.org/update_1.8.x/ Python 인터프린터 설정 : 이클립스메뉴 > … Continue reading

Posted in Python/Ruby/Perl, Util/Tools | Tagged , , , | Leave a comment

파이썬(python) 스터디 – String

  Programming Languages 에서 Google’s Python Class 의 String 을 스터디.. http://code.google.com/intl/ko-KR/edu/languages/google-python-class/strings.html 대충 읽고 나니 연습문제가! 지난번에 받은 google-python-exercises 에서 basic/string1.py 을 풀어보았다.

결과 :

내친김에 basic/string2.py 까지 고고~

결과 :

 

Posted in Python/Ruby/Perl | Tagged , , , | Leave a comment

파이썬(python) 스터디 – 설치

  파이썬 스터디를 시작했다.. Google Code 에 좋은 Code University 가 있더라.. http://code.google.com/intl/ko-KR/edu/ Programming Languages 에서 Google’s Python Class 부터 시작하기로 했다. 먼저 Python Set Up 부터.. http://www.python.org/download/ 에 가면 각종 버전별로 다운로드 받을 수 있다. 자신의 OS 에 맞게 … Continue reading

Posted in Python/Ruby/Perl | Tagged , , , | Leave a comment

PHP에서 원격 서비스 거부 취약성이 발견

  Notice : 해당 자료가 저작권등에 의해서 문제가 있다면 바로 삭제하겠습니다. 연구목적으로 사용하지 않고 악의적인 목적으로 이용할 경우 발생할 수 있는 법적은 책임은 모두 본인에게 있습니다. PHP에서 원격 서비스 거부 취약성이 발견 공격자가 이 취약성을 이용해 사용 가능한 메모리를 소진시켜, … Continue reading

Posted in PHP/ASP, Python/Ruby/Perl, Security/Hacking | Tagged , , , | Leave a comment

docbook 깔다가 zip파일 옆구리 터지는 소리

  docbook을 설치 하려고 다운을 받았는데 zip파일이였다. 당연히 unzip이 있을 줄 알고

했더니 OTL 없었다..ㅡㅡ;;

요즘 배포판은 unzip도 안깔려있는게냐? 암튼 귀찮아서 yum으로 설치 하려고 했다.

이게 먼말이다냐? 지난번에 잘썼던 yum인데.. 그냥 yum 을하든 yum list를 하든 모두 … Continue reading

Posted in Python/Ruby/Perl, System, Util/Tools | Tagged , , , | Leave a comment

pebrot 설치

  서버에 MSN 메신져를 깔았다..ㅋ 예전에 나모씨가 알려준 pebrot이 갑자기 생각나서..ㅋ 서버에서 하는 text msn의 재미란..ㅋㅋ 홈페이지는 http://pebrot.sourceforge.net/ 이다. pebrot-0.8.8.tar.gz을 다운받고 설치 문서 확인..

root로 설치하란다..ㅋ

오호… 이게 웬말인가 Syntax Error라니..ㅡㅡ;; 정보를 얻기위해 다시 pebrot 홈페이지에 방문하니 이런 … Continue reading

Posted in Python/Ruby/Perl, Util/Tools | Tagged , , , , | Leave a comment