Julia Khanbekova
unread,Dec 8, 2024, 6:05:02 AM (14 days ago) Dec 8Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ZAP User Group
Hi, Simon!
I run the following scan:
1. First, I import all addresses using the openapi scan type from openapi.json
2. Then I run an active scan for the imported addresses
The service for which I run scan also has post methods. For example, the method for creating a project (create_project). The method takes the project name as input. After the active scan, several projects with strange names are created in my service (ZAP, c/:, ../../../../).
There are two questions from this:
1. I would like to understand why this happens and how zap chooses which parameters to submit to post methods?
2. Why are parameters not submitted for other post methods and requests are not sent, only in the create_project method.