Skip to content

Commit 1546295

Browse files
committed
New version: avoid soft 404 URLs, check sensitive paths, avoid dynamic URLs
1 parent 582a3bb commit 1546295

10 files changed

Lines changed: 867 additions & 236 deletions

File tree

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
1-
# debugHunter - Chrome Extension
1+
# debugHunterPro - Chrome Extension
22

33
<p align="center">
4-
<img src="https://i.imgur.com/QEUUM9w.png" width="600" height="150" >
4+
<img src="https://i.imgur.com/BknNTJs.png" width="600" height="150" >
55
</p>
66

7-
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/devploit/dontgo403/issues)
7+
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/devploit/debugHunter/issues/)
88

99
Discover hidden debugging parameters and uncover web application secrets with debugHunter. This Chrome extension scans websites for debugging parameters and notifies you when it finds a URL with modified responses. The extension utilizes a binary search algorithm to efficiently determine the parameter responsible for the change in the response.
1010

1111
## Features
1212

13-
- Perform a binary search on a list of predefined query parameters.
1413
- Compare responses with and without query parameters to identify changes.
14+
- Compare responses with and without custom headers to identify changes.
15+
- Check for sensitive paths.
16+
- Avoid dynamic URLs and it's false positives.
17+
- Avoid soft 404 URLs.
1518
- Track and display the number of modified URLs in the browser action badge.
16-
- Allow the user to view and clear the list of modified URLs.
19+
- Allow the user to view and clear the list of found URLs.
1720

1821
## Installation
1922

@@ -50,7 +53,7 @@ It is recommended to pin the extension to the toolbar to check if a new modified
5053
To modify the similarity threshold using the options page of the extension, follow these steps:
5154
1. Click on the debugHunter extension icon in the Chrome toolbar.
5255
2. Click on the gear icon in the top right corner of the popup to open the options page.
53-
3. In the options page, use the slider to set the similarity threshold to the desired value (default 0.92).
56+
3. In the options page, use the slider to set the similarity threshold to the desired value (default 0.95).
5457

5558
## Contributing
5659

background.js

Lines changed: 0 additions & 189 deletions
This file was deleted.

0 commit comments

Comments
 (0)