More #codefromthepast with brew tools
https://github.com/Svenito/brew-tools
Home brewing software for the command line. Because why not?
Some #brewing calculators for the CLI written in #Python and #functional style
#codefromthepast #brewing #python #functional
Today on #codefromthepast is exploit pattern generator
https://github.com/Svenito/exploit-pattern
A Python script deliberately kept simple. No deps. No installer. Works on python 2.x and 3.x.
Generates a DeBruijin pattern of a given length and if provided with a bit of pattern (text or hex) will return the location of the pattern in the sequence.
If you dabble in binary exploits you know what it is :)
Born from when I used to play various CTF games and needed a quick and simple way to track buffer overflows on what ever server/vm I was on.
#codefromthepast #binaryexploit #python #bufferoverflow #wargames
Today in #codefromthepast I present you my first and only ever browser extension
https://github.com/Svenito/brewconvert
I #hombrew beer and I work in metric. So many recipes are in imperial and converting each one was tedious. This #browserextension converts the highlighted value. If the value includes the unit it fits the conversion for it otherwise it converts all the units
#codefromthepast #hombrew #browserextension
Cripes, it's a double code of my past day
Introducing Clive https://github.com/Svenito/clive
This little dohickey allows you to follow reddit live feeds from your terminal. I didn't want a big browser window when following a feed so I made a CLI tool to do it. It still works AFAIK. Was a fun coding project and quite useful.
#codefromthepast #oldcodenotdeadcode #cli