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
- sql injection point
- 과제
- 게시판 만들기
- XSS
- 문제 풀이
- csrf
- MySQL
- 로그인
- blind sql injection
- Python
- cookie 탈취
- JS
- Los
- 웹개발
- CTF
- Error based sql injection
- 로그인페이지
- 웹 개발
- php
- FridaLab
- 웹 해킹
- sql injection
- 보고서
- 증적 사진
- 모의해킹
- union sql injection
- 세션
- file upload
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