Jump to content

OWASP ZAP: Difference between revisions

From Wiki
m Kangtain moved page Software/OWASP ZAP to OWASP ZAP over redirect
No edit summary
 
Line 1: Line 1:
== Requirement ==
== Requirement ==


* Java Virtual Machine packet
* Java Virtual Machine packet  
 


Use the following command to install the packet<syntaxhighlight lang="shell">
Use the following command to install the packet<syntaxhighlight lang="shell">

Latest revision as of 19:20, 23 December 2025

Requirement

  • Java Virtual Machine packet


Use the following command to install the packet

sudo apt-get update
sudo apt install openjdk-8-jre-headless
sudo apt install openjdk-11-jre
sudo apt-get update

Source

sudo apt-get upgrade