Arsh Imtiaz
Some content on this website teaches hacking, in the trust that you will use it ethically and ensure that you follow all local and relevant laws.
Local model, real system, clean output. Ollama + APIs: My First Real AI Integration I have used AI tools before. But this post is about the first time I actually integrated AI into an app and felt the whole thing click.
Not just “ask a model a question.” I mean an API that uses a model and does something useful with it.
The two pieces that made it real for me:
I finally sat down and built a machine learning model in Jupyter Notebook that actually does something cybersecurity related. Not a big fancy neural network. Not a GPT clone. Just a tiny password strength classifier that helped me understand the full ML pipeline without frying my brain.
This whole thing started because I kept telling myself I would learn ML one day. And one day never comes when you wait for the perfect idea.
How does one emulate cars at home? Every car hacking tool I have come across required expensive ECUs, adapters or even full test benches. Having worked with test cars before, I got an insight into how time consuming and expensive, if not difficult it is to set a working HIL (Hardware-In-Loop) setup. I didn’t want to wait for hardware to understand how automotive networks behave - I wanted to simulate it.
Networking is fun. Also, it is the part that keeps your hacks from breaking at the worst time. So, you wanna be a hacker?
Cool. I did too. I jumped into Kali, sprayed tools, and followed tutorials like a robot. Things worked, but I could not explain why. That was my first big lesson: without networking, most of security looks like magic. No magic here. Just packets, addresses, ports, and paths.
My First Wi-Fi Pentest There’s a massive difference between watching pentesting videos and actually doing it. This was my first time seriously trying Wi-Fi pentesting, and it was a mix of pure excitement, a bunch of silly mistakes, and that one moment of “YES! It finally worked.”
Disclaimer: This is just my story, not a tutorial. Everything I did was on my own network. Don’t go around trying this on random Wi-Fi unless you like the idea of explaining yourself to law enforcement.
Setting up a SIEM (Security Information and Event Management) system might sound intimidating if you’re just getting started, but it’s a rewarding project that gives you real insight into how cybersecurity professionals monitor and detect threats. I recently built a Wazuh-based SIEM entirely with Docker and connected my personal Linux workstation as an agent. In this post, I’ll walk you through the process with practical commands for both Arch Linux and Debian users.