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
- file upload
- lord of sql injection
- CTF
- 로그인
- Error based sql injection
- cookie 탈취
- JWT
- 모의해킹
- 게시판 만들기
- sql injection point
- MySQL
- XSS
- php
- 과제
- Cross Site Request Forgery
- sql injection
- 웹개발
- JS
- 세션
- Reflected Xss
- csrf
- 쿠키
- union sql injection
- Python
- Los
- lord of sqli
- 로그인페이지
- blind sql injection
- css
- cors
Archives
- Today
- Total
목록회원가입 (1)
Almon Dev
모의해킹 공부 정리 12일차 (중복확인)
중복확인 users.txt로 회원가입 페이지를 구현할 때 만들어둔 아이디, 닉네임 중복확인을 mysql을 이용하도록 수정했습니다 아이디 중복확인 check_userId.php수정 전 !$duplication]);?> 수정 후num_rows > 0) { $duplication = true; } header("Content-Type: apllication/json"); echo json_encode(['pass' => !$duplication]);?> duplicate_check.js idInput.addEventListener('input', () => { const userId = idInput.value; fetch('/api/users/check_userId...
모의해킹/웹 개발
2024. 10. 28. 16:59