x64 환경 리버스 엔지니어링 - IDA

https://www.hex-rays.com/products/ida/support/download_freeware/ IDA Freeware Download Page – Hex Rays The freeware version of IDA v7.0 comes with the following limitations: no commercial use is allowed lacks all features introduced in IDA > v7.0 lacks support for many processors, file formats, etc… comes without technical support SHA1 checksums: 85b6db8d www.hex-rays.com

스크립트 기반의 인코딩툴 - ffmpeg

https://ffmpeg.org/ FFmpeg Converting video and audio has never been so easy. $ ffmpeg -i input.mp4 output.avi News October 5th, 2019, Bright Lights FFmpeg has added a realtime bright flash removal filter to libavfilter. Note that this filter is not FDA approved, nor are we me ffmpeg.org

스트림 미디어 저장 - RTMPdump

http://rtmpdump.mplayerhq.hu/download/ Index of /download/ rtmpdump.mplayerhq.hu

PentesterLab - Web for Pentester 2 - (2) SQL Injection

# SQL Injection - Example (1) 구축된 테스트 사이트의 SQL Injections 첫번째 예제 페이지로 접속. 첫 점검 사항인 single quote (') 입력 후 제출(submit) 오류문과 함께 sql문이 출력되었다. username= '''인 것으로 보아 '를 따로 처리해주지 않은 것을 확인. ' or 1=1# 입력으로 조건문을 True처리 로그인 성공 정확한 소스코드 파악을 위해 Debian 웹 서버 경로로 이동. SQL문이 아무 검증없이 사용되고 있음을 확인할 수 있다. # SQL Injection - Example (2) Example 2로 넘어가보자. Single Quote를 입력했을 때 동일한 오류가 나타난다. 동일하게 ' or 1=1#을 입력해본다. 먹히지 않는다...

손쉬운 캡쳐 및 저장 - pickpick

단축키 캡쳐와 다양한 캡쳐기능 제공 https://picpick.app/ko/ 픽픽(PicPick) - 올인원 그래픽 디자인 도구 (화면 캡처, 이미지 편집, 색상 추출, 눈금자, 각도기, �� 픽픽(PicPick) - 올인원 그래픽 디자인 도구 (화면 캡처, 이미지 편집, 색상 추출, 눈금자, 각도기, 십자선 등) picpick.app

PentesterLab - Web for Pentester 2 - (1) Setup