Skip to content

Commit

Permalink
up PoCs 2022-08-29
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Aug 29, 2022
1 parent 7ab1d0c commit 963841d
Show file tree
Hide file tree
Showing 30 changed files with 51 additions and 780 deletions.
14 changes: 14 additions & 0 deletions brute/dicts/filedic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1596,6 +1596,7 @@
/access-log.1
/access.1
/access.log
/accounts.sql
/activeMQ/
/activemq
/activity
Expand Down Expand Up @@ -1747,6 +1748,7 @@
/axis2/
/axis2/axis2-admin/login
/b.php
/back.sql
/back.tar.bz2
/backup
/backup.7z
Expand All @@ -1759,6 +1761,7 @@
/backup.tar.gz
/backup.tgz
/backup.zip
/backups.sql
/bbs
/bbs.tar
/bbs.tar.gz
Expand Down Expand Up @@ -1792,6 +1795,7 @@
/checkLogin.do
/classes.war
/cleanup.log
/clients.sql
/cloudstore/config/mysql.xml
/cm.php
/code.tar.gz
Expand Down Expand Up @@ -1851,6 +1855,7 @@
/cri
/css.asp
/customers.log
/customers.sgl
/dama.asp
/dama.aspx
/dama.jsp
Expand All @@ -1877,8 +1882,10 @@
/database.log
/database.properties
/database.rar
/database.sgl
/database.sql
/database.sql.gz
/database.sqlite
/database.tar.bz2
/database.tar.gz
/database.tgz
Expand Down Expand Up @@ -1906,7 +1913,10 @@
/db.yaml
/db.yml
/db.zip
/db_backup.sql
/dbaccess.log
/dbase.sql
/dbdump.sql
/dbeaver-data-sources.xml
/debug
/debug.log
Expand Down Expand Up @@ -2156,6 +2166,7 @@
/monitoring
/mw-config/
/myadmin/login.php
/mysql.sql
/nacos/
/nagios
/nginx.conf
Expand Down Expand Up @@ -2324,6 +2335,7 @@
/sql.html
/sql.log
/sql.rar
/sql.sql
/sql.tar.bz2
/sql.tar.gz
/sql.tgz
Expand Down Expand Up @@ -2367,6 +2379,7 @@
/temp.7z
/temp.gz
/temp.rar
/temp.sql
/temp.tar.bz2
/temp.tar.gz
/temp.tgz
Expand Down Expand Up @@ -2473,6 +2486,7 @@
/uploads/dump.sql
/user-login.html
/users.log
/users.sql
/users/sign_in
/v1/health/service/consul
/v1/swagger
Expand Down
44 changes: 0 additions & 44 deletions config/nuclei-templates/cves/2022/CVE-2022-32159.yaml

This file was deleted.

34 changes: 18 additions & 16 deletions config/nuclei-templates/cves/2022/CVE-2022-38463.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
id: CVE-2022-38463

info:
name: ServiceNow - Cross Site Scripting
author: amanrawat
severity: medium
description: |
There exists a reflected XSS within the logout functionality of ServiceNow. This enables an unauthenticated remote attacker to execute arbitrary JavaScript.
reference:
- https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1156793
- https://nvd.nist.gov/vuln/detail/CVE-2022-38463
classification:
cve-id: CVE-2022-38463
metadata:
verified: true
shodan-query: http.title:"ServiceNow"
tags: cve,cve2022,servicenow,xss

info:
name: ServiceNow - Cross Site Scripting
author: amanrawat
severity: medium
description: |
There exists a reflected XSS within the logout functionality of ServiceNow. This enables an unauthenticated remote attacker to execute arbitrary JavaScript.
reference:
- https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1156793
- https://nvd.nist.gov/vuln/detail/CVE-2022-38463
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cve-id: CVE-2022-38463
cwe-id: CWE-79
metadata:
shodan-query: http.title:"ServiceNow"
verified: "true"
tags: cve,cve2022,servicenow,xss
requests:
- method: GET
path:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
id: magento-information-disclosure
id: magento-config-disclosure

info:
name: Magento - Information Disclosure
author: ptonewreckin,danigoland
name: Magento - Config Disclosure
author: ptonewreckin,danigoland,geeknik
severity: high
description: |
Misconfigured instances of Magento may disclose usernames, passwords, and database configurations via /app/etc/local.xml
reference:
- /~https://github.com/ptonewreckin/cmsDetector/blob/master/signatures/magento.py
metadata:
verified: true
shodan-query: http.component:"Magento"
tags: magento,exposure,credential,config

requests:
Expand Down
31 changes: 0 additions & 31 deletions config/nuclei-templates/exposures/configs/magento-config.yaml

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion config/nuclei-templates/takeovers/wix-takeover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ requests:
matchers-condition: and
matchers:
- type: word
condition: or
words:
- 'Error ConnectYourDomain occurred'
- 'wixErrorPagesApp'
condition: and

- type: status
status:
Expand Down
2 changes: 0 additions & 2 deletions config/nuclei-templates/tb.sh

This file was deleted.

35 changes: 0 additions & 35 deletions config/nuclei-templates/vulnerabilities/other/concrete-xss.yaml

This file was deleted.

This file was deleted.

Loading

0 comments on commit 963841d

Please sign in to comment.