Show HN: I built a mitmproxy AI agent using 4000 paid security disclosures
instavm.io·4d·
Discuss: Hacker News
🦀Rust
Preview
Report Post

I’ve been using Gemini CLI, Claude Code and similar agents a lot lately. For tasks such as downloading a video I found on social media, so instead of googling a tool - I simply fire up one of these coding agents and let it figure out how to use yt-dlp.

Another example is bypassing the password protection of a pdf - a bank had mailed me a pdf saying the password is your customer id 3XXXX721 and for the life of me I couldn’t remember or find the customer id anywhere. So, instead of using an online service and upload a potentially sensitive document to the internet, I asked Claude Code to brute force the password since it was only 4 unknown digits. It wrote a python code which did the job locally on my mac.

*How I brute forced the …

Similar Posts

Loading similar posts...