Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update php-backup-files.yaml #8306

Merged
merged 1 commit into from
Oct 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions http/exposures/backups/php-backup-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ id: php-backup-files

info:
name: PHP Source - Backup File Information Disclosure
author: StreetOfHackerR007,pwnhxl,mastercho
author: StreetOfHackerR007,pwnhxl,mastercho,0xpugazh
severity: medium
metadata:
max-request: 1196
Expand Down Expand Up @@ -62,6 +62,7 @@ http:
- /wp-login.php
- /config.php
- /config
- /const.DB.php.bak

bakext:
- ".~"
Expand Down Expand Up @@ -114,7 +115,8 @@ http:
- "$_REQUEST["
- "$_SERVER["
- "'DB_PASSWORD'"
- "define('DB_"
- "'DBPASS'"
- "define('DB"
condition: or

- type: word
Expand Down