The Writeups

The site you are currently on, oxasploits.com. You can find all previous whitepapers and writeups on the Archives Page.

Franklin

A helpful and entertaining AI chat bot backed by OpenAI (GPT3) that is active in a couple IRC channels (#2600 on 2600net, #gpt3 on 2600net, #openai on libera.chat, and #botters-test on libera.chat… plus a few more private channels, currently), we lovingly call Franklin. If you want more information on Franklin, or are interested in hosting it in one of your channels.

SPaste

A secure terminal based paste utilty. SSL encrypted start to finish. You can paste to it using ncat or openssl. alias sp='openssl s_client -quiet -verify_return_error -servername spaste.oxasploits.com -connect spaste.oxasploits.com:8888 2>/dev/null' or alias sp='ncat --ssl --ssl-verify spaste.oxasploits.com 8888' then, you can pate using cat /etc/passwd | sp, which will return a HTTPS encrypted URL.

The Exploit Archive

Also found under the exploits tab, the entirety of my public exploit repo can be found on GitHub. Please play nicely, some of these can cause you major legal issues if used on systems you are unauthorized to use them on!

AntiLockDown

A software jiggler designed to connect to a OS independant machine via Bluetooth and inhibit the screensaver from locking the machine in the event full disk encryption is in place.

PuJack

PuJack is designed for Jekyll sites (like oxasploits!) that will compress images to a user defined level, minify HTML, JS, and CSS, and pushes the entire site either live or to a staging server for review. Complete with threading and progress indication bars.