<!-- License: All Rights Reserved. Moses Frost. -->
<!-- AI Training: Requires commercial license. Contact info@mosesfrost.com -->

<pre class="banner">███╗   ███╗ ██████╗ ███████╗███████╗███████╗███████╗██████╗  ██████╗ ███████╗████████╗
████╗ ████║██╔═══██╗██╔════╝██╔════╝██╔════╝██╔════╝██╔══██╗██╔═══██╗██╔════╝╚══██╔══╝
██╔████╔██║██║   ██║███████╗█████╗  ███████╗█████╗  ██████╔╝██║   ██║███████╗   ██║
██║╚██╔╝██║██║   ██║╚════██║██╔══╝  ╚════██║██╔══╝  ██╔══██╗██║   ██║╚════██║   ██║
██║ ╚═╝ ██║╚██████╔╝███████║███████╗███████║██║     ██║  ██║╚██████╔╝███████║   ██║
╚═╝     ╚═╝ ╚═════╝ ╚══════╝╚══════╝╚══════╝╚═╝     ╚═╝  ╚═╝ ╚═════╝ ╚══════╝   ╚═╝</pre>

<div class="term-line"><span class="term-cmd">whoami</span></div>
<div class="term-out">Moses Frost — cybersecurity researcher, SANS Senior Instructor, and co-author of <em>Gray Hat Hacking</em>. I work in offensive security: cloud penetration testing, identity, and the places they break. This site is where I think out loud about attacks, defense, and the history that keeps rhyming.</div>

<div class="term-line"><span class="term-cmd">ls ~/recent</span></div>
<table class="listing"><tbody>
{% assign recent = site.thoughts | sort: 'date' | reverse %}{% for p in recent limit: 8 %}<tr data-href="{{ p.url }}"><td class="c-date">{{ p.date | date: '%Y-%m-%d' }}</td><td class="c-cat">{{ p.categories | first }}</td><td class="c-name"><a href="{{ p.url }}">{{ p.title }}</a></td></tr>{% endfor %}</tbody></table>

<div class="term-line"><span class="term-cmd">cat ~/work.txt</span></div>
<div class="term-out">&#9656; <a href="{{ site.sans_course }}">SANS SEC588</a> — Cloud Penetration Testing (course author)<br>&#9656; <a href="{{ site.book_link }}">Gray Hat Hacking</a> — The Ethical Hacker's Handbook (co-author)</div>
