-
-
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.
* Update readme file (#51) - Table of contents - Releases documentation * Update db_search_words.txt * Update src_search_words.txt * Update exclusion_list.txt * Update src_search_words.txt * Update db_search_words.txt
- Loading branch information
1 parent
24257a9
commit 484b42d
Showing
3 changed files
with
14 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,10 @@ | ||
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' | ||
passw(d|ord)?|||10|||triggers unwanted classes like password reset, hence the low score | ||
(private|secret|api|aws)[_-]?key|||80 | ||
https?:|||7 | ||
(db|database)[_-]?(passw(d|ord)?|secret)|||80 | ||
https?:\/\/.*(uat|test|api).*|||60||| This regex matches any URL containing 'api|uat|test' | ||
^((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 | ||
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
http:|||"res","layout"||| Suggested by Adi | ||
(https|http):\/\/.*api.*|||"res","layout"||| Suggested by Adi | ||
http:\/\/schemas\.android\.com\/apk\/res\/android|||||| | ||
https?:\/\/.*api.*|||"res","layout"||| Suggested by Adi | ||
http:\/\/schemas\.android\.com\/apk\/res\/android|||||| |
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 |
---|---|---|
@@ -1,20 +1,12 @@ | ||
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' | ||
passw(d|ord)?|||10|||triggers unwanted classes like password reset, hence the low score | ||
(private|secret|api|aws)[_-]?key|||80 | ||
https?:|||7 | ||
(db|database)[_-]?(passw(d|ord)?|secret)|||80 | ||
https?:\/\/.*(uat|test|api).*|||60||| This regex matches any URL containing 'api|uat|test' | ||
^((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 | ||
INSERT INTO .* VALUES|||40||| Intersting SQL transaction |