03 Oct 25
Most HTTP vulnerabilities don’t come from sophisticated attacks. They come from misunderstanding where your framework stops protecting you. This covers the edge cases that actually bite production APIs: Range headers, path traversal, encoding conflicts, and request smuggling
21 Jul 25
Because I want to get into the habit of
25 Jun 25
01 May 25
03 Apr 25
28 Mar 25
27 Feb 25
03 Feb 25
httptap is a process-scoped http tracer that you can run without root priveleges. You can run httptap <command> where <command> is a linux program and you get a trace of http/https requests and responses in standard output.
It works by running <command> in an isolated network namespace. It has its own TCP/IP stack (for which it uses gVisor). It is not an HTTP proxy and so does not rely on <command> being configured to use an HTTP proxy. It decrypts TLS traffic by generating a CA on the fly. It won’t install any iptables rules or make other global system changes.
11 Jan 25
13 Oct 24
09 Aug 24
A free bulk domain (who is) checker tool for checking domain availability based on WHOIS lookups.
18 Apr 24
15 Apr 24
Caddy is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go
20 Feb 24
07 Feb 24
A simple single binary file server, good for sharing things fast and quick
31 Jan 24
Convert curl to Python, JavaScript and more
29 Jan 24
convert from curl to a bunch of other formats
29 Nov 23
Quickly and easily assess the security of your HTTP response headers
17 Nov 23
“Support for QUIC and HTTP/3 protocols is available since 1.25.0”
Debian 12 is still on nginx 1.22.1 so this’ll have to wait for me 🤷🏻♀️