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
- H4CKINGGAME
- 드림핵
- Web Hacking
- 웹 해킹
- bypass CAPTCHA
- wargame
- Cross Site Scripting
- Hackerfactory
- Los
- webhacking.kr
- DreamHack
- sql injection
- DVWA
- 써니나타스
- TeamH4C
- 정보보안
- 정보보호
- 워게임
- Insecure CAPTCHA
- 해커팩토리
- 빡공팟 6기
- File Upload Vulnerability
- Dremhack
- Weak Session IDs
- Remote File Inclusion
- Lord of SQL Injection
- XSS
- 빡공팟 4기
- DOM-Based XSS
- SuNiNaTas
Archives
- Today
- Total
목록Insecure CAPTCHA (2)
도카이트

페이지 화면 - 소스코드를 바로 확인해보자 ! 소스코드 // Check CAPTCHA from 3rd party $resp = recaptcha_check_answer( $_DVWA[ 'recaptcha_private_key' ], $_POST['g-recaptcha-response'] // Did the CAPTCHA fail? if( !$resp ) { // What happens when the CAPTCHA was entered incorrectly $html .= " The CAPTCHA was incorrect. Please try again."; $hide_form = false; return; } else { // CAPTCHA was correct. Do both new passwords..
Web/DVWA
2022. 5. 26. 20:49