← All projects

Leaked-Credentials

by @h4x0r-dz

1.1k

how to look for Leaked Credentials !

About this project

To search for leaked credentials using Google Chrome's Developer Tools and regex, follow these short steps: Open DevTools: In Chrome, navigate to the site you're inspecting, then open Developer Tools with Ctrl+Shift+I (Windows/Linux) or Cmd+Option+I (macOS). Go to Network Tab: Click on the "Network" tab. Enable Regex Search: Click the regex icon in the filter bar to enable regex mode. Refresh Page: Refresh the page to load all network requests. Apply Regex: Paste the given regex into the filter bar to search for patterns indicating leaked credentials. Review Matches: Manually inspect the filtered requests to identify potential leaks. using burp suite To search for leaked credentials in your target's scope using Burp Suite: Launch Burp Suite: Start Burp Suite and configure your browser to route traffic through it. Browse Your Target: Navigate through your target site and its subdomains to capture traffic in Burp Suite. Use the Regex in Search: Go to the "Burp" > "Search" tab. In the search type, choose "Regular expression". Paste the following regex: Inspect Results: Review the search results for potential leaks.

From the project README on GitHub

Stars
1,051
Forks
139
Last push
6 May 2024

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/leaked-credentials.svg)](https://www.madeinalgeria.dev/projects/leaked-credentials)

Related projects