With the release of Burp Suite Professional 2.0 came
Continue readingCategory: Python
Writing 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 readingCryptopals challenge 4: Detect single-character XOR encryption
This is my write up of the fourth Cryptopals challenge,
Continue readingCryptopals challenge 3: Single-byte XOR cipher in Python
This is my write up of the third challenge of
Continue readingIs it encrypted?
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 reading