Tag Archives: https

python brute force http, https with proxy

  Notice : 해당 자료가 저작권등에 의해서 문제가 있다면 바로 삭제하겠습니다. 연구목적으로 사용하지 않고 악의적인 목적으로 이용할 경우 발생할 수 있는 법적은 책임은 모두 본인에게 있습니다. python brute force http, https with proxy # -*- coding: utf-8 -*- import urllib, … Continue reading

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

svn https 접속 안됨(Failed to load JavaHL Library)

  Failed to load JavaHL Library. 에러 발생. javahl 설치 yum install subversion-javahl 설치된 위치 확인 find /usr/lib -name *javahl* eclipse.ini에 library path 추가 -vmargs -Djava.library.path=/usr/lib window > preferrences > team > svn 의 svn interface 의 client 가 javaHL(JNI) … Continue reading

Posted in SCM/ITS, Util/Tools | Tagged , , , , , , | 1 Comment