| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- 세션
- 웹 개발
- 모의해킹
- XSS
- cookie 탈취
- 보안 패치
- lord of sql injection
- Error based sql injection
- CTF
- file upload
- 로그인페이지
- FridaLab
- JS
- 게시판 만들기
- ISMS
- union sql injection
- csrf
- blind sql injection
- ISMS-P
- MySQL
- 웹 해킹
- 보고서
- Los
- 문제 풀이
- php
- sql injection
- 웹개발
- 뇌피셜
- sql injection point
- 증적 사진
Archives
- Today
- Total
목록html (2)
Backouts_ Logbook
게시판 만들기 기본 베이스 만들기login_successful.phpsub; $sql = "select nickname,profile_img_path from users where user_id='$user_id'"; $sql_result = runSQL($sql)->fetch_array(); $nickname = $sql_result["nickname"]; if(!$profile_img_path = $sql_result["profile_img_path"]) { $profile_img_path = "almond-profile.jpg"; } } catch(Exception $e) { // 인증..
웹 해킹/웹 개발
2024. 11. 11. 03:16