SRIHS 118기 김승중

SRIHS 118기 김승중

  • 분류 전체보기 (116)
    • NetWork (3)
    • Server (2)
    • Code (9)
      • Java (5)
      • C, C++ (0)
      • Python (1)
    • Penetration Testing (4)
    • Layer7 (33)
    • 서울여대정보보호영재원 (2)
    • Web_hacking (14)
      • Lord of SQLinjection (1)
      • Dreamhack_wargame (8)
      • XSS-game (5)
      • SuNiNaTas (0)
      • 이론 (0)
    • Reverse_engineering (10)
      • 리버싱 핵심원리__ (2)
      • CodeEngn (6)
      • SuNiNaTas (0)
      • 이론 (1)
    • Pwnable (30)
      • 프로토스타_시스템해킹 (7)
      • Pwnable.kr (6)
      • SuNiNaTas (1)
      • Dreamhack (5)
      • PicoCTF (4)
      • Root_me (1)
      • CTF-LEARN (2)
      • HackTheBox_ Intro to Binary.. (3)
      • UCF_CTF (0)
    • Linux (1)
      • Bandit (1)
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

SRIHS 118기 김승중

컨텐츠 검색

태그

웹해킹 ㅏㄶ

최근글

댓글

공지사항

아카이브

Pwnable/CTF-LEARN(2)

  • CTFlearn -rip my bof- (RTL 공격기법)

    문제의 소스코드는 다음과 같다. #include #include #include #include // Defined in a separate source file for simplicity. void init_visualize(char* buff); void visualize(char* buff); void win() { system("/bin/cat /flag.txt"); } void vuln() { char padding[16]; char buff[32]; memset(buff, 0, sizeof(buff)); // Zero-out the buffer. memset(padding, 0xFF, sizeof(padding)); // Mark the padding with 0xff. // Initializ..

    2023.02.24
  • CTF-LEARN - Simple bof -

    #include #include #include #include // Defined in a separate source file for simplicity. void init_visualize(char* buff); void visualize(char* buff); void safeguard(); void print_flag(); void vuln() { char padding[16]; char buff[32]; int notsecret = 0xffffff00; int secret = 0xdeadbeef; memset(buff, 0, sizeof(buff)); // Zero-out the buffer. memset(padding, 0xFF, sizeof(padding)); // Zero-out the ..

    2023.02.23
이전
1
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바