This post explores a method for determining whether data is
Continue readingCryptopals challenge 2: Fixed XOR in Python
This is my write up of the second Cryptopals challenge,
Continue readingCryptopals challenge 1 and implementing base64 encoding in Python
In an attempt to increase my knowledge of cryptography I’m
Continue readingBriefly Exploring HTTP Header Vulnerabilities
I’ve recently come across (or read about) several vulnerabilities dealing
Continue readingBurp Extension Python Tutorial
This post provides step by step instructions for writing a
Continue readingThe SMI protocol, and why Nessus is wrong
I was reviewing some port scan data and noticed port
Continue readingPowerShell Web Enumeration – Get-WebsiteInfo
I was tasked to do a penetration test of a
Continue readingNmap Scan to CSV
I wrote a Python3 script that can parse an Nmap
Continue readingStealing Passwords from Password Managers (well, sort of…)
All major browsers give users the option to store credentials
Continue readingParsing Firefox history with PowerShell
The ability to parse a user’s browser history is useful
Continue reading