How I Found a Reflected XSS in Just 2 Minutes ๐ณ
A beginner hacker story about finding reflected XSS with simple manual testing and curiosity ๐
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