전체 글
DevOps Security Specialist를 목표하는 Security Compliance Engineer의 블로그old/Forensic
[Tool] 파워쉘을 활용한 크롬 중요정보 획득
http://sekirkity.com/browsergather-part-1-fileless-chrome-credential-extraction-with-powershell/ https://github.com/sekirkity/BrowserGather
old/Python
[정리] ocr 라이브러리 pytesser import 및 예제
pip로 설치가 안되서 수동으로 import 해야한다. 여기서 라이브러리를 받고 압축을 풀면 나오는 폴더를 pytesser로 이름을 변경하고 C:\Python27\Lib 경로에 저장한다. pytesser.py를 복사하고 __init__.py 이름을 변경한 후 12라인을 tesseract_exe_name = 'C:\\Python27\\Lib\\pytesser\\tesseract' 로 변경하면 끝.