-
Notifications
You must be signed in to change notification settings - Fork 238
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
05a92ec
commit fa93c21
Showing
48 changed files
with
2,418 additions
and
1 deletion.
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 +1 @@ | ||
20241021 | ||
20241022 |
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,20 @@ | ||
id: identification-auth-failures | ||
info: | ||
name: Identification and Authentication Failures | ||
author: Ali Baykara | ||
severity: critical | ||
description: | | ||
Checks for vulnerabilities in login mechanisms and potential authentication bypasses. | ||
tags: owasp, auth-failure | ||
|
||
requests: | ||
- method: GET | ||
path: | ||
- "{{BaseURL}}/login" | ||
matchers: | ||
- type: word | ||
words: | ||
- "admin" | ||
- type: status | ||
status: | ||
- 200 |
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,17 @@ | ||
id: security-misconfiguration | ||
info: | ||
name: Security Misconfiguration | ||
author: Ali Baykara | ||
severity: high | ||
description: | | ||
Detects common security misconfigurations such as exposed .env files that contain sensitive information. | ||
tags: owasp, misconfiguration | ||
|
||
requests: | ||
- method: GET | ||
path: | ||
- "{{BaseURL}}/.env" | ||
matchers: | ||
- type: word | ||
words: | ||
- "DB_PASSWORD" |
Oops, something went wrong.