Merchant Transaction Data Exposure
作者在对目标网站进行子域名侦察时,使用subfinder发现两个dashboard子域名,并通过ffuf工具进一步fuzzing发现了更多潜在子域名。 2025-9-8 10:50:9 Author: infosecwriteups.com(查看原文) 阅读量:1 收藏

Basic Recon to Sensitive Data

SIDDHANT SHUKLA

Read for Freee..ee.e

structure

🐺Hunters,

I hope my write-ups are simple and easily understandable, even if you’re beginner they will be helpful in recon.

Introduction

As I am hunting on my primary target for a long time, I have rough idea of most of the subdomains of my target. One day, I decided to recon on dashboard based subdomains of my target and I got only two dashboard subdomains from subfinder:

dashboard.target.com
dashboard-staging.target.com

As I am just reconing on those dashboard, I didn’t even try to login with my user credentials. I move forward with Inspection of page on browser and didn’t get anything sensitive file or directory.

More Dashboard

I started with fuzzing of dashboard based subdomains with seclists DNS lists available on the internet:

ffuf -u https://dashboard-FUZZ.target.com/ -w subdomains.txt -mc 200
ffuf -u https://FUZZ-dashboard.target.com/ -w subdomains.txt -mc 200

After 15 minutes, I got hit with one dashboard subdomain which previously subfinder didn’t gives me.


文章来源: https://infosecwriteups.com/merchants-transaction-data-5a95f4afc59a?source=rss----7b722bfd1b8d--bug_bounty
如有侵权请联系:admin#unsafe.sh