Bug Bounty Hunting Essentials
上QQ阅读APP看书,第一时间看更新

Types of SQL injection vulnerability

There are different types of SQL injection vulnerability; we will now discuss them in some detail. Essentially SQL injection is divided into three types:

  • In-band SQLi (classic SQLi)
  • Inferential SQLi (blind SQLi)
  • Out-of-band SQLi