You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discover hidden debugging parameters and uncover web application secrets with debugHunter, your ultimate web exploration companion. This Chrome extension intelligently scans websites for debugging parameters and notifies you when it finds a URL with modified responses.
10
+
11
+
## Features
12
+
13
+
- Automatically detects URLs with modified responses due to debugging parameters
14
+
- Displays a list of URLs with modified responses for easy access
15
+
16
+
## Installation
17
+
18
+
### Option 1: Clone the repository
19
+
20
+
1. Download or clone this repository to your local machine.
21
+
2. Open Google Chrome, and go to `chrome://extensions/`.
22
+
3. Enable "Developer mode" in the top right corner if it's not already enabled.
23
+
4. Click the "Load unpacked" button on the top left corner.
24
+
5. Navigate to the directory where you downloaded or cloned the repository, and select the folder.
25
+
6. The debugHunter extension should now be installed and ready to use.
26
+
27
+
### Option 2: Download the release (.zip)
28
+
29
+
1. Download the latest release `.zip` file from the "Releases" section of this repository.
30
+
2. Extract the contents of the `.zip` file to a folder on your local machine.
31
+
3. Open Google Chrome, and go to `chrome://extensions/`.
32
+
4. Enable "Developer mode" in the top right corner if it's not already enabled.
33
+
5. Click the "Load unpacked" button on the top left corner.
34
+
6. Navigate to the directory where you extracted the `.zip` file, and select the folder.
35
+
7. The debugHunter extension should now be installed and ready to use.
36
+
37
+
## Usage
38
+
39
+
It is recommended to pin the extension to the toolbar to check if a new URL is found.
40
+
1. Navigate to any website.
41
+
2. Click on the debugHunter extension icon in the Chrome toolbar.
42
+
3. If the extension detects any URLs with modified responses due to debugging parameters, they will be listed in the popup.
43
+
4. Click on any URL in the list to open it in a new tab.
44
+
5. To clear the list, click on the trash can icon in the top right corner of the popup.
45
+
46
+
## Contributing
47
+
48
+
We welcome contributions! Please feel free to submit pull requests or open issues to improve debugHunter.
49
+
50
+
## License
51
+
52
+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
0 commit comments