Projects

Projects

Welcome to My Showcase

In this space, I proudly present my creations and innovative tools that I've developed.

Overview of ChromeDumper

ChromeDumper is a Python script developed specifically for penetration testers and red teamers. Its primary purpose is to empower professionals in extracting valuable information from Google Chrome, one of the most widely used web browsers. This powerful tool enables users to gather critical data from Chrome, such as passwords, browsing history, downloaded files, and cookies. By utilizing the script, penetration testers can uncover valuable information. If you are interested, we invite you to read our article titled ChromeDumper - Revealing Hidden Treasures to learn more about it.

Overview of Probe Target

pt.sh is a straightforward Bash script designed for quickly checking the status of URLs, making it an essential tool for web developers and security professionals. This script can evaluate both individual URLs and URLs from a list file, reporting whether each URL is active or inactive. Key features include checking both HTTP and HTTPS versions, customizable timeouts for requests, and sorted output of active and inactive URLs along with their HTTP status codes.

Overview of Subdomain Finder

sf.sh is a Bash script that utilizes cert.sh to retrieve all registered subdomains about a specified domain and output a unique list of subdomains. Perfect for security professionals, this script efficiently sorts the output and removes duplicates, ensuring a clean and organized result. Key features include customizable output options.