Tools

Write Timestamp on Notepad++

1. Intro If you want write timestamp on notepad++ like notepad(windows) shortcut F5   2. How to do? 2.1. Install Plugin Notepad++ > Plugins > Install “TextFX Characters” 2.2. Set Shortcut Notepad++ > Settings > Shortcut Mapper… > Plugin commands > “I:Date & Time – short format” Double Click

Continue Reading
Tools

취약점 점검 Tools

모바일 애플리케이션 보안 점검 툴 https://www.immuniweb.com/products/mobile/ 피싱 웹사이트 검색 툴 https://www.immuniweb.com/radar/ 웹사이트의 SSL/TLS 보안 및 구축 상태 점검 툴 https://www.immuniweb.com/websec/

Continue Reading
Tools

Capture network packet

– Wiershark Official Homepage : https://www.wireshark.org/ How to Install : https://www.wireshark.org/docs/wsug_html_chunked/ChBuildInstallUnixInstallBins.html#_installing_from_deb_8217_s_under_debian_ubuntu_and_other_debian_derivatives https://www.wireshark.org/docs/wsug_html_chunked/ChBuildInstallOSXInstall.html   – Network Miner Official Homepage : http://www.netresec.com/?page=NetworkMiner How to Install : https://www.netresec.com/?page=Blog&month=2014-02&post=HowTo-install-NetworkMiner-in-Ubuntu-Fedora-and-Arch-Linux

Continue Reading
Tools

John the Ripper

1. 개요 비밀번호 크랙 프로그램   2. 공식 홈페이지 http://www.openwall.com/john/ 공식 홈페이지에 가면 Pro, official, community-enhanced 3가지 버전이 있는데 community-enhanced 사용을 추천.   3. 설치 cd ~ wget http://www.openwall.com/john/j/john-1.8.0-jumbo-1.tar.gz tar zxf john-1.8.0-jumbo-1.tar.gz cd john-1.8.0-jumbo-1/src ./configure make   4. Example> zip 파일 비밀번호 크랙 ~/john-1.8.0-jumbo-1/run/zip2john ~/wk3Assignment1.zip > zip.hash ~/john-1.8.0-jumbo-1/run/john –incremental zip.hash

Continue Reading
Tools

Volatility 설치

1. 개념 Python 기반 Windows Memory Forensic Tool   2. 설치 환경 OS : Windows 10 Home 64-bit Python : 2.7.14   3. 설치 방법 – python 2.7.14 설치 https://www.python.org/downloads/release/python-2714/ – pycrpto 설치 http://www.voidspace.org.uk/python/pycrypto-2.6.1/pycrypto-2.6.1.win-amd64-py2.7.msi – distorm3 설치 easy_install distorm3 – yara-python-1.7.win-amd64-py2.7 설치 https://code.google.com/archive/p/yara-project/downloads – Volatility 2.6 다운로드 : Volatility 2.6 Source Code (.zip) 다운로드, Not […]

Continue Reading
Back To Top