@soffensive.bsky.social

TIL: When you update your hostname in Linux, always update your /etc/hosts file as well and add an entry with 127.0.0.1. Otherwise, you may encounter a delay when running sudo, which will perform DNS lookups for your hostname 🤡

If you want to use Bruno (www.usebruno.com) with Burp, try this: export NODE_TLS_REJECT_UNAUTHORIZED=0; bruno or to allow a specific CA only: export NODE_EXTRA_CA_CERTS=~/burpca.pem; bruno The current Bruno UI settings for certificate validation don't work (v2.0.1)

Interesting: this webb app uses the "X-Forwarded-Host" header with the requested URL to built the final URL. The XFH header can include path and parameters, not just the host, and everything is combined. This gave me an easy 403 bypass at the proxy level, but I wonder what else can be done...

Bild