암호 정리 (Incomplete)
암호 기법의 분류 출처 : [YJUN IT BLOG] 치환암호 참고 : blog.naver.com/wnrjsxo/221704381990 Caesar Cipher (seizure cipher) monoalphabetic cipher(단일문자 치환 암호) ...
암호 기법의 분류 출처 : [YJUN IT BLOG] 치환암호 참고 : blog.naver.com/wnrjsxo/221704381990 Caesar Cipher (seizure cipher) monoalphabetic cipher(단일문자 치환 암호) ...
Register 범용 레지스터 연산에 사용되는 레지스터 EAX : 연산과 함수 반환 값에 사용되는 레지스터 산술, 논리 연산에 사용되는 레지스터, 함수 리턴 값 전달용도로도 사용. EBX : 간접 주소 지정 시 사용되는 레지스터 ESI, EDI와 결합해 인덱스에 사용되는 레지스터 ECX : 루프문에서 반...
pwntools 연결 Local from pwn import * p = process(path) # ex) p = process('./example') p = process(executable = '파일이름', argv = '인자', env = '환경변수') # ex) p = process(excutable = './tes...
gcc options Link jayy-h.tistory.com/9 gdb 사용법 break point info b (i b): 현재 브레이크 포인트 보기 d : 모든 브레이크 포인트 지우기 d n : n번 브레이크 포인트 지우기 enable/di...
CRLF Author g0uZ, 31 July 2011 Statement Inject false data in the journalisation log. Solution 하… CRLF 라길래.. 계속 삽질을 했는데.. 로그에 admin authenticated.가 찍히면 되는 거였다.. 따라서 username=admi...
Natas11 Pasword: U82q5TCMMQ9xuFoI3dYX61s7OZD9JKoK <? $defaultdata = array( "showpassword"=>"no", "bgcolor"=>"#ffffff"); function xor_encrypt($in) { $key = '<censored>'; $te...
Natas Each level of natas consists of its own website located at http://natasX.natas.labs.overthewire.org, where X is the level number. All passwords are also stored in /etc/natas_webpass/ Nata...
HTTP Response Splitting Old vulnerability... but powerful ! Author Arod, 7 November 2013 Statement A new website is under construction. A reverse proxy cache has been implemented in front of...
CRLF CR : Carriage Return 현재 위치를 나타내는 커서를 맨 앞으로 이동시킨다 -> \r, %0D LF : Line Feed 커서의 위치를 아랫줄로 이동시킨다 -> \n, %0A HTTP Header Injection 사...
Directory traversal Author g0uZ, 31 July 2011 Statement Find the hidden section of the photo galery. Solution 문제 들어가면 여러가지 디렉토리들이 있음. emote, apps, device 등등.. 처음엔 LFI인줄 알고 ../../e...