일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- property
- element 조회
- 객체
- htmlspecialchars
- object
- suninatas 풀이
- xss game 풀이
- github
- sql injection
- python
- document
- 자바스크립트
- burp suite
- 사칙연산
- 김성엽 대표님
- 배열
- 파이썬
- 메소드
- lord of sql injection
- IF문
- window
- blind sql injection
- 함수
- 포인터
- Pwndbg
- 백준 알고리즘
- 조건문
- jQuery
- xss game
- 백준 파이썬
Archives
- Today
- Total
목록input 풀이 (1)
power-girl0-0
[pwnable] input 풀이
해당 문제는 디컴파일하지 않고, c언어 코드만 보고 풀 수 있는 문제이다. 본 글에서는 간단한 풀이 방법을 작성한다. 1. 공격 code 생성전, 알아가기! (1) subprocess 새로운 프로세스를 생성하며, 이를 통해 입출력 파이프에 연결하고 반환 코드를 얻을 수 있는 모듈이다. ( 참고 : https://blog.naver.com/sagala_soske/221280201722 ) 2. 문제 코드 문제의 c언어 코드이다. #include #include #include #include #include int main(int argc, char* argv[], char* envp[]){ printf("Welcome to pwnable.kr\n"); printf("Let's see if you know..
War game/pwnable.kr
2022. 2. 7. 23:05