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

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