|
1 | | -# debugHunter - Chrome Extension |
| 1 | +# debugHunterPro - Chrome Extension |
2 | 2 |
|
3 | 3 | <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" > |
5 | 5 | </p> |
6 | 6 |
|
7 | | -[](https://github.com/devploit/dontgo403/issues) |
| 7 | +[](https://github.com/devploit/debugHunter/issues/) |
8 | 8 |
|
9 | 9 | 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. |
10 | 10 |
|
11 | 11 | ## Features |
12 | 12 |
|
13 | | -- Perform a binary search on a list of predefined query parameters. |
14 | 13 | - 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. |
15 | 18 | - 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. |
17 | 20 |
|
18 | 21 | ## Installation |
19 | 22 |
|
@@ -50,7 +53,7 @@ It is recommended to pin the extension to the toolbar to check if a new modified |
50 | 53 | To modify the similarity threshold using the options page of the extension, follow these steps: |
51 | 54 | 1. Click on the debugHunter extension icon in the Chrome toolbar. |
52 | 55 | 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). |
54 | 57 |
|
55 | 58 | ## Contributing |
56 | 59 |
|
|
0 commit comments