> l1ghtn1ng
  • ./blog
  • projects
  • whoami
  • [es]

// stay curious, keep learning and hacking.

© 2026 l1ghtn1ng - all bytes reserved.

user@l1ghtn1ng:~$ ls -la blog/

4 entries - 8 tags

grep --tag
  • My Recon Methodology (and How I Ended Up Automating It Into a Single Tool)

    2026-08-05

    Recon is one of the most important parts of bug bounty, and also the most repetitive. This is the order and the tools that work for me, phase by phase, and the tool I built so I wouldn't have to do it all by hand again.

    • #BugBounty
    • #Recon
    • #Tooling
  • How I intercepted and impersonated a government chatbot by controlling a single parameter

    2026-07-19

    Here's how an unvalidated URL parameter on a government chatbot turned into a full MITM over its WebSocket: I intercepted messages, impersonated the bot, and stole other people's chat history without a session.

    • #BugBounty
    • #write-up
    • #ChatBot
  • Learning HTTP Request Smuggling step by step

    2026-05-28

    I explain how HTTP Request Smuggling works, how to detect it, and how to exploit it with practical examples.

    • #WebSecurity
    • #hacking
    • #BurpSuite
  • How I got NASA's LoR by exploiting an Authentication Bypass

    2026-05-14

    In this post I'll tell you how I found a vulnerability in NASA, and how you can start looking for one too ⚡

    • #BugBounty
    • #write-up
    • #hacking