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

How to find hidden parameters in your bug bounty target

Learn how to find hidden parameters in bug bounty target

loyalonlytoday
InfoSec Write-ups
Published in
3 min readMar 10, 2025

--

FREE LINK ACCESS

Screenshot by author

Finding hidden parameters will increase your chance of finding bugs. that are helps to bypass waf’s and many more.

So, let’s start with how to find hidden parameters in different ways.

Click on the link below ⬇️. TOOL CREDITS: somd3v

Screenshot taken by author from https://github.com/s0md3v/Arjun

Use the below command to install this tool.

pipx install arjun

Paste this above command and click on enter.

Arjun help command⬇️

arjun -h
Screenshot by author

Simple usage⬇️

arjun -u https://yourtarget.com

Now, let’s look at our second tool.

Click on the link below ⬇️. TOOL CREDITS: devanshbatham

Screenshot taken by author from https://github.com/devanshbatham/ParamSpider

Installation commands⬇️

git clone https://github.com/devanshbatham/paramspider
cd paramspider
pip3 install .

After successful installation

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/

Responses (1)

Write a response