Skip to content

Commit

Permalink
feat: bump to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beryxz committed Apr 10, 2024
1 parent 39f0f7f commit 81beb1d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 4 additions & 3 deletions BappDescription.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
</p>

<p>
It uses a list of Regular Expressions to match for in each message.
The extension is available with a pre-defined set of Regular Expression; but you can also add your custom lists.
The extension allows you to match lists of regular expressions against all the HTTP messages stored in Burp Suite in a highly customizable way.
While the extension offers pre-defined sets of Regular expressions for the most common needs, you can also easily import your custom lists.
</p>

<p>Features:</p>

<ul>
<li>Multithreaded scan of messages</li>
<li>Pre-defined set of regex</li>
<li>Multi-step regex matching</li>
<li>Pre-defined sets of regexes</li>
<li>Many filters to skip irrelevant messages</li>
<li>Customizable regexes lists</li>
<li>Export findings to CSV/JSON files</li>
Expand Down
2 changes: 1 addition & 1 deletion BappManifest.bmf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ExtensionType: 1
Name: Sensitive Discoverer
RepoName: sensitive-discoverer
ScreenVersion: 4.0.0
SerialVersion: 5
SerialVersion: 6
MinPlatformVersion: 0
ProOnly: False
Author: CYS4
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ The extension is available with a pre-defined set of Regular Expressions divided
### Features

- Multithreaded scan of messages
- Multi-step regex matching
- Pre-defined sets of regexes
- Many filters to skip irrelevant messages
- Customizable regexes lists
- Export findings to CSV/JSON files
- Import/Export regexes lists from CSV/JSON files
- Multi-step regex matching

### Screenshots

Expand Down Expand Up @@ -116,6 +116,7 @@ These are the actions available to manage the lists:
- **Disable all**: enable all the regexes in the current section.
- **List > Reset default list**: the list will be reset to the default list.
- **List > Clear list**: the list will be emptied.
- **List > Reset default list**: the list will be reset to the default one.
- **List > Open list...**: a pop-up will appear to import a list of regex or extensions from a `csv` or `json` file. For the required file format, refer to the [Importing Lists](#importing-lists) section.
- **List > Save list...**: a pop-up will appear to save the current list of regex to a `csv` or `json` file.
- **Regex > New regex**: a pop-up will appear to insert a new regex.
Expand Down Expand Up @@ -220,7 +221,12 @@ Check out [our site](https://cys4.com/) and [our blog](https://blog.cys4.com/) f

The following is a list of sources for some regexes used in this extension. Many thanks to all!

- https://learn.microsoft.com/en-us/purview/sit-sensitive-information-type-entity-definitions
- https://docs.gitguardian.com/secrets-detection/secrets-detection-engine/detectors/supported_credentials
- https://github.com/eth0izzle/shhgit
- https://github.com/streaak/keyhacks
- https://github.com/l4yton/RegHex
- https://github.com/sdushantha/dora
- https://github.com/trufflesecurity/trufflehog

Additional references are kept directly in the regexes lists files.
Additional references are also kept directly in the regexes lists files.
Binary file modified images/tab-logger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 81beb1d

Please sign in to comment.