This post walks through basic code examples for multithreading and
Continue readingCategory: /dev/random
Cryptopals challenge 8: Detect ECB mode encryption
This is my write up of the eighth Cryptopals challenge,
Continue readingHashcat Tutorial – The basics of cracking passwords with hashcat
This post will walk through the basics for getting started
Continue reading5 ways to bypass account lockout in web applications
Introduction I recently wrote a post on enumerating valid usernames
Continue reading5 ways to enumerate usernames in web applications
Introduction When performing security testing on a website, one of
Continue readingWriting and fixing vulnerable XML parsing code in Python
A while back I coded a Python tool (located here)
Continue readingCryptopals challenge 7: Implement AES in ECB mode with Python
This is my write up of the seventh Cryptopals challenge,
Continue readingExploring FTP with Python3
This post explains basic interactions with FTP using Python3 from
Continue readingCryptopals challenge 6: Break repeating-key XOR
This is my write up of the sixth Cryptopals challenge,
Continue readingCryptopals challenge 5: Repeating-key XOR encryption
This is my write up of the fifth Cryptopals challenge,
Continue reading