PHP em>) btw, sorgu dizesini ayrıştırmak ve bu POST kullanarak bir biçimde yapıldıysa $_GET
süper küresel dizisine (same for $_POST
bu değerleri enjekte edecektir.
Senin durumunda, $_GET
dizisi bu içerecektir:
array
'a' =>
array
0 => string 'asd' (length=3)
1 => string 'asdasd' (length=6)
'b' =>
array
0 => string '$a' (length=2)
Sorgu dizesinde geçen her değer, gerekirse []
sorgu dizesinde kullanılan olduğunda, alt-dizileri oluştururken, $_GET
dizide PHP ile konacaktır.
Üzerinde sürece düzgün girişi ile uğraşmak gibi (i.e. don't trust the input and use eval
, ya da bu gibi kötü fikir herhangi bir tür) em>, hiçbir riski yoktur: Ama bu "kod yürütme" herhangi bir neden olmaz Kod-enjeksiyon.