-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsitemap2.xml.njk
93 lines (92 loc) · 3.07 KB
/
sitemap2.xml.njk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
---
permalink: /sitemap2.xml
eleventyExcludeFromCollections: true
siteWideUpdate: 2021-07-12
---
<?xml version="1.0" encoding="utf-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://tech-blog.cymetrics.io/posts/crystal/pwn-intro/</loc>
<changefreq>weekly</changefreq>
<priority>1</priority>
<lastmod>2021-11-02T02:13:41.640Z</lastmod>
</url>
<url>
<loc>https://tech-blog.cymetrics.io/posts/jo/zerobased-APT/</loc>
<changefreq>weekly</changefreq>
<priority>1</priority>
<lastmod>2021-11-02T02:13:41.640Z</lastmod>
</url>
<url>
<loc>https://tech-blog.cymetrics.io/posts/jo/zerobased-secure-samesite-httponly/</loc>
<changefreq>weekly</changefreq>
<priority>1</priority>
<lastmod>2021-11-02T02:13:41.640Z</lastmod>
</url>
<url>
<loc>https://tech-blog.cymetrics.io/posts/genchilu/concurrency-paradigms-golang-and-java-zh/</loc>
<changefreq>weekly</changefreq>
<priority>1</priority>
<lastmod>2021-11-02T02:13:41.640Z</lastmod>
</url>
<url>
<loc>https://tech-blog.cymetrics.io/posts/nick/sqli/</loc>
<changefreq>weekly</changefreq>
<priority>1</priority>
<lastmod>2021-11-02T02:13:41.640Z</lastmod>
</url>
<url>
<loc>https://tech-blog.cymetrics.io/posts/genchilu/javas-thread-model-and-golang-goroutine-en/</loc>
<changefreq>weekly</changefreq>
<priority>1</priority>
<lastmod>2021-11-02T02:13:41.640Z</lastmod>
</url>
<url>
<loc>https://tech-blog.cymetrics.io/posts/nick/directory/</loc>
<changefreq>weekly</changefreq>
<priority>1</priority>
<lastmod>2021-11-02T02:13:41.640Z</lastmod>
</url>
<url>
<loc>https://tech-blog.cymetrics.io/posts/jo/zerobased-path-traversal/</loc>
<changefreq>weekly</changefreq>
<priority>1</priority>
<lastmod>2021-11-02T02:13:41.640Z</lastmod>
</url>
<url>
<loc>https://tech-blog.cymetrics.io/posts/crystal/email-sec-examples/</loc>
<changefreq>weekly</changefreq>
<priority>1</priority>
<lastmod>2021-11-02T02:13:41.640Z</lastmod>
</url>
<url>
<loc>https://tech-blog.cymetrics.io/posts/nick/cybersecurity-loss/</loc>
<changefreq>weekly</changefreq>
<priority>1</priority>
<lastmod>2021-11-02T02:13:41.640Z</lastmod>
</url>
<url>
<loc>https://tech-blog.cymetrics.io/posts/huli/xss-attack-and-defense/</loc>
<changefreq>weekly</changefreq>
<priority>1</priority>
<lastmod>2021-11-02T02:13:41.640Z</lastmod>
</url>
<url>
<loc>https://tech-blog.cymetrics.io/posts/huli/prototype-pollution/</loc>
<changefreq>weekly</changefreq>
<priority>1</priority>
<lastmod>2021-11-02T02:13:41.640Z</lastmod>
</url>
<url>
<loc>https://tech-blog.cymetrics.io/posts/huli/xss-history/</loc>
<changefreq>weekly</changefreq>
<priority>1</priority>
<lastmod>2021-11-02T02:13:41.640Z</lastmod>
</url>
<url>
<loc>https://tech-blog.cymetrics.io/posts/huli/prevent-xss-might-be-harder-than-you-thought/</loc>
<changefreq>weekly</changefreq>
<priority>1</priority>
<lastmod>2021-11-02T02:13:41.640Z</lastmod>
</url>
</urlset>