0

I'm trying to make scans using Sqlmapapi. I have added a new task, and when I call /option/$taskId/list in response, I receive JSON output with options that can be set.

I could not find any information on how can I do it. How to call API to set a cookie header, for example?

schroeder
  • 123,438
  • 55
  • 284
  • 319
Bidon47
  • 1
  • 3

1 Answers1

0

You need to add "cookie": "cookie value" to JSON, which You create while calling to scan/$taskID/start

schroeder
  • 123,438
  • 55
  • 284
  • 319
Bidon47
  • 1
  • 3