RSSAmplifier

Blog

oxasploits

A collection of blog enteries on infosec utilities, vulnerability research, and exploit development work.

oxasploits.comRSS feed ↗5 posts

Latest posts

Using a shared library to hijack sudos call to read to lift users passwords

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

Assigning a valid SSL cert to HTTPS secure a VPN host

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

Designing an OpenAI powered IRC Chat Bot for Fun and Profit

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

Peripheral network reconnaissance OSINT

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

Bluetooth HCI HID Controller abuse RCE exploit

The Words of Caution This writeup is a lesson in what happens when we are not, and why we should be very, very cautious of what bluetooth devices we pair to. We’ll start with this, just to set the stage for what’s to come. Pwnt a smartphone in under a minute, simply by connecting to a rouge bluetooth device. Who’da thunk? The Attack This was actually pretty simple, you probably have al...