0
,所以我得到了一個網站(didnt發展它),在那裏你有網址是這樣的:把一個單引號的網址
http://mysite.com/profile-user/profile/nameOfUser
它是一個網站與Zend的發展,我已經不喜歡的網址配置,我認爲它很冗長,但這不是真正的問題。
如果我這樣做:
http://mysite.com/profile-user/profile/'
增加一個單引號的用戶名,我得到了一堆zend的錯誤信息:然後
Exception information:
Message: Mysqli prepare error: You have an error in your SQL syntax;
check the manual that corresponds to your MySQL server version for the
right syntax to use near '''') LIMIT 1' at line 1
Stack trace:
如下堆棧跟蹤
然後
Request Parameters:
array (
'profil' => '\'',
'module' => 'default',
'controller' => 'journalentrepreneur',
'action' => 'index',
'tab' => 'profil',
)
這是什麼意思?
感謝
好的,謝謝你的信息,該網站是非常複雜的,沒有建立它自己,所以我必須開始檢查所有它,但是這看起來像一個sql注射的起點。 – user1542874
沒問題,樂意幫忙!如果有更具體的問題,請在這裏發佈。 – babelmonk