InfoSec Write-ups

A collection of write-ups from the best hackers in the world on topics ranging from bug bounties and CTFs to vulnhub machines, hardware challenges and real life encounters. Subscribe to our weekly newsletter for the coolest infosec updates: https://weekly.infosecwriteups.com/

Follow publication

Member-only story

What After choosing a target ? Recon Methodology— Bug Bounty Restart Phase 3

Om Arora
InfoSec Write-ups
Published in
5 min read6 days ago

Hello Everyone,

In the last blog we saw how to choose a good target and how to understand the application properly, in today’s blog we will see a basic methodology for recon which you can change according to you. So let’s start.

Not a medium member? Read this story for free here

What is Recon ?

It is the process of collecting information about a target in order to identify vulnerabilities, its the first and most important step in bug bounties because -

  • It helps you understand your target better
  • It reveals hidden assets
  • Saves time

So let’s see the recon methodology -

1. Subdomain Enumeration

So the first and most important thing we are going to do is subdomain enumeration as it helps us in finding the hidden assets and target the one’s which looks more prone to vulnerabilities. There are many different tools for subdomain enumeration, here are few of them which I use the most -

  1. Assetfinder
assetfinder target.com -subs-only | tee -a asset.txt

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Published in InfoSec Write-ups

A collection of write-ups from the best hackers in the world on topics ranging from bug bounties and CTFs to vulnhub machines, hardware challenges and real life encounters. Subscribe to our weekly newsletter for the coolest infosec updates: https://weekly.infosecwriteups.com/

Written by Om Arora

A 20yo Cyber Security Enthusiast currently pursuing Btech 3rd year. Email: omarora1603@gmail.com,linktr.ee/om1603 Want to sponsor my content? Let’s collaborate!

Responses (1)

Write a response

The article is thoughtfully written, engaging, and makes the topic easy to connect with.

--