<?xml version="1.0" encoding="UTF-8"?>
<!--
  OpenSearch descriptor. Lets a browser register this site as a search engine:
  type the domain in the address bar, press Tab, and search the blog directly.
  Firefox offers it automatically; Chrome adds it after a couple of visits.

  The Url template points at /search/, which already reads ?q= from the URL.
-->
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
                       xmlns:moz="http://www.mozilla.org/2006/browser/search/">
  <ShortName>gkarchemsky</ShortName>
  <Description>Reverse engineering, vulnerability research and exploit development.</Description>
  <InputEncoding>UTF-8</InputEncoding>
  <Image width="16" height="16" type="image/x-icon">https://gkarchemsky.com/favicon.ico</Image>
  <Url type="text/html" method="get"
       template="https://gkarchemsky.com/search/?q={searchTerms}"/>
  <moz:SearchForm>https://gkarchemsky.com/search/</moz:SearchForm>
</OpenSearchDescription>
