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 |
Tags
- JS
- Cross Site Request Forgery
- Python
- lord of sql injection
- csrf
- blind sql injection
- 로그인
- 게시판 만들기
- cors
- MySQL
- 쿠키
- 세션
- lord of sqli
- XSS
- php
- 로그인페이지
- css
- Los
- cookie 탈취
- file upload
- 웹개발
- sql injection point
- sql injection
- 과제
- JWT
- Reflected Xss
- Error based sql injection
- union sql injection
- 모의해킹
- CTF
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