일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- element 조회
- 김성엽 대표님
- python
- 메소드
- sql injection
- 백준 파이썬
- blind sql injection
- 객체
- lord of sql injection
- 파이썬
- 사칙연산
- 조건문
- 자바스크립트
- 백준 알고리즘
- window
- suninatas 풀이
- property
- 함수
- xss game
- htmlspecialchars
- github
- xss game 풀이
- 포인터
- burp suite
- document
- Pwndbg
- IF문
- object
- 배열
- jQuery
Archives
- Today
- Total
목록los orge (1)
power-girl0-0
[ Los ] orge
주소 : https://los.rubiya.kr/ Lord of SQLInjection los.rubiya.kr [ 문제 ] [ 풀이 ] 이번 문제에서는 pw를 맞춰야 하는 문제로 예상된다. pw를 입력하지 않고 id에 admin만 입력한 결과, "Hello admin"문구를 확인할 수 있다. ? pw=' || id='admin'%23 해당 문제에서도 or을 차단하고 있기 때문에 || 기호를 사용해야한다. 위의 True결과를 활용하여, Blind Sql Injection으로 pw를 유추할 수 있을 것으로 예상된다. 먼저, pw의 비밀번호 길이를 유추해주는 파이썬 코드를 작성해보자. import requests url = 'https://los.rubiya.kr/chall/orge_bad2f25db233a..
War game/Lord of SQL Injection
2021. 3. 20. 17:28