篡改參數(Tampering with the URL parameters)
http://URL/UserID=100 => http://URL/UserID=200
其他參數可以改變,包含屬性參數(Other parameters can be changed including attribute parameters)
http://URL/Status=View => http://URL/Status=Delete
建議關閉 IIS 中選項「Directory Browsing」
或是伺服器設定不正確:Apache中設定檔中的indexes拿掉即可。
未限制存取權限(access restricted directories)
利用參數弱點(manipulate variables) "../"
http://URL/file
http://URL/../../../../etc/passwd
http://URL/../../../../etc/shadow
易於利用(Easy Exploitation)
流行普遍(Common Prevalence)
常見範例(Example)
利用系統指令造成的弱點
輕型目錄訪問協定(Lightweight Directory Access Protocol)
主要目的是利用跳脫字元繞過登入驗證:
「=」、「>=」、「<=」、「~=」、「*」、「AND(&)」、「OR(|)」、「NOT(!)」