โ† Back to list

How I Found a Reflected XSS in Just 2 Minutes ๐Ÿ˜ณ

A beginner hacker story about finding reflected XSS with simple manual testing and curiosity ๐Ÿ”

Satyasaiuppala ยท 2026-05-23 17:19 ยท 3 claps ยท 1.7 min read
#bug-bounty-writeup #reflected-xss #web-security #ethical-hacking
Open on Medium โ†—
Wiki topics: ๐Ÿ”’ ยท Cybersecurity

My First Reflected XSS Finding in a Private Program ๐Ÿš€๐Ÿ”ฅ

Hey hackers ๐Ÿ‘‹

Today I want to share a small but exciting story about how I found my first reflected XSS vulnerability in a private bug bounty program ๐Ÿ˜„

I am still a beginner researcher and currently exploring targets on the **Cybecomolho** platform. I usually test applications manually to understand how things work instead of only depending on tools.

One day, I opened a healthcare company target in a private program. Honestly, at first I felt a little hopeless because the application looked simple and secure ๐Ÿ˜…

But still, I continued checking the application carefully.

Starting with the Search Parameter ๐Ÿ”

The first thing I noticed was a search functionality in the website URL.

Something like:

/search?q=test

So I started checking how the request and response were behaving.

I inserted simple test values and observed the reflection in the response page. Then I opened the page source code to understand exactly where my input was getting reflected.

At that moment, I got an idea ๐Ÿ’ก

I thought:

โ€œWhat if this reflection can break HTML context?โ€

So I tried a basic payload using an image tag.

<img src=x onerror=alert(1)>

BOOM ๐Ÿ’ฅ

The payload executed successfully and the alert popped up instantly.

It was a reflected XSS vulnerability ๐ŸŽฏ

Reporting the Issue ๐Ÿ“

I quickly created a proper report with:

  • Vulnerable endpoint
  • Payload used
  • Steps to reproduce
  • Impact
  • Screenshot proof

I submitted the report to the program.

And guess what? ๐Ÿ˜ณ

Within around 2 minutes of researching the application, I got the valid bounty confirmation and received โ‚น1000 INR ๐Ÿ’ฐ๐Ÿ”ฅ

Maybe the money was lowโ€ฆ

But at that moment, my happiness and confidence were very high โค๏ธ

Because for the first time, my manual testing skills worked successfully on a real private target.

That feeling was priceless for me โœจ

What I Learned ๐Ÿ“š

Some important lessons from this finding:

  • Never ignore simple search parameters
  • Always check reflections carefully
  • Viewing source code helps a lot
  • Simple payloads still work sometimes
  • Manual testing is powerful

You do not always need advanced payloads or automation. Sometimes basic observation is enough.

Whatโ€™s Next ๐Ÿš€

After this finding, I started preparing my own XSS automation tool for OpenBugBounty and future testing.

I will write another detailed post about that tool soon ๐Ÿ˜„

Thanks for reading โค๏ธ

Happy hacking and keep learning ๐Ÿ”ฅ


๋ฉ”ํƒ€๋ฐ์ดํ„ฐ
post_id
5c0ace0f8603
slug
how-i-found-a-reflected-xss-in-just-2-minutes-5c0ace0f8603
url
https://medium.com/@satyasaiuppala2488/how-i-found-a-reflected-xss-in-just-2-minutes-5c0ace0f8603
canonical_url
https://medium.com/@satyasaiuppala2488/how-i-found-a-reflected-xss-in-just-2-minutes-5c0ace0f8603
author_url
https://medium.com/@satyasaiuppala2488
status
ok
fetched_at
2026-06-21 12:17:11