Fix feed channel description Signed-off-by: Anirudh <icyph0x@pm.me>
@@ -2,7 +2,7 @@ <rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
<channel> <title>icyphox's blog</title> <link>https://icyphox.sh/blog/</link> - <description>icyphox's blog</description> + <description>Security, forensics and privacy.</description> <atom:link href="https://icyphox.sh/blog/feed.xml" rel="self" type="application/xml"/> <image> <title>icyphox logo</title>@@ -41,7 +41,7 @@
<p><img src="/static/img/bt_ws_value.png" alt="wireshark write req" /></p> <p>We attempted replaying these requests using <code>gattool</code> and <code>gattacker</code>, -but that didn’t pan out, since the value being written was encrypted.<sup class="footnote-ref” id="fnref-1"><a href="#fn-1">1</a></sup></p> +but that didn’t pan out, since the value being written was encrypted.<sup class="footnote-ref" id="fnref-1"><a href="#fn-1">1</a></sup></p> <h3 id="via-the-android-app">Via the Android app</h3>@@ -153,7 +153,7 @@ (the attacker) needs to authorize that. </p>
<p>To add to that, roughly 15,000 user accounts’ info are exposed via IDOR. Ilja, a cool dude I met on Telegram, noticed locks named “carlock”, -“garage”, “MainDoor”, etc.<sup class="footnote-ref” id="fnref-2"><a href="#fn-2">2</a></sup> This is terrifying.</p> +“garage”, “MainDoor”, etc.<sup class="footnote-ref" id="fnref-2"><a href="#fn-2">2</a></sup> This is terrifying.</p> <p><em>shudders</em></p>@@ -180,7 +180,7 @@ with keys. With the IoT plague spreading, it brings in a large attack surface
to things that were otherwise “unhackable” (try hacking a “dumb” toaster).</p> <p>The IoT security scene is rife with bugs from over 10 years ago, like -executable stack segments<sup class="footnote-ref” id="fnref-3"><a href="#fn-3">3</a></sup>, hardcoded keys, and poor development +executable stack segments<sup class="footnote-ref" id="fnref-3"><a href="#fn-3">3</a></sup>, hardcoded keys, and poor development practices in general.</p> <p>Our existing threat models and scenarios have to be updated to factor
@@ -2,7 +2,7 @@ <!DOCTYPE html>
<html lang=en> <link rel="stylesheet" href="/static/style.css" type="text/css"> <link rel="shortcut icon" type="images/x-icon" href="/static/favicon.ico"> -<meta name="description" content="A blog where security is shilled, aggressively."> +<meta name="description" content="Security, forensics and privacy."> <meta name="viewport" content="initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta content="#021012" name="theme-color">@@ -10,11 +10,11 @@ <meta name="HandheldFriendly" content="true">
<meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@icyphox"> <meta name="twitter:title" content="Blog"> -<meta name="twitter:description" content="A blog where security is shilled, aggressively."> +<meta name="twitter:description" content="Security, forensics and privacy."> <meta name="twitter:image" content="/static/icyphox.png"> <meta property="og:title" content="Blog"> <meta property="og:type" content="website"> -<meta property="og:description" content="A blog where security is shilled, aggressively."> +<meta property="og:description" content="Security, forensics and privacy."> <meta property="og:url" content="https://icyphox.sh"> <meta property="og:image" content="/static/icyphox.png"> <html>
@@ -1,7 +1,7 @@
--- template: blogindex.html title: Blog -subtitle: A blog where security is shilled, agressively. +subtitle: Security, forensics and privacy. --- # all posts ([rss](/blog/feed.xml))
@@ -2,7 +2,7 @@ <rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
<channel> <title>icyphox's blog</title> <link>https://icyphox.sh/blog/</link> - <description>icyphox's blog</description> + <description>Security, forensics and privacy.</description> <atom:link href="https://icyphox.sh/blog/feed.xml" rel="self" type="application/xml"/> <image> <title>icyphox logo</title>
@@ -2,7 +2,7 @@ <!DOCTYPE html>
<html lang=en> <link rel="stylesheet" href="/static/style.css" type="text/css"> <link rel="shortcut icon" type="images/x-icon" href="/static/favicon.ico"> -<meta name="description" content="A blog where security is shilled, aggressively."> +<meta name="description" content="{{ subtitle }}"> <meta name="viewport" content="initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta content="#021012" name="theme-color">@@ -10,11 +10,11 @@ <meta name="HandheldFriendly" content="true">
<meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@icyphox"> <meta name="twitter:title" content="{{ title }}"> -<meta name="twitter:description" content="A blog where security is shilled, aggressively."> +<meta name="twitter:description" content="{{ subtitle }}"> <meta name="twitter:image" content="/static/icyphox.png"> <meta property="og:title" content="{{ title }}"> <meta property="og:type" content="website"> -<meta property="og:description" content="A blog where security is shilled, aggressively."> +<meta property="og:description" content="{{ subtitle }}"> <meta property="og:url" content="https://icyphox.sh"> <meta property="og:image" content="/static/icyphox.png"> <html>
@@ -3,7 +3,7 @@ <rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
<channel> <title>icyphox's blog</title> <link>https://icyphox.sh/blog/</link> - <description>icyphox's blog</description> + <description>Security, forensics and privacy.</description> <atom:link href="https://icyphox.sh/blog/feed.xml" rel="self" type="application/xml"/> <image> <title>icyphox logo</title>