-
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zaproxy: use zap.sh instead of zap.jar
- Loading branch information
1 parent
3b96175
commit 64aca6c
Showing
3 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
alias zaproxy='/usr/lib/jvm/java-21-openjdk/bin/java -Xmx4g -jar /opt/tools/zaproxy/zap.jar' | ||
alias zaproxy='/opt/tools/zaproxy/zap.sh' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
zaproxy | ||
zaproxy -cmd -addonupdate | ||
zaproxy -host "0.0.0.0" -port "8080" | ||
zaproxy -host "127.0.0.1" -port "8080" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters