Skip to content

Update site content #1779

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ <h2 class="on-sm-hide mt-20">

</hgroup>

<a href="/intro-video/" class="button button--blue">Intro Video</a>
<a href="/getting-started/" class="button button--blue">Quick Start Guide</a>
<a href="/download/" class="button button--orange">Download Now</a>
</div>
Expand Down
38 changes: 37 additions & 1 deletion index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10564,6 +10564,28 @@ or a &lt;a href=&#34;/docs/desktop/addons/alert-filters/globalalertfilter/&#34;&
&lt;/tr&gt;
&lt;/thead&gt;

&lt;tr&gt;
&lt;td &gt;



&lt;/td&gt;
&lt;td id=&#34;video-yywD8ebNn6o&#34;&gt;

&lt;a href=&#34;https://www.youtube.com/watch?v=yywD8ebNn6o&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;An Introduction to ZAP by Checkmarx - Official Version&lt;/a&gt;

&lt;/td&gt;
&lt;td align=&#34;center&#34;&gt;
6:56
&lt;/td&gt;
&lt;td&gt;
introduction
&lt;/td&gt;
&lt;td align=&#34;center&#34;&gt;
2025/06/30
&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td &gt;

Expand Down Expand Up @@ -18190,7 +18212,7 @@ This is particularly useful for comparing 2 sessions which access the same appli

&lt;div class=&#34;grid grid__two-col grid_row_gap&#34;&gt;
&lt;div class=&#39;embed-youtube&#39;&gt;
&lt;iframe src=&#39;https://www.youtube.com/embed/OkELONAQyAY&#39; frameborder=&#39;0&#39; allowfullscreen&gt;&lt;/iframe&gt;
&lt;iframe src=&#39;https://www.youtube.com/embed/yywD8ebNn6o&#39; frameborder=&#39;0&#39; allowfullscreen&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
</item>
Expand Down Expand Up @@ -25679,6 +25701,20 @@ changes are included.&lt;/p&gt;</description>
&lt;p&gt;The scope can be:&lt;/p&gt;</description>
</item>

<item>
<title>ZAP Intro Video</title>
<link>/intro-video/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>/intro-video/</guid>
<description>&lt;div class=&#39;embed-youtube&#39;&gt;
&lt;iframe src=&#39;https://www.youtube.com/embed/yywD8ebNn6o&#39; frameborder=&#39;0&#39; allowfullscreen&gt;&lt;/iframe&gt;
&lt;/div&gt;


&lt;p&gt;Next step - follow the &lt;a href=&#34;/getting-started/&#34;&gt;Getting Started&lt;/a&gt; guide.&lt;/p&gt;</description>
</item>

<item>
<title>ZAP Marketplace</title>
<link>/addons/</link>
Expand Down
193 changes: 193 additions & 0 deletions intro-video/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,193 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="description" content="The world’s most widely used web app scanner. Free and open source. ZAP is a community project actively maintained by a dedicated international team, and a GitHub Top 1000 project.">

<title>ZAP &ndash; ZAP Intro Video</title>

<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon" />
<link href="https://fonts.googleapis.com/css?family=Quicksand:500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Istok+Web|Open+Sans:400,700|Rubik&display=swap" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/lunr.js/2.3.6/lunr.min.js"></script>

<script async src="https://www.googletagmanager.com/gtag/js?id=G-JDLGW1172L"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-JDLGW1172L');
</script>



<link href="/main.98e1bf.css" rel="stylesheet">

</head>
<body>
<div id="page-container">
<div id="content-wrap">
<header class="site-header">
<div class="wrapper flex jc-sb ai-c">
<div class="flex">
<nav class="site-nav" role="navigation">
<a href="/" aria-label="return to landing page" class="logo">
<img src = "/img/zap-by-checkmarx.svg" height="65px" alt="ZAP By Checkmarx"/>
</a>
</nav>
</div>
<div class="nav-content flex">
<nav class="site-nav" role="navigation">
<div class="hamburger-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"/><path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/></svg>
</div>
<input class="hamburger-click" aria-label="site menu" type="checkbox" />
<ul id="primary-menu" class="flex">



<li class="">
<a href="/blog/" title="Blog page">
Blog
</a>
</li>



<li class="">
<a href="/videos/" title="Videos page">
Videos
</a>
</li>



<li class="">
<a href="/docs/" title="Documentation page">
Documentation
</a>
</li>



<li class="">
<a href="/community/" title="Community page">
Community
</a>
</li>


<li id="search-menu">
<a class="toggler" href="#">
<img height="20" width="20" src="/img/search.svg" alt="Search icon"/>
</a>

