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

Part 03 | What To Do After Choosing a Target? | Post Recon | Bug Bounty

Om Arora
InfoSec Write-ups
Published in
5 min readDec 1, 2023

--

Hello Everyone, Welcome to the 3rd Part of the series

In the last series we discussed about :

  1. Google Dorking
  2. Analyzing Js files
  3. Content discovery

And with that we were done with Recon. So now the question comes up,

What to do after Recon ?

So, Let’s Start !

Setting Up a Proxy

So before beginning to scan the target manually we will need to setup a proxy, A proxy server acts as a gateway between you and the internet.

We have several apps that can help us do that like -:

  • Burp Suite
  • Owasp Zap

Today we are going to use BurpSuite, you can download the community edition which is free for everyone from the portswigger website

You will see something like this, You can setup the proxy with your external browser using these instructions:

Now Let’s Begin the Manual Hunting!

Getting To Know The Application

The first thing I do after recon is just open the website and start using it like a normal user, Do the thing you would do as a normal user, Register an account and where ever you see an input field enter this attack vector-

‘”`><img src=x>${7*7}

This will test for SQLi, CSTI, SSTI, XSS

While exploring the application please make sure to note everything down, there are…

--

--

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 (4)

Write a response