Skip to content

Commit ca2db05

Browse files
authored
Merge pull request #504 from Charlie-Say/documentBranch
Add video links to contents
2 parents 34f3a14 + c7ac912 commit ca2db05

File tree

7 files changed

+34
-0
lines changed

7 files changed

+34
-0
lines changed

addOns/help/src/main/javahelp/contents/cmdline.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,11 @@ <H2>See also</H2>
8383
<a href="start/features/api.html">API</a></td><td>to control ZAP programmatically</td></tr>
8484
</table>
8585

86+
<H2>Official Videos</H2>
87+
<table>
88+
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
89+
<td><a href="https://play.vidyard.com/g97SccHH52RXnAcBYBmDGA">ADDO Automation: Automation Command Line</a> (14:03)</td></tr>
90+
</table>
91+
8692
</BODY>
8793
</HTML>

addOns/help/src/main/javahelp/contents/start/features/addons.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,11 @@ <H2>See also</H2>
5151
<a href="https://www.zaproxy.org/addons/">Marketplace</a></td><td>to browse the add-ons online</td></tr>
5252
</table>
5353

54+
<H2>Official Videos</H2>
55+
<table>
56+
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
57+
<td><a href="https://www.youtube.com/watch?v=N4OEtVCda6s">ZAPCon 2022: More Power to "ZAP" - Demystifying ZAP Add-ons</a> (40:29)</td></tr>
58+
</table>
59+
5460
</BODY>
5561
</HTML>

addOns/help/src/main/javahelp/contents/start/features/api.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ <H2>See also</H2>
3434
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>
3535
<a href="../../ui/overview.html">UI Overview</a></td><td>for an overview of the user interface</td></tr>
3636
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>
37+
<a href="https://www.zaproxy.org/docs/api/#introduction">API Overview</a></td><td>for an overview of the API</td></tr>
38+
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>
3739
<a href="features.html">Features</a></td><td>provided by ZAP</td></tr>
3840
</table>
3941

addOns/help/src/main/javahelp/contents/start/features/ascan.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ <H2>Official Videos</H2>
6161
<table>
6262
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
6363
<td><a href="https://play.sonatype.com/watch/ZcEfSihgQSzuthJi4qEeW3">ZAP In Ten: Active Scanning</a> (9:47)</td></tr>
64+
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
65+
<td><a href="https://play.vidyard.com/aEwqErXFMTYdDDQbTgnJeA">ZAP In Ten: Active Scan Scripts</a> (11:37)</td></tr>
66+
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
67+
<td><a href="https://www.youtube.com/watch?v=z2r4xGMQlys">Deep Dive: Active Scanning</a> (31:26)</td></tr>
6468
</table>
6569

6670
</BODY>

addOns/help/src/main/javahelp/contents/start/features/pscan.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ <H2>Official Videos</H2>
4646
<table>
4747
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
4848
<td><a href="https://play.sonatype.com/watch/vDWpoYjHi7fSLYFDQPWgMF">ZAP In Ten: Passive Scanning</a> (10:27)</td></tr>
49+
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
50+
<td><a href="https://play.vidyard.com/HfENJ3GJB3zbD6sMscDrjD">ZAP In Ten: Passive Scan Scripts</a> (11:53)</td></tr>
51+
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
52+
<td><a href="https://www.youtube.com/watch?v=Rx42kyrB0nk">Deep Dive: Passive Scanning</a> (27:35)</td></tr>
4953
</table>
5054

5155
</BODY>

addOns/help/src/main/javahelp/contents/start/pentest.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,11 @@ <H2>External Links</H2>
5353
<td> OWASP Testing Guide</td></tr>
5454
</table>
5555

56+
<H2>Official Videos</H2>
57+
<table>
58+
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
59+
<td><a href="https://www.youtube.com/watch?v=AqZdqAK9S2g">ZAPCon 2022: Drive-By Pentesting with ZAP Scripts</a> (38:19)</td></tr>
60+
</table>
61+
5662
</BODY>
5763
</HTML>

addOns/help/src/main/javahelp/contents/start/start.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ <H2>See also</H2>
6060
<a href="checks.html">Scanner Rules</a></td><td>supported by default</td></tr>
6161
</table>
6262

63+
<H2>Official Videos</H2>
64+
<table>
65+
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
66+
<td><a href="https://www.youtube.com/watch?v=32W_hm30dsg">ZAPCon 2022: ZAP for Everybody</a> (44:05)</td></tr>
67+
</table>
68+
6369

6470

6571
</BODY>

0 commit comments

Comments
 (0)