๐Ÿฆž๐ŸŒฏ Lobster Roll

Stories by cak

secure.py โ€“ Simplify HTTP Security Headers for Python Web Apps (Major Update) (github.com)
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...
secure.py - add security headers for Python web frameworks (github.com)
A Magical Web Screenshot Project (github.com)
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.
elf: Python CLI and library for Advent of Code with input caching and safe submissions (github.com)
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...
Bookmarks Burp Suite Extension (github.com)
A Burp Suite Extension to take back your repeater tabs by providing an easy way to save and revisit requests.
A community curated list of resources about Server Side Swift (github.com)
Show HN: Elf โ€“ A CLI Helper for Advent of Code (github.com)
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...
blockade - secure headers and cookies for Node.js web frameworks (github.com)
Secure headers and cookies for Python web frameworks (github.com)
Secure is a lightweight package that adds optional security headers and cookie attributes for Python web frameworks.
Elf a modern CLI helper for Advent of Code written in Python (github.com)