Tag: Guest

Enhancing ZAP with AI for Bug Bounty Hunting

Posted 975 Words
Building an intelligent security testing system that leverages ZAP’s automation capabilities and machine learning to improve vulnerability detection

Solving Caido Labs

Posted 1972 Words
In this blog we show how to solve Caido labs using ZAP.

Use ZAP with Flagger in Kubernetes

Posted 2150 Words
Learn how to integrate ZAP with Flagger in a Kubernetes cluster to scan the security of each new deployment.

Powering Up DAST with ZAP and Noir

Posted 732 Words
Integrating Noir, a tool for discovering hidden endpoints in source code, with ZAP enhances dynamic application security testing (DAST).

Automated ZAP Scans for Orchard Core Apps

Posted 542 Words
If you have an app running on the ASP.NET Core web framework and CMS Orchard Core, you can now easily run ZAP scans for it.

Map Local Add-on

Posted 314 Words
Allows mapping of responses to content of chosen local file.

The Eval Villain Add-on

Posted 1560 Words
Eval Villain was recently added to the ZAP Marketplace. This add-on installs the Eval Villain web extension in Firefox and allows the inspection of arguments to arbitrary native JavaScript functions.

ZAP JWT Support Add-on

Posted 423 Words

With the popularity of JSON Web Tokens (JWTs) there comes the need to secure their use so that they are not misused because of bad configuration, older libraries, or buggy implementations. So the JWT Support add-on is used to find such vulnerabilities and this blog explains on how to use it.