-
Notifications
You must be signed in to change notification settings - Fork 272
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
720a6f0
commit 3f1756a
Showing
1,084 changed files
with
12,973 additions
and
16,358 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 @@ | ||
20241007 | ||
20241008 |
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 |
---|---|---|
@@ -1,26 +1,27 @@ | ||
id: adobe-connect-username-exposure | ||
|
||
info: | ||
name: Adobe Connect Username Exposure | ||
reference: https://packetstormsecurity.com/files/161345/Adobe-Connect-10-Username-Disclosure.html | ||
author: dhiyaneshDk | ||
severity: low | ||
tags: adobe,disclosure | ||
|
||
requests: | ||
- method: GET | ||
path: | ||
- "{{BaseURL}}/system/help/support" | ||
|
||
matchers-condition: and | ||
matchers: | ||
- type: word | ||
words: | ||
- 'Administrators name:' | ||
- 'Support Administrators email address:' | ||
part: body | ||
condition: and | ||
|
||
- type: status | ||
status: | ||
- 200 | ||
id: adobe-connect-username-exposure | ||
|
||
info: | ||
name: Adobe Connect Username Exposure | ||
author: dhiyaneshDk | ||
severity: low | ||
reference: | ||
- https://packetstormsecurity.com/files/161345/Adobe-Connect-10-Username-Disclosure.html | ||
tags: adobe,disclosure | ||
|
||
requests: | ||
- method: GET | ||
path: | ||
- "{{BaseURL}}/system/help/support" | ||
|
||
matchers-condition: and | ||
matchers: | ||
- type: word | ||
words: | ||
- 'Administrators name:' | ||
- 'Support Administrators email address:' | ||
part: body | ||
condition: and | ||
|
||
- 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
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
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
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 |
---|---|---|
@@ -1,30 +1,30 @@ | ||
id: apache-detect | ||
info: | ||
name: Apache Detection | ||
author: philippedelteil | ||
description: Some Apache servers have the version on the response header. The OpenSSL version can be also obtained | ||
severity: info | ||
tags: tech,apache | ||
|
||
requests: | ||
- method: GET | ||
path: | ||
- "{{BaseURL}}" | ||
|
||
matchers-condition: and | ||
matchers: | ||
|
||
- type: regex | ||
part: header | ||
regex: | ||
- "Apache+" | ||
|
||
- type: status | ||
status: | ||
- 200 | ||
|
||
extractors: | ||
- type: kval | ||
part: header | ||
kval: | ||
id: apache-detect | ||
info: | ||
name: Apache Detection | ||
author: philippedelteil | ||
description: Some Apache servers have the version on the response header. The OpenSSL version can be also obtained | ||
severity: info | ||
tags: tech,apache | ||
|
||
requests: | ||
- method: GET | ||
path: | ||
- "{{BaseURL}}" | ||
|
||
matchers-condition: and | ||
matchers: | ||
|
||
- type: regex | ||
part: header | ||
regex: | ||
- "Apache+" | ||
|
||
- type: status | ||
status: | ||
- 200 | ||
|
||
extractors: | ||
- type: kval | ||
part: header | ||
kval: | ||
- Server |
Oops, something went wrong.