Category Archives: Python/Ruby/Perl

구글 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 버전을 확인. [root@test install]# python -V Python 2.4.3 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. 필요한 라이브러리를 설치. [root@test install]# yum … 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 을 풀어보았다. # A. donuts # Given an int count of a number of donuts, return a string # … Continue reading

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

Ruby on Rails 설치…

  예전에 Ruby 설치 후에.. gem을 이용해서 rails 설치 ]# gem install rails –include-dependencies Bulk updating Gem source index for: http://gems.rubyforge.org Successfully installed rails-2.1.0 Successfully installed rake-0.8.1 Successfully installed activesupport-2.1.0 Successfully installed activerecord-2.1.0 Successfully installed actionpack-2.1.0 Successfully installed actionmailer-2.1.0 Successfully … Continue reading

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

스패머 유인용 smtp 용 허니팟

smtp 용 허니팟 스크립트 입니다. 그리고 정부기관의 배너로 스푸핑하는 것도 가능합니다. #!/usr/local/bin/perl -w #!c:\perl\bin\perl.exe -w # Created by hackmen and weazy at Interz0ne ’02 # Released by Cybnet Security Group as freeware # # Date Last Modified: 10/15/2002 1437 # … Continue reading

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

SSH port scan Script

  Notice : 해당 자료가 저작권등에 의해서 문제가 있다면 바로 삭제하겠습니다. 연구목적으로 사용하지 않고 악의적인 목적으로 이용할 경우 발생할 수 있는 법적은 책임은 모두 본인에게 있습니다. ssh port scan 소스 중 일부이다. 해킹당한 고객사 서버 점검 중 발견..(하여간 보안에 제발 … Continue reading

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

특정 경로이하 또는 파일에서 특정 문자열을 원하는 문자열로 변경하는 펄 스크립트

  특정 경로이하 또는 파일에서 특정 문자열을 원하는 문자열로 변경하는 펄 스크립트 #! /usr/bin/perl -w # PERL Scripted by bando # DATE : 20040805 # Mail : bando@bando.org # MSN : bando@bando.org # 특정 경로이하 또는 파일에서 특정 문자열을 원하는 … Continue reading

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