当前位置:首页 > Web开发 > 正文

Web Penetration Testing(9)

2024-03-31 Web开发

Discovering SQLi in GET

Inject by browser URL.

技术图片

Selecting Data From Database

Change the number to a big one, then you can get a useful error message. And you can try different number to find the right column.

技术图片

Using “union select 1,2,3,4,5” to find the right column.

技术图片

Then replace it with the information we want to get. (database, user, version)

技术图片

Ethical Hacking - Web Penetration Testing(9)

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/web/30253.html