-
-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5b8ca06
commit 48bade3
Showing
9 changed files
with
97 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
password|||10|||triggers unwanted classes like password reset, hence the low score | ||
privatekey|||80 | ||
private_key|||80 | ||
apikey|||75 | ||
http:|||10 | ||
https:|||7 | ||
database_secret|||80 | ||
database_password|||80 | ||
databasepassword|||80 | ||
databasesecret|||80 | ||
(https|http):\/\/.*api.*|||60||| This regex matches any URL containing 'api' | ||
(https|http):\/\/.*test.*|||60||| This regex matches any URL containing 'test' | ||
(https|http):\/\/.*uat.*|||60||| This regex matches any URL containing 'uat' | ||
^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|||40||| Matching IP adresses | ||
^[a-f0-9]{32}$|||70||| MD5 hash | ||
\b([a-f0-9]{40})\b|||70||| SHA1 hash | ||
^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$|||70||| base64 string | ||
Authorization: Basic|||95||| Basic authentication |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
password|||10|||triggers unwanted classes like password reset, hence the low score | ||
privatekey|||80 | ||
private_key|||80 | ||
apikey|||75 | ||
http:|||10 | ||
https:|||7 | ||
database_secret|||80 | ||
database_password|||80 | ||
databasepassword|||80 | ||
databasesecret|||80 | ||
(https|http):\/\/.*api.*|||60||| This regex matches any URL containing 'api' | ||
(https|http):\/\/.*test.*|||60||| This regex matches any URL containing 'test' | ||
(https|http):\/\/.*uat.*|||60||| This regex matches any URL containing 'uat' | ||
^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|||40||| Matching IP adresses | ||
^[a-f0-9]{32}$|||70||| MD5 hash | ||
\b([a-f0-9]{40})\b|||70||| SHA1 hash | ||
^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$|||70||| base64 string | ||
Authorization: Basic|||95||| Basic authentication | ||
SELECT \* FROM|||40||| Intersting SQL transaction | ||
INSERT INTO .* VALUES|||40||| Intersting SQL transaction |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters