일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- suninatas 풀이
- Pwndbg
- property
- htmlspecialchars
- burp suite
- 메소드
- 사칙연산
- blind sql injection
- document
- github
- IF문
- object
- lord of sql injection
- xss game 풀이
- window
- element 조회
- 배열
- 객체
- 자바스크립트
- jQuery
- xss game
- 백준 파이썬
- python
- 조건문
- sql injection
- 김성엽 대표님
- 포인터
- 백준 알고리즘
- 함수
- 파이썬
Archives
- Today
- Total
목록lotto 풀이 (1)
power-girl0-0
[pwnable] lotto 풀이
어서 오세요~~ (@^0^@)/ 1. 문제 SSH로 접속해서, 확인해보면 lotto 실행파일과 C 코드가 존재한다. 해당 문제는 lotto게임 컨셉으로, 사용자가 입력한 값 6개와 랜덤 한 값 6개가 맞을 때 flag를 출력해준다. 2. 코드 #include #include #include #include unsigned char submit[6]; void play(){ int i; printf("Submit your 6 lotto bytes : "); fflush(stdout); int r; r = read(0, submit, 6); printf("Lotto Start!\n"); //sleep(1); // generate lotto numbers int fd = open("/dev/urandom", ..
War game/pwnable.kr
2022. 3. 17. 23:36