<form data-no-csrf action="/search">
<input type="text" name="q" placeholder="Search ..." style="width: 100%" />
</form>
</li>
</ul>
</nav>
<div class="download-button">
<a id="cta-download" href="/download/" class="button button--orange">Download</a>
</div>
<div class="social-links header-social">
<ul class="flex ai-c no-list-style m-10 px-20">
<li>
<a href="https://github.com/zaproxy" aria-label="Go to ZAP's GitHub repo"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.36 18.88"><path d="M9.68 0a9.68 9.68 0 0 0-3.06 18.86c.48.09.64-.21.64-.46v-1.8C4.57 17.18 4 15.45 4 15.45A2.57 2.57 0 0 0 2.93 14c-.88-.6.07-.59.07-.59a2 2 0 0 1 1.48 1 2.06 2.06 0 0 0 2.82.8A2 2 0 0 1 7.91 14c-2.15-.29-4.41-1.12-4.41-4.83a3.72 3.72 0 0 1 1-2.59A3.53 3.53 0 0 1 4.59 4s.82-.26 2.67 1a9 9 0 0 1 4.84 0c1.9-1.25 2.66-1 2.66-1a3.49 3.49 0 0 1 .1 2.57 3.71 3.71 0 0 1 1 2.59c0 3.72-2.26 4.54-4.42 4.78a2.3 2.3 0 0 1 .67 1.79v2.67c0 .25.15.56.64.46A9.68 9.68 0 0 0 9.68 0z" fill="#00549e"/></svg></a>
</li>
<li>
<a href="https://twitter.com/zaproxy" aria-label="Follow ZAP on Twitter"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.36 15.73"><path d="M19.36 1.86a8 8 0 0 1-2.28.63 3.94 3.94 0 0 0 1.74-2.2 7.53 7.53 0 0 1-2.52 1 4 4 0 0 0-6.77 3.59A11.29 11.29 0 0 1 1.35.73 4 4 0 0 0 2.58 6a3.91 3.91 0 0 1-1.8-.5A4 4 0 0 0 4 9.48a4 4 0 0 1-1.79.06 4 4 0 0 0 3.67 2.76A8 8 0 0 1 0 14a11.32 11.32 0 0 0 6.09 1.78A11.24 11.24 0 0 0 17.38 3.92a8.08 8.08 0 0 0 1.98-2.06z" fill="#00549e"/></svg></a>
</li>
</ul>
</div>
</div>

</div>
</header>



<section class="bolt-header">
<div class="wrapper py-20">
<h1 class="text--white">ZAP Intro Video</h1>
</div>
</section>

<section>
<div class="wrapper py-70">


<div class='embed-youtube'>
<iframe src='https://www.youtube.com/embed/yywD8ebNn6o' frameborder='0' allowfullscreen></iframe>
</div>


<p>Next step - follow the <a href="/getting-started/">Getting Started</a> guide.</p>





</div>
</section>


</div>
<footer class="site-footer py-20 mt-20">
<div class="wrapper flex jc-sb">
<div class="flex ai-c">
<div class="footer-logo"><svg xmlns="http://www.w3.org/2000/svg" width="55px" viewBox="0 0 77.58 77.61"><path d="M49.48 21.64a3.46 3.46 0 0 1 .44 3 3.38 3.38 0 0 1-2.16 2.14l-1.17.38 10.74 13.56a3.39 3.39 0 0 1-1.83 5.41l-2 .5L68 65A37.78 37.78 0 0 0 39.85 2c-1.34 0-2.66.07-4 .2zM23.33 48.26a3.4 3.4 0 0 1 .45-6.09L25 41.7l-13.81-10a3.4 3.4 0 0 1 .62-5.86l.2-.09-5.47-3.84a37.79 37.79 0 0 0 55.32 48.6z" fill="#fff"/><path d="M67.84 69.48L49 45.59a.55.55 0 0 1 .28-.87l5.55-1.36a.58.58 0 0 0 .23-.13.48.48 0 0 0 .09-.11.62.62 0 0 0 .08-.24.58.58 0 0 0 0-.26.54.54 0 0 0-.07-.13L42.29 26.37a.75.75 0 0 1-.07-.12.55.55 0 0 1 .31-.74l4.35-1.4a.54.54 0 0 0 .26-.83L30.92.22a.5.5 0 0 0-.61-.22L.32 13a.55.55 0 0 0-.1.94l16.72 11.88a.52.52 0 0 1 .22.49.45.45 0 0 1-.09.26.48.48 0 0 1-.09.11l-.13.08-3.93 1.72a.55.55 0 0 0-.29.31v.13a.59.59 0 0 0 .22.5l8.62 6.22 8.61 6.21a.55.55 0 0 1 0 .87.57.57 0 0 1-.13.08l-5.11 2a.55.55 0 0 0-.28.75.56.56 0 0 0 .21.22l42.43 24.5a.53.53 0 0 0 .64-.79z" fill="#fff"/></svg></div>
<div class="footer-left">
<nav class="footer-nav">
<ul class="flex">



