<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unit363-Web-Vuln-Lab on unit363</title><link>https://unit363.dev/tags/unit363-web-vuln-lab/</link><description>Recent content in Unit363-Web-Vuln-Lab on unit363</description><generator>Hugo</generator><language>en</language><copyright>unit363</copyright><lastBuildDate>Sun, 10 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://unit363.dev/tags/unit363-web-vuln-lab/index.xml" rel="self" type="application/rss+xml"/><item><title>CSRF</title><link>https://unit363.dev/posts/csrf/</link><pubDate>Sun, 10 May 2026 00:00:00 +0000</pubDate><guid>https://unit363.dev/posts/csrf/</guid><description>&lt;h1 id="what-is-csrf"&gt;What is CSRF&lt;/h1&gt;
&lt;p&gt;Cross-&lt;strong&gt;site&lt;/strong&gt; request forgery (CSRF or XSRF) is a web vulnerability where an attacker can perform actions on behalf of a victim. This is possible because the browser automatically attaches the session cookie to cross-site requests. (Also called one-click attack or session riding.)&lt;/p&gt;
&lt;h1 id="how-does-csrf-work"&gt;How does CSRF Work&lt;/h1&gt;
&lt;p&gt;In this chapter we want to explore this vulnerability in depth.
For that we have to first understand how session-based authentication works in a web application.&lt;/p&gt;</description></item><item><title>Unit363 Web Vulnerability Lab</title><link>https://unit363.dev/tools/unit363-web-vuln-lab/</link><pubDate>Sun, 10 May 2026 00:00:00 +0000</pubDate><guid>https://unit363.dev/tools/unit363-web-vuln-lab/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;This is a web vulnerability lab for learning and experimenting with web vulnerabilities.&lt;/p&gt;
&lt;h2 id="intentionally-possible-attacks"&gt;Intentionally possible attacks&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;CSRF&lt;/li&gt;
&lt;li&gt;XSS&lt;/li&gt;
&lt;li&gt;SQLi&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="github"&gt;Github&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;GitHub&lt;/strong&gt; — &lt;a href="https://github.com/Unit363/unit363-web-vuln-lab/"&gt;github.com/Unit363/unit363-web-vuln-lab/&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>