mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-11 19:21:11 +03:00
20 lines
317 B
Plaintext
20 lines
317 B
Plaintext
[
|
|
{
|
|
"url": "https://httpbin.org/get?id=1",
|
|
"headers": [
|
|
"X-Test-Header: value1",
|
|
"X-Auth-Token: secret123"
|
|
]
|
|
},
|
|
{
|
|
"url": "https://httpbin.org/post",
|
|
"data": {
|
|
"username": "admin",
|
|
"id": 123
|
|
},
|
|
"headers": [
|
|
"Content-Type: application/json"
|
|
]
|
|
}
|
|
]
|