<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Security on Gaëtan Grond - Personal Website</title>
    <link>https://gaetangrond.me/categories/security/</link>
    <description>Recent content in Security on Gaëtan Grond - Personal Website</description>
    <generator>Hugo -- 0.164.0</generator>
    <language>fr-fr</language>
    <lastBuildDate>Mon, 14 Oct 2024 09:36:23 +0200</lastBuildDate>
    <atom:link href="https://gaetangrond.me/categories/security/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Why Session Hijacking Remains a Persistent Web Threat</title>
      <link>https://gaetangrond.me/posts/security/why-session-hijacking-remains-a-persistent-web-threat/</link>
      <pubDate>Mon, 14 Oct 2024 00:00:00 +0000</pubDate>
      <guid>https://gaetangrond.me/posts/security/why-session-hijacking-remains-a-persistent-web-threat/</guid>
      <description>&lt;p&gt;Web Security is a significant concern for me. Over the past few years, I’ve been learning about ethical hacking and the broader field of web and server security and one topic that has always intrigued me is session hijacking.&lt;/p&gt;
&lt;p&gt;While many security threats, such as weak passwords, SQL injections, and cross-site scripting (XSS), have been mitigated and are relatively easy to fix, session hijacking remains a persistent threat. Its ease of exploitation and potential damage make it a serious risk to web applications.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Add MFA to Django Allauth in Under 5mn</title>
      <link>https://gaetangrond.me/posts/django/how-to-add-mfa-to-django-allauth-in-under-5mn/</link>
      <pubDate>Wed, 13 Mar 2024 01:25:57 +0100</pubDate>
      <guid>https://gaetangrond.me/posts/django/how-to-add-mfa-to-django-allauth-in-under-5mn/</guid>
      <description>&lt;p&gt;As of 0.56.0 release of django-allauth (2023-09-07) the support for Multi-Factor Authentication (MFA) has been added.&lt;/p&gt;
&lt;p&gt;This is great news for the Django developer as it allows to easily add MFA to your applications, but the documentation is still a bit sparse, and it appears that the feature is not widely known yet.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The 3-2-1 Backup Strategy</title>
      <link>https://gaetangrond.me/posts/dev/demystifying-the-3-2-1-backup-strategy/</link>
      <pubDate>Mon, 13 Nov 2023 17:48:20 +0100</pubDate>
      <guid>https://gaetangrond.me/posts/dev/demystifying-the-3-2-1-backup-strategy/</guid>
      <description>&lt;p&gt;As good of a developer you are, you are not immune to data loss, mistake happen either by you or an outside force, so it is important to have a backup strategy in place and this need to be done &lt;strong&gt;before&lt;/strong&gt; you need it.&lt;/p&gt;
&lt;p&gt;One of the most popular backup strategy is the &lt;strong&gt;3-2-1&lt;/strong&gt; backup strategy, but what does it mean and how can you implement it for almost no cost and effort?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Beware of Fake Vulnerabilities Reports and Fear Mongering Tactics</title>
      <link>https://gaetangrond.me/posts/security/beware-of-fake-vulnerabilities-reports-and-fear-mongering-tactics/</link>
      <pubDate>Sat, 14 Oct 2023 03:10:34 +0200</pubDate>
      <guid>https://gaetangrond.me/posts/security/beware-of-fake-vulnerabilities-reports-and-fear-mongering-tactics/</guid>
      <description>&lt;p&gt;Few days ago I started receiving &lt;strong&gt;concerning email&lt;/strong&gt; directly to my work email address, the email was from a so-called bug bounty hunter that was claiming to have found a vulnerability in one of our products, the email was very generic and it was not clear what was the vulnerability, the only thing that was clear was that the person was asking for money to disclose the vulnerability.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Darknet Diaries Exploring Unfiltered Internet Stories of Cybersecurity and Hacking</title>
      <link>https://gaetangrond.me/posts/security/darknet-diaries-exploring-unfiltered-internet-stories-of-cybersecurity-and-hacking/</link>
      <pubDate>Fri, 15 Sep 2023 10:57:34 +0200</pubDate>
      <guid>https://gaetangrond.me/posts/security/darknet-diaries-exploring-unfiltered-internet-stories-of-cybersecurity-and-hacking/</guid>
      <description>&lt;p&gt;One topic I am fascinated by is &lt;strong&gt;cybersecurity&lt;/strong&gt;, &lt;strong&gt;hacking&lt;/strong&gt; and the work of &lt;strong&gt;penetration testers&lt;/strong&gt;, if you are like me, read on this article is for you.&lt;/p&gt;
&lt;h2 id=&#34;what-is-darknet-diaries&#34;&gt;What is Darknet Diaries?&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Darknet Diaries&lt;/strong&gt; is a podcast about &lt;strong&gt;hackers&lt;/strong&gt;, breaches, shadow government activity, hacktivism, cybercrime but also about &lt;strong&gt;security professionals&lt;/strong&gt; and researchers. The podcast is hosted by Jack Rhysider, a security professional with over 15 years of experience in the field.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Secure Your Droplet With Cloud Firewall in 5 Minutes</title>
      <link>https://gaetangrond.me/posts/security/secure-your-droplet-with-cloud-firewall/</link>
      <pubDate>Mon, 31 Jul 2023 23:32:32 +0200</pubDate>
      <guid>https://gaetangrond.me/posts/security/secure-your-droplet-with-cloud-firewall/</guid>
      <description>&lt;p&gt;I am a long time user of DigitalOcean and I have been using many of their services for more than 6 years, including their &lt;a href=&#34;https://www.digitalocean.com/docs/networking/firewalls/&#34;&gt;Cloud Firewall&lt;/a&gt;. I have been using it for a long time and I have been very happy with it.&lt;/p&gt;
&lt;p&gt;Most of the time when people create a new droplet they just leave their server open to the world, which is not a good idea, especially if you are running a production server.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
