> For the complete documentation index, see [llms.txt](https://docs.cooku222.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cooku222.kr/security/web-hacking/lord-of-sql-injection/lord-of-sqlinjection-manticore.md).

# \[Lord Of SQLInjection] manticore

<figure><img src="https://blog.kakaocdn.net/dna/4iEOJ/btsNC99VJ2J/AAAAAAAAAAAAAAAAAAAAABOcQ-rtAG3w8TSAT-OWufXxrcT61MGlZJYFNhoKmj03/img.png?credential=yqXZFxpELC7KVnFOS48ylbz2pIh7yKj8&#x26;expires=1782831599&#x26;allow_ip=&#x26;allow_referer=&#x26;signature=Jl1gCWvb3rzt%2BLeTPy5aXcLLCzk%3D" alt="" height="265" width="571"><figcaption></figcaption></figure>

#### 특징

* sqllite db에서 id와 pw파라미터의 addslashed 처리(다른 문제들과의 차이점)

```
[도메인 값]?id=1%27%20or%20id=char(97,100,109,105,110)--%20
```

<figure><img src="https://blog.kakaocdn.net/dna/kHZj0/btsNCBltVTe/AAAAAAAAAAAAAAAAAAAAADJYjv0d-G71fN7OLbmeF_wQ6MUG95_Wy5cb1ov7wVJu/img.png?credential=yqXZFxpELC7KVnFOS48ylbz2pIh7yKj8&#x26;expires=1782831599&#x26;allow_ip=&#x26;allow_referer=&#x26;signature=f3Rygr1EtWFKC1S7pS8ejW1Xi%2Bk%3D" alt="" height="336" width="715"><figcaption></figcaption></figure>

* sqllite는 문자열에 들어간 \가 이스케이프 문자로 취급되지 않는다는 점이다.
* addslash를 통해서 \가 추가돼도 인식 됨


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cooku222.kr/security/web-hacking/lord-of-sql-injection/lord-of-sqlinjection-manticore.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
