Hello everyone,
I'm excited to announce a major update to secure.py, a Python library that simplifies adding HTTP security headers to web applications. This release is a complete rewrite, leveraging modern Python 3.10+ features to enhance usability and performance. It supports frameworks like Fla...
Stories by cak
Crystal Ball is a library that takes an array or file of URLs and returns a report with screenshots (using Puppeteer), application headers and src/href references.
I built a small Python CLI and library called โelfโ based on the workflow I have used for Advent of Code over the past few years. It automates common AoC tasks and provides a typed API for scripting.
Features:
โข Cached puzzle input fetching
โข Safe answer submission with guardrails and guess...
A Burp Suite Extension to take back your repeater tabs by providing an easy way to save and revisit requests.
I built a CLI tool called elf to streamline Advent of Code workflows. It removes a lot of the repetitive steps around fetching inputs, submitting answers safely, and checking private leaderboards.<p>The tool focuses on:
- Input fetching with caching (no repeated downloads, works offline)
- Safe answ...
Secure is a lightweight package that adds optional security headers and cookie attributes for Python web frameworks.