mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-11 19:21:11 +03:00
13 lines
292 B
Plaintext
13 lines
292 B
Plaintext
[
|
|
{
|
|
"url": "https://demo.owasp-juice.shop/rest/products/search?q=test"
|
|
},
|
|
{
|
|
"url": "https://demo.owasp-juice.shop/rest/user/login",
|
|
"data": "{\"email\":\"test@example.com\",\"password\":\"password123\"}"
|
|
},
|
|
{
|
|
"url": "https://demo.owasp-juice.shop/api/Users/1"
|
|
}
|
|
]
|