Some questions about how Zap works

39 views
Skip to first unread message

Lucas Sacramento

unread,
May 23, 2024, 10:13:59 PM5/23/24
to ZAP User Group
Hello, I am developing a project using Zap and I have three questions, but I couldn't find any satisfactory answers in the documentation.

Can elements in the request header be used like message regex for authentication?

Does the scan with Zap work on applications built with the Flutter framework?

How does Zap, through the graphical interface, correctly select the URL with the .* regex? I am trying to automate some processes via the API and couldn't find a native way in the API to do this. Could you recommend some study material so I can reproduce this method?



Simon Bennetts

unread,
May 30, 2024, 4:30:47 AM5/30/24
to ZAP User Group
Hiya,

Answers inline:

Hello, I am developing a project using Zap and I have three questions, but I couldn't find any satisfactory answers in the documentation.

Can elements in the request header be used like message regex for authentication?

Doesnt that depend on the target app?
For details of how to handle authentication in ZAP see https://www.zaproxy.org/docs/authentication/
 

Does the scan with Zap work on applications built with the Flutter framework?

ZAP works with web apps, it should not matter how they were created.


How does Zap, through the graphical interface, correctly select the URL with the .* regex? I am trying to automate some processes via the API and couldn't find a native way in the API to do this. Could you recommend some study material so I can reproduce this method?

You can use the Search tab to find requests using regexes, you can even specify if these should match the URL, the request, response, header etc.

Can you explain what result you are trying to achieve?
There are lots of ways of doing things in ZAP, including using scripts, which will be more suitable for many purposes.

Cheers,

Simon

Reply all
Reply to author
Forward
0 new messages