Skip to content

Commit ab1b83b

Browse files
committed
update nuclei-templates 2022-07-14 14:50:1657781408
1 parent 310dd81 commit ab1b83b

File tree

115 files changed

+1923
-70
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+1923
-70
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
id: check_go_debug_ui
2+
info:
3+
name: check_go_debug_ui
4+
author: 51pwn
5+
severity: critical
6+
reference:
7+
- https://github.com/hktalent/nuclei-templates
8+
- https://51pwn.com
9+
tags: web,go,debug
10+
11+
# nuclei -duc -u http://localhost:9999 -t ./51pwn/checkGoDebug.yaml
12+
13+
requests:
14+
- raw:
15+
- |+
16+
GET /ui/{{mypaths}} HTTP/1.1
17+
Host: {{Hostname}}
18+
User-Agent:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36
19+
Accept:*/*
20+
Pragma:no-cache
21+
Accept-Encoding:gzip, deflate
22+
Connection: close
23+
Content-Length: 0
24+
25+
# end payload
26+
payloads:
27+
mypaths:
28+
- "top"
29+
- "source"
30+
- "flamegraph"
31+
32+
attack: pitchfork
33+
unsafe: true
34+
35+
req-condition: true
36+
stop-at-first-match: true
37+
matchers-condition: and
38+
matchers:
39+
- type: regex
40+
part: body
41+
regex:
42+
- '<a[^>]+>(pprof|Top|Peek|Source|Disassemble)<\/a>'
43+
- type: word
44+
part: body
45+
words:
46+
- 'Output annotated source for functions matching regexp'
47+
- 'Output assembly listings annotated with samples'
48+
- 'Display profile as a directed graph'
49+
condition: and

config/nuclei-templates/cves/2011/CVE-2011-1669.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ info:
1313
remediation: Upgrade to a supported version.
1414
classification:
1515
cve-id: CVE-2011-1669
16+
metadata:
17+
google-query: inurl:"/wp-content/plugins/wp-custom-pages/"
1618
tags: cve,cve2011,wordpress,wp-plugin,lfi
1719

1820
requests:

config/nuclei-templates/cves/2011/CVE-2011-4618.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ info:
1212
remediation: Upgrade to a supported version.
1313
classification:
1414
cve-id: CVE-2011-4618
15+
metadata:
16+
google-query: inurl:"/wp-content/plugins/advanced-text-widget"
1517
tags: cve,cve2011,wordpress,xss,wp-plugin
1618

1719
requests:
@@ -22,9 +24,9 @@ requests:
2224
matchers-condition: and
2325
matchers:
2426
- type: word
27+
part: body
2528
words:
2629
- "</script><script>alert(document.domain)</script>"
27-
part: body
2830

2931
- type: word
3032
part: header

config/nuclei-templates/cves/2011/CVE-2011-4624.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ info:
1212
remediation: Upgrade to a supported version.
1313
classification:
1414
cve-id: CVE-2011-4624
15+
metadata:
16+
google-query: inurl:"/wp-content/plugins/flash-album-gallery"
1517
tags: cve,cve2011,wordpress,xss,wp-plugin
1618

1719
requests:

config/nuclei-templates/cves/2011/CVE-2011-4926.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ info:
1212
- http://www.openwall.com/lists/oss-security/2012/01/10/9
1313
classification:
1414
cve-id: CVE-2011-4926
15+
metadata:
16+
google-query: inurl:"/wp-content/plugins/adminimize/"
1517
tags: cve,cve2011,wordpress,xss,wp-plugin
1618

1719
requests:
@@ -22,9 +24,9 @@ requests:
2224
matchers-condition: and
2325
matchers:
2426
- type: word
27+
part: body
2528
words:
2629
- "</script><script>alert(document.domain)</script>"
27-
part: body
2830

2931
- type: word
3032
part: header

config/nuclei-templates/cves/2011/CVE-2011-5106.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ info:
1212
- http://wordpress.org/extend/plugins/flexible-custom-post-type/changelog/
1313
classification:
1414
cve-id: CVE-2011-5106
15+
metadata:
16+
google-query: inurl:"/wp-content/plugins/flexible-custom-post-type/"
1517
tags: cve,cve2011,wordpress,xss,wp-plugin
1618

1719
requests:

config/nuclei-templates/cves/2011/CVE-2011-5107.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ info:
1212
- http://web.archive.org/web/20201208110708/https://www.securityfocus.com/archive/1/520590/100/0/threaded
1313
classification:
1414
cve-id: CVE-2011-5107
15+
metadata:
16+
google-query: inurl:"/wp-content/plugins/alert-before-your-post"
1517
tags: cve,cve2011,wordpress,xss,wp-plugin
1618

1719
requests:

config/nuclei-templates/cves/2011/CVE-2011-5179.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ info:
1212
- http://web.archive.org/web/20210614205347/https://www.securityfocus.com/archive/1/520662/100/0/threaded
1313
classification:
1414
cve-id: CVE-2011-5179
15+
metadata:
16+
google-query: inurl:"/wp-content/plugins/skysa-official/"
1517
tags: cve,cve2011,wordpress,xss,wp-plugin
1618

1719
requests:

config/nuclei-templates/cves/2011/CVE-2011-5181.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ info:
1111
- http://wordpress.org/extend/plugins/clickdesk-live-support-chat-plugin/changelog/
1212
classification:
1313
cve-id: CVE-2011-5181
14+
metadata:
15+
google-query: inurl:"/wp-content/plugins/clickdesk-live-support-chat/"
1416
tags: cve,cve2011,wordpress,xss,wp-plugin
1517

1618
requests:

config/nuclei-templates/cves/2011/CVE-2011-5265.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ info:
1111
- https://exchange.xforce.ibmcloud.com/vulnerabilities/71468
1212
classification:
1313
cve-id: CVE-2011-5265
14+
metadata:
15+
google-query: inurl:"/wp-content/plugins/featurific-for-wordpress"
1416
tags: cve,cve2011,wordpress,xss,wp-plugin
1517

1618
requests:

config/nuclei-templates/cves/2012/CVE-2012-0896.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ info:
1212
- http://plugins.trac.wordpress.org/changeset/488883/count-per-day
1313
classification:
1414
cve-id: CVE-2012-0896
15+
metadata:
16+
google-query: inurl:"/wp-content/plugins/count-per-day"
1517
tags: cve,cve2012,lfi,wordpress,wp-plugin,traversal
1618

1719
requests:

config/nuclei-templates/cves/2012/CVE-2012-0901.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ info:
1111
- https://exchange.xforce.ibmcloud.com/vulnerabilities/72271
1212
classification:
1313
cve-id: CVE-2012-0901
14+
metadata:
15+
google-query: inurl:"/wp-content/plugins/yousaytoo-auto-publishing-plugin"
1416
tags: cve,cve2012,wordpress,xss,wp-plugin
1517

1618
requests:

config/nuclei-templates/cves/2012/CVE-2012-1835.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ info:
1212
- https://www.htbridge.com/advisory/HTB23082
1313
classification:
1414
cve-id: CVE-2012-1835
15+
metadata:
16+
google-query: inurl:"/wp-content/plugins/all-in-one-event-calendar"
1517
tags: cve,cve2012,wordpress,xss,wp-plugin
1618

1719
requests:

config/nuclei-templates/cves/2012/CVE-2012-4273.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ info:
1212
- http://packetstormsecurity.org/files/112615/WordPress-2-Click-Socialmedia-Buttons-Cross-Site-Scripting.html
1313
classification:
1414
cve-id: CVE-2012-4273
15+
metadata:
16+
google-query: inurl:"/wp-content/plugins/2-click-socialmedia-buttons"
1517
tags: cve,cve2012,wordpress,xss,wp-plugin
1618

1719
requests:

config/nuclei-templates/cves/2013/CVE-2013-2287.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ info:
1010
- https://www.dognaedis.com/vulns/DGS-SEC-16.html
1111
classification:
1212
cve-id: CVE-2013-2287
13+
metadata:
14+
google-query: inurl:"/wp-content/plugins/uploader"
1315
tags: cve,cve2013,wordpress,xss,wp-plugin
1416

1517
requests:

config/nuclei-templates/cves/2013/CVE-2013-3526.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ info:
1111
- http://web.archive.org/web/20210123051939/https://www.securityfocus.com/bid/58948/
1212
classification:
1313
cve-id: CVE-2013-3526
14+
metadata:
15+
google-query: inurl:"/wp-content/plugins/trafficanalyzer"
1416
tags: cve,cve2013,wordpress,xss,wp-plugin
1517

1618
requests:

config/nuclei-templates/cves/2013/CVE-2013-4117.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ info:
1111
- http://seclists.org/bugtraq/2013/Jul/17
1212
classification:
1313
cve-id: CVE-2013-4117
14+
metadata:
15+
google-query: inurl:"/wp-content/plugins/category-grid-view-gallery"
1416
tags: cve,cve2013,wordpress,xss,wp-plugin
1517

1618
requests:

config/nuclei-templates/cves/2013/CVE-2013-4625.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ info:
1313
remediation: Upgrade to Duplicator 0.4.5 or later.
1414
classification:
1515
cve-id: CVE-2013-4625
16+
metadata:
17+
google-query: inurl:"/wp-content/plugins/duplicator"
1618
tags: cve,cve2013,wordpress,xss,wp-plugin
1719

1820
requests:

config/nuclei-templates/cves/2013/CVE-2013-7240.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ info:
1515
cvss-score: 7.5
1616
cve-id: CVE-2013-7240
1717
cwe-id: CWE-22
18+
metadata:
19+
google-query: inurl:"/wp-content/plugins/advanced-dewplayer/"
1820
tags: cve,cve2013,wordpress,wp-plugin,lfi
1921

2022
requests:

config/nuclei-templates/cves/2014/CVE-2014-4513.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ info:
1010
- http://codevigilant.com/disclosure/wp-plugin-activehelper-livehelp-a3-cross-site-scripting-xss
1111
classification:
1212
cve-id: CVE-2014-4513
13+
metadata:
14+
google-query: inurl:"/wp-content/plugins/activehelper-livehelp"
1315
tags: cve,cve2014,wordpress,xss,wp-plugin
1416

1517
requests:

config/nuclei-templates/cves/2014/CVE-2014-4536.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ info:
1515
cvss-score: 6.1
1616
cve-id: CVE-2014-4536
1717
cwe-id: CWE-79
18+
metadata:
19+
google-query: inurl:"/wp-content/plugins/infusionsoft/Infusionsoft/"
1820
tags: cve,cve2014,wordpress,wp-plugin,xss
1921

2022
requests:

config/nuclei-templates/cves/2014/CVE-2014-4550.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ info:
1414
cvss-score: 6.1
1515
cve-id: CVE-2014-4550
1616
cwe-id: CWE-79
17+
metadata:
18+
google-query: inurl:"/wp-content/plugins/shortcode-ninja"
1719
tags: cve,cve2014,wordpress,wp-plugin,xss
1820

1921
requests:

config/nuclei-templates/cves/2014/CVE-2014-4592.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ info:
1414
cvss-score: 6.1
1515
cve-id: CVE-2014-4592
1616
cwe-id: CWE-79
17+
metadata:
18+
google-query: inurl:"/wp-content/plugins/wp-planet"
1719
tags: cve,cve2014,wordpress,wp-plugin,xss
1820

1921
requests:

config/nuclei-templates/cves/2014/CVE-2014-4940.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ info:
1111
- http://codevigilant.com/disclosure/wp-plugin-tera-chart-local-file-inclusion/
1212
classification:
1313
cve-id: CVE-2014-4940
14+
metadata:
15+
google-query: inurl:"/wp-content/plugins/tera-charts"
1416
tags: cve,cve2014,wordpress,wp-plugin,lfi
1517

1618
requests:

config/nuclei-templates/cves/2014/CVE-2014-5368.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ info:
1212
- http://seclists.org/oss-sec/2014/q3/417
1313
classification:
1414
cve-id: CVE-2014-5368
15+
metadata:
16+
google-query: inurl:"/wp-content/plugins/wp-source-control"
1517
tags: cve,cve2014,wordpress,wp-plugin,lfi
1618

1719
requests:

config/nuclei-templates/cves/2014/CVE-2014-8799.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ info:
1212
- https://wordpress.org/plugins/dukapress/changelog/
1313
classification:
1414
cve-id: CVE-2014-8799
15+
metadata:
16+
google-query: inurl:"/wp-content/plugins/dukapress"
1517
tags: cve,cve2014,wordpress,wp-plugin,lfi
1618

1719
requests:

config/nuclei-templates/cves/2014/CVE-2014-9094.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ info:
1212
- http://web.archive.org/web/20210615134835/https://www.securityfocus.com/bid/68525
1313
classification:
1414
cve-id: CVE-2014-9094
15+
metadata:
16+
google-query: inurl:"/wp-content/plugins/dzs-videogallery"
1517
tags: cve,cve2014,wordpress,xss,wp-plugin
1618

1719
requests:

config/nuclei-templates/cves/2015/CVE-2015-1000012.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ info:
1616
cvss-score: 7.5
1717
cve-id: CVE-2015-1000012
1818
cwe-id: CWE-200
19+
metadata:
20+
google-query: inurl:"/wp-content/plugins/mypixs"
1921
tags: cve,cve2015,wordpress,wp-plugin,lfi
2022

2123
requests:

config/nuclei-templates/cves/2015/CVE-2015-2807.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ info:
1212
- https://wordpress.org/plugins/navis-documentcloud/changelog/
1313
classification:
1414
cve-id: CVE-2015-2807
15+
metadata:
16+
google-query: inurl:"/wp-content/plugins/navis-documentcloud"
1517
tags: cve,cve2015,wordpress,wp-plugin,xss
1618

1719
requests:

config/nuclei-templates/cves/2015/CVE-2015-4414.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ info:
1212
- http://packetstormsecurity.com/files/132266/WordPress-SE-HTML5-Album-Audio-Player-1.1.0-Directory-Traversal.html
1313
classification:
1414
cve-id: CVE-2015-4414
15+
metadata:
16+
google-query: inurl:"/wp-content/plugins/se-html5-album-audio-player"
1517
tags: cve,cve2015,wordpress,wp-plugin,lfi
1618

1719
requests:

config/nuclei-templates/cves/2015/CVE-2015-4694.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ info:
1515
cvss-score: 8.6
1616
cve-id: CVE-2015-4694
1717
cwe-id: CWE-22
18+
metadata:
19+
google-query: inurl:"/wp-content/plugins/zip-attachments"
1820
tags: lfi,wordpress,cve,cve2015,wp-plugin
1921

2022
requests:

config/nuclei-templates/cves/2015/CVE-2015-5461.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ info:
1212
- http://seclists.org/fulldisclosure/2015/Jul/27
1313
classification:
1414
cve-id: CVE-2015-5461
15+
metadata:
16+
google-query: inurl:"/wp-content/plugins/stageshow/"
1517
tags: redirect,cve,cve2015,wordpress,wp-plugin
1618

1719
requests:

config/nuclei-templates/cves/2015/CVE-2015-5471.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ info:
1616
cvss-score: 5.3
1717
cve-id: CVE-2015-5471
1818
cwe-id: CWE-22
19+
metadata:
20+
google-query: inurl:"/wp-content/plugins/wp-swimteam"
1921
tags: cve,cve2015,wordpress,wp-plugin,lfi
2022

2123
requests:

config/nuclei-templates/cves/2015/CVE-2015-9414.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ info:
1515
cvss-score: 6.1
1616
cve-id: CVE-2015-9414
1717
cwe-id: CWE-79
18+
metadata:
19+
google-query: inurl:"/wp-content/plugins/wp-symposium"
1820
tags: cve,cve2015,wordpress,wp-plugin,xss
1921

2022
requests:

config/nuclei-templates/cves/2015/CVE-2015-9480.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ info:
1313
cvss-score: 7.5
1414
cve-id: CVE-2015-9480
1515
cwe-id: CWE-22
16+
metadata:
17+
google-query: inurl:"/wp-content/plugins/robotcpa"
1618
tags: cve,cve2015,wordpress,wp-plugin,lfi
1719

1820
requests:

config/nuclei-templates/cves/2016/CVE-2016-1000126.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ info:
1515
cvss-score: 6.1
1616
cve-id: CVE-2016-1000126
1717
cwe-id: CWE-79
18+
metadata:
19+
google-query: inurl:"/wp-content/plugins/admin-font-editor"
1820
tags: cve,cve2016,wordpress,xss,wp-plugin
1921

2022
requests:

config/nuclei-templates/cves/2016/CVE-2016-1000128.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ info:
1313
cvss-score: 6.1
1414
cve-id: CVE-2016-1000128
1515
cwe-id: CWE-79
16+
metadata:
17+
google-query: inurl:"/wp-content/plugins/anti-plagiarism"
1618
tags: cve,cve2016,wordpress,xss,wp-plugin
1719

1820
requests:

0 commit comments

Comments
 (0)