Exploring newsubs: Guide to Effortless Subdomain Discovery

Intro newsubs is a Python-based command-line tool. Its mission? To make subdomain discovery for Bug Bounty programs a breeze. By leveraging data from Chaos, newsubs streamlines the process of fetching and comparing subdomains across different program versions. Getting started Before we delve into the exciting world of newsubs, let’s ensure you have it set up on your system. Follow these steps: git clone https://github.com/heydc7/newsubs.git cd newsubs pip3 install -r requirements....

October 5, 2023 · 3 min · Dhanraj Chavan

Parameter Tampering with Tinker

Introduction Hello everyone, I hope you are doing well. In this short tutorial, we’ll introduce you to a simple Python tool called “Tinker” that can be used for parameter tampering and help you understand how it works. What is Tinker? Tinker is a Python tool designed to generate multiple deviation payloads of the same input by using parameter tampering. In other words, Tinker helps you explore different variations of a string by toggling between lowercase and uppercase letters....

September 27, 2023 · 2 min · Dhanraj Chavan

Magnify: A recon tool to extract sensitive info

Automating recon can be a useful tool for improving the efficiency, accuracy, scalability, and security of the recon process. What is Magnify? A tool for spider multiple URLs & check for sensitive variables in code. Why? It is hard to check waybackurls by copy & paste into the browser. Many URLs get 404. Hence, This tool helps to reduce the error links & helps to find sensitive keywords in code....

September 20, 2023 · 2 min · Dhanraj Chavan

Intro to my blog

Introduction Hello, and welcome to my blog! I’m very excited to share my journey of creating this website. I’ve been actively participating in CTFs & learning new concepts continuously. I will be sharing write-ups for CTFs. Stay tuned!

September 16, 2023 · 1 min · Dhanraj Chavan