<form action="" method="post">
<input type="text" name="k"> <br>
<input type="password" name="p"> <br>
<input type="submit" value="gonder"> <br>
</form>
此代码具有xpath注入,并且此代码的xml数据库是:
<?xml version="1.0" encoding="UTF-8"?>
<kullanicilar>
<kullanici>
<id>1</id>
<kAdi>yetkili</kAdi>
<parola>1999yetkili!</parola>
<bilgi>merhaba dunya</bilgi>
如何在此代码中进行xpath注入?
我阅读了其他主题,但是没有用,或者我听不懂。
我在等你的帮助