Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 보고서
- lord of sql injection
- 모의해킹
- 증적 사진
- union sql injection
- Error based sql injection
- 문제 풀이
- XSS
- 세션
- 웹개발
- sql injection point
- 과제
- Python
- php
- MySQL
- sql injection
- 게시판 만들기
- blind sql injection
- Los
- file upload
- JS
- 로그인페이지
- 보안 패치
- 로그인
- cookie 탈취
- csrf
- 웹 개발
- 웹 해킹
- CTF
- FridaLab
Archives
- Today
- Total
목록html (2)
Almon Dev

게시판 만들기 기본 베이스 만들기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