forked from Checkmarx/kics
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(query): add --input-data option (Checkmarx#3808)
Signed-off-by: Felipe Avelar <[email protected]> Co-authored-by: Rogério Peixoto <[email protected]>
- Loading branch information
1 parent
62cb016
commit f68de9f
Showing
21 changed files
with
417 additions
and
244 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
148 changes: 148 additions & 0 deletions
148
assets/queries/common/passwords_and_secrets_in_infrastructure_code/data.json
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,148 @@ | ||
{ | ||
"defaultPasswords": [ | ||
"!@", | ||
"root", | ||
"wubao", | ||
"password", | ||
"123456", | ||
"admin", | ||
"12345", | ||
"1234", | ||
"p@ssw0rd", | ||
"123", | ||
"1", | ||
"jiamima", | ||
"test", | ||
"root123", | ||
"!", | ||
"!q@w", | ||
"!qaz@wsx", | ||
"idc!@", | ||
"admin!@", | ||
"", | ||
"alpine", | ||
"qwerty", | ||
"12345678", | ||
"111111", | ||
"123456789", | ||
"1q2w3e4r", | ||
"123123", | ||
"default", | ||
"1234567", | ||
"qwe123", | ||
"1qaz2wsx", | ||
"1234567890", | ||
"abcd1234", | ||
"000000", | ||
"user", | ||
"toor", | ||
"qwer1234", | ||
"1q2w3e", | ||
"asdf1234", | ||
"redhat", | ||
"1234qwer", | ||
"cisco", | ||
"12qwaszx", | ||
"test123", | ||
"1q2w3e4r5t", | ||
"admin123", | ||
"changeme", | ||
"1qazxsw2", | ||
"123qweasd", | ||
"q1w2e3r4", | ||
"letmein", | ||
"server", | ||
"root1234", | ||
"master", | ||
"abc123", | ||
"rootroot", | ||
"a", | ||
"system", | ||
"pass", | ||
"1qaz2wsx3edc", | ||
"p@$$w0rd", | ||
"112233", | ||
"welcome", | ||
"!QAZ2wsx", | ||
"linux", | ||
"123321", | ||
"manager", | ||
"1qazXSW@", | ||
"q1w2e3r4t5", | ||
"oracle", | ||
"asd123", | ||
"admin123456", | ||
"ubnt", | ||
"123qwe", | ||
"qazwsxedc", | ||
"administrator", | ||
"superuser", | ||
"zaq12wsx", | ||
"121212", | ||
"654321", | ||
"ubuntu", | ||
"0000", | ||
"zxcvbnm", | ||
"root@123", | ||
"1111", | ||
"vmware", | ||
"q1w2e3", | ||
"qwerty123", | ||
"cisco123", | ||
"11111111", | ||
"pa55w0rd", | ||
"asdfgh", | ||
"11111", | ||
"123abc", | ||
"asdf", | ||
"centos", | ||
"888888", | ||
"54321", | ||
"password123", | ||
"pa$$" | ||
], | ||
"blackList": [ | ||
"RESOURCE", | ||
"GROUP", | ||
"SUBNET", | ||
"S3", | ||
"SERVICE", | ||
"AZURE", | ||
"BUCKET", | ||
"VIRTUAL", | ||
"NETWORK", | ||
"POLICY", | ||
"AWS", | ||
"PROTOCOL", | ||
"CLOUD", | ||
"MINUTE", | ||
"TLS", | ||
"EC2", | ||
"VPC", | ||
"INTERNET", | ||
"ROUTE", | ||
"EFS", | ||
"INSTANCE", | ||
"VPN", | ||
"MOUNT", | ||
"MYSQL", | ||
"APACHE", | ||
"ETHERNET", | ||
"TERRAFORM", | ||
"TARGET", | ||
"ENVIRONMENT", | ||
"MEMORY", | ||
"PACKAGE", | ||
"STATEMENT", | ||
"REGION", | ||
"INGRESS", | ||
"CHECKPOINT", | ||
"MODULE", | ||
"BASIC", | ||
"NUMBER", | ||
"MASLEN", | ||
"VERSION", | ||
"MAKE", | ||
"ARCH" | ||
] | ||
} |
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
Oops, something went wrong.