本文介绍了使用sleep进行sql注入的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
亲爱的,
i从url地址注入以下代码:
... / sleep(30)
我想知道什么时候它是运行,发生了什么?
i知道加载页面会延迟,但是注入发送请求(频率)到服务器30S是真的吗?
hi dear's,
i inject below code from url address:
.../sleep(30)
I wanna know when it's run,what's happen??
i know it's make delay to load page,but it is true that injection send request(frequency) to the server for 30S?
推荐答案
这篇关于使用sleep进行sql注入的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!