<li class="ml-10"><a href="/blog/" title="Blog page">Blog</a></li>



<li class="ml-10"><a href="/videos/" title="Videos page">Videos</a></li>



<li class="ml-10"><a href="/community/" title="Community page">Community</a></li>



<li class="ml-10"><a href="/docs/statistics/" title="Statistics page">Statistics</a></li>


</ul>
</nav>

</div>
</div>

<div class="flex ai-c">
<span class="OutroFooter">
© Copyright 2025 the ZAP Dev Team</br>
ZAP by <a href="https://checkmarx.com" aria-label="Checkmarx">Checkmarx</a>
</span>
<ul class="flex footer-social">
<li>
<a href="https://github.com/zaproxy/" aria-label="Go to ZAP's GitHub repo"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.36 18.88"><path d="M9.68 0a9.68 9.68 0 0 0-3.06 18.86c.48.09.64-.21.64-.46v-1.8C4.57 17.18 4 15.45 4 15.45A2.57 2.57 0 0 0 2.93 14c-.88-.6.07-.59.07-.59a2 2 0 0 1 1.48 1 2.06 2.06 0 0 0 2.82.8A2 2 0 0 1 7.91 14c-2.15-.29-4.41-1.12-4.41-4.83a3.72 3.72 0 0 1 1-2.59A3.53 3.53 0 0 1 4.59 4s.82-.26 2.67 1a9 9 0 0 1 4.84 0c1.9-1.25 2.66-1 2.66-1a3.49 3.49 0 0 1 .1 2.57 3.71 3.71 0 0 1 1 2.59c0 3.72-2.26 4.54-4.42 4.78a2.3 2.3 0 0 1 .67 1.79v2.67c0 .25.15.56.64.46A9.68 9.68 0 0 0 9.68 0z" fill="#00549e"/></svg></a>
</li>
<li>
<a href="https://twitter.com/zaproxy" aria-label="Follow ZAP on Twitter"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.36 15.73"><path d="M19.36 1.86a8 8 0 0 1-2.28.63 3.94 3.94 0 0 0 1.74-2.2 7.53 7.53 0 0 1-2.52 1 4 4 0 0 0-6.77 3.59A11.29 11.29 0 0 1 1.35.73 4 4 0 0 0 2.58 6a3.91 3.91 0 0 1-1.8-.5A4 4 0 0 0 4 9.48a4 4 0 0 1-1.79.06 4 4 0 0 0 3.67 2.76A8 8 0 0 1 0 14a11.32 11.32 0 0 0 6.09 1.78A11.24 11.24 0 0 0 17.38 3.92a8.08 8.08 0 0 0 1.98-2.06z" fill="#00549e"/></svg></a>
</li>
</ul>
</div>
</div>
</footer>



<script src="/main.aa09f7.js"></script>

</div>
</body>
</html>
14 changes: 11 additions & 3 deletions search/index.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3152,6 +3152,8 @@
<loc>/docs/internal-events/</loc>
</url><url>
<loc>/docs/internal-statistics/</loc>
</url><url>
<loc>/intro-video/</loc>
</url><url>
<loc>/addons/</loc>
</url><url>
Expand Down
22 changes: 22 additions & 0 deletions videos-list/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,28 @@ <h1 class="text--white">All ZAP Videos</h1>
</tr>
</thead>

<tr>
<td >



</td>
<td id="video-yywD8ebNn6o">

<a href="https://www.youtube.com/watch?v=yywD8ebNn6o" target="_blank" rel="noopener noreferrer">An Introduction to ZAP by Checkmarx - Official Version</a>

</td>
<td align="center">
6:56
</td>
<td>
introduction
</td>
<td align="center">
2025/06/30
</td>
</tr>

<tr>
<td >

Expand Down
2 changes: 1 addition & 1 deletion videos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h3 id="latest-video">Latest Video <a class="header-link" href="#latest-video"><

<div class="grid grid__two-col grid_row_gap">
<div class='embed-youtube'>
<iframe src='https://www.youtube.com/embed/OkELONAQyAY' frameborder='0' allowfullscreen></iframe>
<iframe src='https://www.youtube.com/embed/yywD8ebNn6o' frameborder='0' allowfullscreen></iframe>
</div>
</div>

Expand Down