all repos — site @ 73392c34275e08032ade5def4a0566070dd64392

source for my site, found at icyphox.sh

Fix feed channel description

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Fri, 09 Aug 2019 11:21:11 +0530
commit

73392c34275e08032ade5def4a0566070dd64392

parent

3ca6e1a5d5e915e6cf17ee8d60c4ec2a36fccc5b

M build/blog/feed.xmlbuild/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>

@@ -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&#8217;t pan out, since the value being written was encrypted.<sup class="footnote-ref&#8221; id="fnref-1"><a href="#fn-1">1</a></sup></p> +but that didn&#8217;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&#8217; info are exposed via IDOR. Ilja, a cool dude I met on Telegram, noticed locks named &#8220;carlock&#8221;, -&#8220;garage&#8221;, &#8220;MainDoor&#8221;, etc.<sup class="footnote-ref&#8221; id="fnref-2"><a href="#fn-2">2</a></sup> This is terrifying.</p> +&#8220;garage&#8221;, &#8220;MainDoor&#8221;, 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 &#8220;unhackable&#8221; (try hacking a &#8220;dumb&#8221; toaster).</p> <p>The IoT security scene is rife with bugs from over 10 years ago, like -executable stack segments<sup class="footnote-ref&#8221; 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
M build/blog/index.htmlbuild/blog/index.html

@@ -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>
M pages/blog/_index.mdpages/blog/_index.md

@@ -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))
M pages/blog/feed.xmlpages/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>
M templates/blogindex.htmltemplates/blogindex.html

@@ -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>
M templates/feed.xmltemplates/feed.xml

@@ -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>