Strange URL containing 'A=0 or '0=A in web server logs

前端 未结 2 1434
感情败类
感情败类 2020-12-14 02:27

During the last weekend some of my sites logged errors implying wrong usage of our URLs:

...news.php?lang=EN&id=23\'A=0

or



        
2条回答
  •  天涯浪人
    2020-12-14 03:17

    since this is a very old version of FireFox, I blocked it in my htaccess file -

    RewriteCond %{HTTP_USER_AGENT} Firefox/3\.5\.2 [NC]
    RewriteRule .* err404.php  [R,L]
    

提交回复
热议问题