Author Archives: apollo89

About apollo89

아폴로89 입니다.

구글 만우절 이벤트 완료~~!! (Google Maps: Pokémon Challenge)

  구글 만우절 이벤트 완료~~!! (Google Maps: Pokémon Challenge) 나도 정말 미친것 같다.. 잼있네…ㅋㅋㅋ [embedplusvideo height=”400″ width=”960″ editlink=”http://bit.ly/1mu2FvQ” standard=”http://www.youtube.com/v/4YMD6xELI_k?fs=1″ vars=”ytid=4YMD6xELI_k&width=800&height=400&start=&stop=&rs=w&hd=0&autoplay=0&react=1&chapters=&notes=” id=”ep2926″ /]  

Posted in Etc | Tagged , , | Leave a comment

python 파일 확장자 변경(change_Ext.py)

  Notice : 해당 자료가 저작권등에 의해서 문제가 있다면 바로 삭제하겠습니다. 연구목적으로 사용하지 않고 악의적인 목적으로 이용할 경우 발생할 수 있는 법적은 책임은 모두 본인에게 있습니다. 파일의 확장자 변경 # -*- coding:utf-8 -*- import os, sys, optparse def main(): parser … Continue reading

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

mimikatz를 이용해 admin$ 가 공유된 서버의 계정탈취

  Notice : 해당 자료가 저작권등에 의해서 문제가 있다면 바로 삭제하겠습니다. 연구목적으로 사용하지 않고 악의적인 목적으로 이용할 경우 발생할 수 있는 법적은 책임은 모두 본인에게 있습니다. admin$ 공유를 이용하면 계정을 탈취할 수 있다. 특히 누구나 접근가능한 everyone으로 열린 admin$ 공유는 … Continue reading

Posted in Security/Hacking | Tagged , , | 2 Comments

Windows password crack (SAM/SYSTEM)

  Notice : 해당 자료가 저작권등에 의해서 문제가 있다면 바로 삭제하겠습니다. 연구목적으로 사용하지 않고 악의적인 목적으로 이용할 경우 발생할 수 있는 법적은 책임은 모두 본인에게 있습니다. Windows password crack (SAM/SYSTEM) 1. windows에서 Shadow Copy 프로그램을 이용하여 C:\Windows\System32\config\ 에 있는 SAM와 … Continue reading

Posted in Security/Hacking | Tagged , , , | Leave a comment

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