- 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.
推薦閱讀
- 科技安全:戰(zhàn)略實(shí)踐與展望
- CTF實(shí)戰(zhàn):技術(shù)、解題與進(jìn)階
- Metasploit Penetration Testing Cookbook(Third Edition)
- Penetration Testing with Perl
- 數(shù)字化轉(zhuǎn)型浪潮下的數(shù)據(jù)安全最佳實(shí)踐指南
- 零信任網(wǎng)絡(luò):在不可信網(wǎng)絡(luò)中構(gòu)建安全系統(tǒng)(第2版)
- 云原生安全與DevOps保障
- 網(wǎng)絡(luò)安全設(shè)計(jì)、配置與管理大全
- Web安全之深度學(xué)習(xí)實(shí)戰(zhàn)
- 互聯(lián)網(wǎng)企業(yè)安全高級(jí)指南
- 黑客攻防實(shí)戰(zhàn)從入門到精通
- 構(gòu)建新型網(wǎng)絡(luò)形態(tài)下的網(wǎng)絡(luò)空間安全體系
- INSTANT Kali Linux
- 網(wǎng)絡(luò)入侵檢測系統(tǒng)原理與應(yīng)用
- Python Penetration Testing Essentials