RSSAmplifier

Blog

bogs.io

Security notes and technical articles from bogs.io

bogs.ioRSS feed ↗7 posts

Latest posts

This Website Does Not Use Cookies

No cookie banners. No tracking pixels. No consent dialogs. This site uses Plausible for analytics, which does not use cookies, does not track individuals, and does not require your permission to count a page view.

2anything - The last file convertor you will ever need

2anything is a local file convertor for macOS built to convert almost anything to almost anything while keeping private files on your own machine.

What Good Local Software Is Supposed to Be

Local software should work offline, hide its internal complexity, make a best effort with imperfect input, produce meaningful errors, and do a few things well.

The Decline of Software

Software used to do one thing well and get out of the way. Now every tool wants a monthly fee, an internet connection, and an AI assistant. What happened, and what good still looks like.

Attacking SMB

A practical guide to enumerating SMB, abusing null sessions, using PsExec, and capturing or relaying NTLM authentication.

Complete Guide to CSRF

An end-to-end explanation of CSRF, including GET and POST attack patterns, attack preconditions, browser constraints, and common defenses.

Cracking Passwords with Python

A walkthrough for building a threaded brute-force script that handles CSRF-protected login forms instead of relying only on off-the-shelf tools.