- Bug Bounty Hunting Essentials
- Carlos A. Lozano Shahmeer Amir
- 136字
- 2021-06-10 18:35:33
In-band SQLi (classic SQLi)
In-band SQL injection is the classis SQL injection attack and it occurs when the attacker is able to use the same parameter and channel to launch an attack and get the corresponding results. In-band SQLi is divided into two types mainly:
- Error-based SQLi: In this type of in-band SQLi, error messages are returned as a response from the database and allow the attacker to gain information about the backend database itself. In certain scenarios, error-based SQLi in itself is essential for an attacker to gain access to the backend database; this is why errors should be disabled in all cases.
- Union-based SQLi: Union-based is a type of in-band SQL injection attack that takes advantage of the union SQL operator to concatenate the responses of two SQL statements into a single consolidated response.
推薦閱讀
- RESTful Java Web Services Security
- Mobile Forensics Cookbook
- 為你護航:網絡空間安全科普讀本(第2版)
- 計算機使用安全與防護
- API攻防:Web API安全指南
- 網絡安全技術及應用(第3版)
- 計算機網絡安全技術研究
- 網絡安全與攻防入門很輕松(實戰超值版)
- Instant Java Password and Authentication Security
- 學電腦安全與病毒防范
- 實用黑客攻防技術
- 白話零信任
- 黑客攻擊與防范實戰從入門到精通
- Manga Studio 5 Beginner's Guide
- Instant OSSEC Host-based Intrusion Detection System