all repos — site @ f011bb2ca0d6be36239c1cd854a2e889d8b8c4ae

source for my site, found at icyphox.sh

Meta stuff
Anirudh icyph0x@pm.me
Fri, 05 Apr 2019 19:17:23 +0530
commit

f011bb2ca0d6be36239c1cd854a2e889d8b8c4ae

parent

8fa4d8d27d2d10c3452b57f24e31a37edfc49ba7

M build/blog/break-the-ice/index.htmlbuild/blog/break-the-ice/index.html

@@ -30,6 +30,7 @@ </header>

<body> <div class="content"> <div align="left"> + <p> </p> <h1>Break the Ice — Hardware CTF</h1> <h2>SecureLayer7’s hardware CTF at Nullcon ’19, Goa</h2>
M build/blog/index.htmlbuild/blog/index.html

@@ -31,7 +31,7 @@ <div class="content">

<div align="left"> <h1>Posts</h1> -<p><a href="/blog/python-for-re-1/">Python for Reverse Engineering #1: ELF Binaries</a> — Feb 2019</p> +<p>8 Feb, 2019 — <a href="/blog/python-for-re-1/">Python for Reverse Engineering #1: ELF Binaries</a></p> </div> </body>
M build/blog/python-for-re-1/index.htmlbuild/blog/python-for-re-1/index.html

@@ -30,6 +30,7 @@ </header>

<body> <div class="content"> <div align="left"> + <p> 8 Feb, 2019 </p> <h1>Python for Reverse Engineering 1: ELF Binaries</h1> <h2>Building your own disassembly tooling for — that’s right — fun and profit</h2>
A build/blog/python-for-re-2/index.html

@@ -0,0 +1,39 @@

+<!DOCTYPE html> +<html lang=en> +<link rel="stylesheet" href="/static/style.css" type="text/css"> +<link rel="stylesheet" href="/static/syntax.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="viewport" content="initial-scale=1"> +<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> +<meta content="#021012" name="theme-color"> +<meta name="HandheldFriendly" content="true"> +<meta name="twitter:card" content="summary_large_image"> +<meta name="twitter:site" content="@icyphox"> +<meta name="twitter:title" content=""> +<meta name="twitter:description" content="A blog where security is shilled, aggressively."> +<meta name="twitter:image" content="/static/icyphox.png"> +<meta property="og:title" content=""> +<meta property="og:type" content="website"> +<meta property="og:description" content="A blog where security is shilled, aggressively."> +<meta property="og:url" content="https://icyphox.sh"> +<meta property="og:image" content="/static/icyphox.png"> +<html> + <title> + + </title> +<script src="//instant.page/1.1.0" type="module" integrity="sha384-EwBObn5QAxP8f09iemwAJljc+sU+eUXeL9vSBw1eNmVarwhKk2F9vBEpaN9rsrtp"></script> +<div class="container-text"> + <header class="header"> + <a href="../">‹ back</a> + </header> +<body> + <div class="content"> + <div align="left"> + <p> 05 April, 2019 </p> + <p></p> + + </div> + </body> + </div> +</html>
M pages/blog/_index.mdpages/blog/_index.md

@@ -5,5 +5,5 @@ ---

# Posts -[Python for Reverse Engineering #1: ELF Binaries](/blog/python-for-re-1/) — Feb 2019 +8 Feb, 2019 — [Python for Reverse Engineering #1: ELF Binaries](/blog/python-for-re-1/)
M pages/blog/python-for-re-1.mdpages/blog/python-for-re-1.md

@@ -1,6 +1,7 @@

--- template: text.html title: Python for Reverse Engineering #1: ELF Binaries +date: 8 Feb, 2019 --- # Python for Reverse Engineering 1: ELF Binaries
A pages/blog/python-for-re-2.md

@@ -0,0 +1,5 @@

+--- +template: text.html +title: +date: 05 April, 2019 +---
M templates/text.htmltemplates/text.html

@@ -30,6 +30,7 @@ </header>

<body> <div class="content"> <div align="left"> + <p> {{ date }} </p> {{ body }} </div> </body>