
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>https://oxasploits.com/</id>
 <title>oxasploits</title>
  <subtitle>A collection of blog enteries on infosec utilities, vulnerability research, and exploit development work.</subtitle>
  <updated>2026-09-01T13:30:47-04:00</updated>
  <author>
    <name>Marshall Whittaker</name>
    <uri>https://oxasploits.com/</uri>
  </author>
<link rel="self" type="application/atom+xml" href="https://oxasploits.com/feed.xml"/>
<link rel="alternate" type="text/html" hreflang="en-US"
    href="https://oxasploits.com/"/>
  <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator>
  <rights> © 2026 Marshall Whittaker </rights>
  <icon>/assets/img/favicons/favicon.ico</icon>
  <logo>/assets/img/favicons/favicon-96x96.png</logo>
  <entry>
   <title>Analyzing 404 Keylogger / Snake Malware Network Traffic with PacketSnitch</title>
  <link href="https://oxasploits.com/posts/malware-analysis-decyphering-404-keylogger-snake-using-packetsnitch/" rel="alternate" type="text/html" title="Analyzing 404 Keylogger / Snake Malware Network Traffic with PacketSnitch" />
   <published>2026-09-01T00:00:00-04:00</published>
    <updated>2026-09-01T13:27:03-04:00</updated>
    <id>https://oxasploits.com/posts/malware-analysis-decyphering-404-keylogger-snake-using-packetsnitch/</id>
    <content src="https://oxasploits.com/posts/malware-analysis-decyphering-404-keylogger-snake-using-packetsnitch/" />
    <author>
      <name>Marshall Whittaker</name>
    </author>
    <category term="malware" />
    <summary>
      I recently got my hands on a packet capture containing traffic from 404 Keylogger / Snake malware (thanks malware-traffic-analysis.net ), and decided it would make a good real-world test of PacketSnitch, the network analysis software I have been developing. PacketSnitch is designed to take PCAP/PCAPNG captures and turn the raw traffic into something a little easier to tear apart: hosts, streams...
    </summary>
  </entry>
  <entry>
   <title>Using a shared library to hijack sudos call to read to lift users passwords</title>
  <link href="https://oxasploits.com/posts/post-exploitation-hijacking-sudo-read-library-call-to-lift-passwords/" rel="alternate" type="text/html" title="Using a shared library to hijack sudos call to read to lift users passwords" />
   <published>2026-01-16T01:22:52-05:00</published>
    <updated>2026-01-16T18:47:14-05:00</updated>
    <id>https://oxasploits.com/posts/post-exploitation-hijacking-sudo-read-library-call-to-lift-passwords/</id>
    <content src="https://oxasploits.com/posts/post-exploitation-hijacking-sudo-read-library-call-to-lift-passwords/" />
    <author>
      <name>Marshall Whittaker</name>
    </author>
    <category term="code" />
    <summary>
Hijacking sudo’s call to read terminal’s file descriptor to log user input
Cautions
I take no, and by that I mean zero fucking responsiblity for what you might do with this code.  Also, this should never
be used in a production environment under any circumstances, it will make your server insecure, and quite possibly break
other things system-wide, because /etc/ld.so.preload acts on all bina...
    </summary>
  </entry>
  <entry>
   <title>Assigning a valid SSL cert to HTTPS secure a VPN host</title>
  <link href="https://oxasploits.com/posts/assigning-valid-ssl-certificate-secure-internal-vpn-bound-hosts-subdomain-dns/" rel="alternate" type="text/html" title="Assigning a valid SSL cert to HTTPS secure a VPN host" />
   <published>2025-07-12T15:23:13-04:00</published>
    <updated>2025-07-12T15:23:13-04:00</updated>
    <id>https://oxasploits.com/posts/assigning-valid-ssl-certificate-secure-internal-vpn-bound-hosts-subdomain-dns/</id>
    <content src="https://oxasploits.com/posts/assigning-valid-ssl-certificate-secure-internal-vpn-bound-hosts-subdomain-dns/" />
    <author>
      <name>Marshall Whittaker</name>
    </author>
    <category term="blueteam" />
    <summary>
The Problem
So you want to assign a valid SSL certificate to a host on a VPN, on which you have 
a subdomain under a domain that you have zonefile access to, where the subdomain points to your host’s VPN IP, and the
host requires a working HTTPS server.  The issue comes into play when you try to use certbot/letsencrypt/[insert ACME
client here] to generate the fullchain and private key, beca...
    </summary>
  </entry>
  <entry>
   <title>Designing an OpenAI powered IRC Chat Bot for Fun and Profit</title>
  <link href="https://oxasploits.com/posts/openai-powered-irc-chat-bot-for-fun-and-profit/" rel="alternate" type="text/html" title="Designing an OpenAI powered IRC Chat Bot for Fun and Profit" />
   <published>2023-10-11T02:22:52-04:00</published>
    <updated>2023-10-11T02:22:52-04:00</updated>
    <id>https://oxasploits.com/posts/openai-powered-irc-chat-bot-for-fun-and-profit/</id>
    <content src="https://oxasploits.com/posts/openai-powered-irc-chat-bot-for-fun-and-profit/" />
    <author>
      <name>Marshall Whittaker</name>
    </author>
    <category term="code" />
    <summary>
      As seen in 2600 The Hacker Quarterly, Autumn 2023!!
A Crash Course in LLM AI
So, for a long time people have thought about what happens when computers become sentient, what defines sentience,
and being self aware.  People have fantasized about this, writing books and making movies about AI takeovers
since a time when computers were only in their infancy, which surprises even me.  While this...
    </summary>
  </entry>
  <entry>
   <title>Peripheral network reconnaissance OSINT</title>
  <link href="https://oxasploits.com/posts/network-recon-reconnaissance-techniques/" rel="alternate" type="text/html" title="Peripheral network reconnaissance OSINT" />
   <published>2023-06-14T03:12:11-04:00</published>
    <updated>2023-06-14T03:12:11-04:00</updated>
    <id>https://oxasploits.com/posts/network-recon-reconnaissance-techniques/</id>
    <content src="https://oxasploits.com/posts/network-recon-reconnaissance-techniques/" />
    <author>
      <name>Marshall Whittaker</name>
    </author>
    <category term="reconnaissance" />
    <summary>
Intro to Reconnaissance
Learning about a network from afar, whether actively or passively is always one of the first things you do when deciding to penetrate a computer system.
There are a variety of tools we can use to help us along in this process, some of which I will cover here.  While some of this seems like common sense, that
means it is often overlooked, which can mean the difference ...
    </summary>
  </entry>
</feed>
