There's no two ways about it, Python is slow. I felt this in particular when exploring how to sanitize potentially malicious HTML content in the CTFd content editor. The two options for sanitizing/processing HTML in Python both have some tradeoffs: Poorl... (more…)
Read more »
An OSINT / digital forensics tool built in Python (formerly 'Sentinel') - 6abd/horus... (more…)
Read more »
Somebody recently introduced me to Vulture, a Python project for finding
dead code.
Read more »
A quick guide on visualizing geographical information about IP addresses using Python... (more…)
Read more »
There’s an amazing pattern in Python, called function decorators. It’s a set of declarations at the top of a function definition, that slightly … (more…)
Read more »