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
- Error based sql injection
- MySQL
- blind sql injection
- 보안 패치
- XSS
- php
- CTF
- 문제 풀이
- 세션
- sql injection
- JS
- 웹 개발
- 웹개발
- 과제
- 보고서
- 로그인페이지
- union sql injection
- 게시판 만들기
- Python
- 모의해킹
- 증적 사진
- cookie 탈취
- 웹 해킹
- sql injection point
- FridaLab
- file upload
- Los
- csrf
Archives
- Today
- Total
목록게시글 수정 (1)
Almon Dev
게시판 만들기 #5 (게시글 수정하기)
게시판 만들기 게시글 수정하기 read_post.js const updateBtn = document.createElement('a'); updateBtn.textContent = '수정'; updateBtn.setAttribute( 'onclick', `updatePost(${categoryId}, '${post.title}', ${JSON.stringify( post.content )}, ${post.post_id})` ); update_post.jsfunction updatePost(categoryId, postTitleTe..
웹 해킹/웹 개발
2024. 11. 12. 14:16