26 |
--------------------------------------------------------------------------------
/Dockerfile:
--------------------------------------------------------------------------------
1 | FROM ruby:3.2@sha256:93c3c0d55a9bba1c853c86f3f3eb38b1eaec8b4fe89d491a9fe5d125eeaed4c7
2 |
3 | WORKDIR /app
4 |
5 | COPY Gemfile Gemfile.lock ./
6 |
7 | RUN bundle install
8 |
9 | CMD jekyll serve -H 0.0.0.0
10 |
--------------------------------------------------------------------------------
/Gemfile:
--------------------------------------------------------------------------------
1 | source "https://rubygems.org"
2 | # Hello! This is where you manage which Jekyll version is used to run.
3 | # When you want to use a different version, change it below, save the
4 | # file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
5 | #
6 | # bundle exec jekyll serve
7 | #
8 | # This will help ensure the proper Jekyll version is running.
9 | # Happy Jekylling!
10 |
11 | # gem "jekyll", "~> 4.3.3"
12 | gem "github-pages", "~> 228", group: :jekyll_plugins
13 |
14 | # This is the default theme for new Jekyll sites. You may change this to anything you like.
15 | gem "minima", "~> 2.5"
16 | # If you want to use GitHub Pages, remove the "gem "jekyll"" above and
17 | # uncomment the line below. To upgrade, run `bundle update github-pages`.
18 | # gem "github-pages", group: :jekyll_plugins
19 | # If you have any plugins, put them here!
20 | group :jekyll_plugins do
21 | gem "jekyll-feed", "~> 0.12"
22 | end
23 |
24 | # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
25 | # and associated library.
26 | platforms :mingw, :x64_mingw, :mswin, :jruby do
27 | gem "tzinfo", ">= 1", "< 3"
28 | gem "tzinfo-data"
29 | end
30 |
31 | # Performance-booster for watching directories on Windows
32 | gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
33 |
34 | # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
35 | # do not have a Java counterpart.
36 | gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
37 |
38 | gem 'webrick', group: :development
39 |
40 | gem "rouge", "~> 3.26"
41 |
--------------------------------------------------------------------------------
/Gemfile.lock:
--------------------------------------------------------------------------------
1 | GEM
2 | remote: https://rubygems.org/
3 | specs:
4 | activesupport (7.1.3)
5 | base64
6 | bigdecimal
7 | concurrent-ruby (~> 1.0, >= 1.0.2)
8 | connection_pool (>= 2.2.5)
9 | drb
10 | i18n (>= 1.6, < 2)
11 | minitest (>= 5.1)
12 | mutex_m
13 | tzinfo (~> 2.0)
14 | addressable (2.8.6)
15 | public_suffix (>= 2.0.2, < 6.0)
16 | base64 (0.2.0)
17 | bigdecimal (3.1.6)
18 | coffee-script (2.4.1)
19 | coffee-script-source
20 | execjs
21 | coffee-script-source (1.11.1)
22 | colorator (1.1.0)
23 | commonmarker (0.23.10)
24 | concurrent-ruby (1.2.3)
25 | connection_pool (2.4.1)
26 | dnsruby (1.70.0)
27 | simpleidn (~> 0.2.1)
28 | drb (2.2.0)
29 | ruby2_keywords
30 | em-websocket (0.5.3)
31 | eventmachine (>= 0.12.9)
32 | http_parser.rb (~> 0)
33 | ethon (0.16.0)
34 | ffi (>= 1.15.0)
35 | eventmachine (1.2.7)
36 | execjs (2.9.1)
37 | faraday (2.9.0)
38 | faraday-net_http (>= 2.0, < 3.2)
39 | faraday-net_http (3.1.0)
40 | net-http
41 | ffi (1.16.3)
42 | forwardable-extended (2.6.0)
43 | gemoji (3.0.1)
44 | github-pages (228)
45 | github-pages-health-check (= 1.17.9)
46 | jekyll (= 3.9.3)
47 | jekyll-avatar (= 0.7.0)
48 | jekyll-coffeescript (= 1.1.1)
49 | jekyll-commonmark-ghpages (= 0.4.0)
50 | jekyll-default-layout (= 0.1.4)
51 | jekyll-feed (= 0.15.1)
52 | jekyll-gist (= 1.5.0)
53 | jekyll-github-metadata (= 2.13.0)
54 | jekyll-include-cache (= 0.2.1)
55 | jekyll-mentions (= 1.6.0)
56 | jekyll-optional-front-matter (= 0.3.2)
57 | jekyll-paginate (= 1.1.0)
58 | jekyll-readme-index (= 0.3.0)
59 | jekyll-redirect-from (= 0.16.0)
60 | jekyll-relative-links (= 0.6.1)
61 | jekyll-remote-theme (= 0.4.3)
62 | jekyll-sass-converter (= 1.5.2)
63 | jekyll-seo-tag (= 2.8.0)
64 | jekyll-sitemap (= 1.4.0)
65 | jekyll-swiss (= 1.0.0)
66 | jekyll-theme-architect (= 0.2.0)
67 | jekyll-theme-cayman (= 0.2.0)
68 | jekyll-theme-dinky (= 0.2.0)
69 | jekyll-theme-hacker (= 0.2.0)
70 | jekyll-theme-leap-day (= 0.2.0)
71 | jekyll-theme-merlot (= 0.2.0)
72 | jekyll-theme-midnight (= 0.2.0)
73 | jekyll-theme-minimal (= 0.2.0)
74 | jekyll-theme-modernist (= 0.2.0)
75 | jekyll-theme-primer (= 0.6.0)
76 | jekyll-theme-slate (= 0.2.0)
77 | jekyll-theme-tactile (= 0.2.0)
78 | jekyll-theme-time-machine (= 0.2.0)
79 | jekyll-titles-from-headings (= 0.5.3)
80 | jemoji (= 0.12.0)
81 | kramdown (= 2.3.2)
82 | kramdown-parser-gfm (= 1.1.0)
83 | liquid (= 4.0.4)
84 | mercenary (~> 0.3)
85 | minima (= 2.5.1)
86 | nokogiri (>= 1.13.6, < 2.0)
87 | rouge (= 3.26.0)
88 | terminal-table (~> 1.4)
89 | github-pages-health-check (1.17.9)
90 | addressable (~> 2.3)
91 | dnsruby (~> 1.60)
92 | octokit (~> 4.0)
93 | public_suffix (>= 3.0, < 5.0)
94 | typhoeus (~> 1.3)
95 | html-pipeline (2.14.3)
96 | activesupport (>= 2)
97 | nokogiri (>= 1.4)
98 | http_parser.rb (0.8.0)
99 | i18n (1.14.1)
100 | concurrent-ruby (~> 1.0)
101 | jekyll (3.9.3)
102 | addressable (~> 2.4)
103 | colorator (~> 1.0)
104 | em-websocket (~> 0.5)
105 | i18n (>= 0.7, < 2)
106 | jekyll-sass-converter (~> 1.0)
107 | jekyll-watch (~> 2.0)
108 | kramdown (>= 1.17, < 3)
109 | liquid (~> 4.0)
110 | mercenary (~> 0.3.3)
111 | pathutil (~> 0.9)
112 | rouge (>= 1.7, < 4)
113 | safe_yaml (~> 1.0)
114 | jekyll-avatar (0.7.0)
115 | jekyll (>= 3.0, < 5.0)
116 | jekyll-coffeescript (1.1.1)
117 | coffee-script (~> 2.2)
118 | coffee-script-source (~> 1.11.1)
119 | jekyll-commonmark (1.4.0)
120 | commonmarker (~> 0.22)
121 | jekyll-commonmark-ghpages (0.4.0)
122 | commonmarker (~> 0.23.7)
123 | jekyll (~> 3.9.0)
124 | jekyll-commonmark (~> 1.4.0)
125 | rouge (>= 2.0, < 5.0)
126 | jekyll-default-layout (0.1.4)
127 | jekyll (~> 3.0)
128 | jekyll-feed (0.15.1)
129 | jekyll (>= 3.7, < 5.0)
130 | jekyll-gist (1.5.0)
131 | octokit (~> 4.2)
132 | jekyll-github-metadata (2.13.0)
133 | jekyll (>= 3.4, < 5.0)
134 | octokit (~> 4.0, != 4.4.0)
135 | jekyll-include-cache (0.2.1)
136 | jekyll (>= 3.7, < 5.0)
137 | jekyll-mentions (1.6.0)
138 | html-pipeline (~> 2.3)
139 | jekyll (>= 3.7, < 5.0)
140 | jekyll-optional-front-matter (0.3.2)
141 | jekyll (>= 3.0, < 5.0)
142 | jekyll-paginate (1.1.0)
143 | jekyll-readme-index (0.3.0)
144 | jekyll (>= 3.0, < 5.0)
145 | jekyll-redirect-from (0.16.0)
146 | jekyll (>= 3.3, < 5.0)
147 | jekyll-relative-links (0.6.1)
148 | jekyll (>= 3.3, < 5.0)
149 | jekyll-remote-theme (0.4.3)
150 | addressable (~> 2.0)
151 | jekyll (>= 3.5, < 5.0)
152 | jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
153 | rubyzip (>= 1.3.0, < 3.0)
154 | jekyll-sass-converter (1.5.2)
155 | sass (~> 3.4)
156 | jekyll-seo-tag (2.8.0)
157 | jekyll (>= 3.8, < 5.0)
158 | jekyll-sitemap (1.4.0)
159 | jekyll (>= 3.7, < 5.0)
160 | jekyll-swiss (1.0.0)
161 | jekyll-theme-architect (0.2.0)
162 | jekyll (> 3.5, < 5.0)
163 | jekyll-seo-tag (~> 2.0)
164 | jekyll-theme-cayman (0.2.0)
165 | jekyll (> 3.5, < 5.0)
166 | jekyll-seo-tag (~> 2.0)
167 | jekyll-theme-dinky (0.2.0)
168 | jekyll (> 3.5, < 5.0)
169 | jekyll-seo-tag (~> 2.0)
170 | jekyll-theme-hacker (0.2.0)
171 | jekyll (> 3.5, < 5.0)
172 | jekyll-seo-tag (~> 2.0)
173 | jekyll-theme-leap-day (0.2.0)
174 | jekyll (> 3.5, < 5.0)
175 | jekyll-seo-tag (~> 2.0)
176 | jekyll-theme-merlot (0.2.0)
177 | jekyll (> 3.5, < 5.0)
178 | jekyll-seo-tag (~> 2.0)
179 | jekyll-theme-midnight (0.2.0)
180 | jekyll (> 3.5, < 5.0)
181 | jekyll-seo-tag (~> 2.0)
182 | jekyll-theme-minimal (0.2.0)
183 | jekyll (> 3.5, < 5.0)
184 | jekyll-seo-tag (~> 2.0)
185 | jekyll-theme-modernist (0.2.0)
186 | jekyll (> 3.5, < 5.0)
187 | jekyll-seo-tag (~> 2.0)
188 | jekyll-theme-primer (0.6.0)
189 | jekyll (> 3.5, < 5.0)
190 | jekyll-github-metadata (~> 2.9)
191 | jekyll-seo-tag (~> 2.0)
192 | jekyll-theme-slate (0.2.0)
193 | jekyll (> 3.5, < 5.0)
194 | jekyll-seo-tag (~> 2.0)
195 | jekyll-theme-tactile (0.2.0)
196 | jekyll (> 3.5, < 5.0)
197 | jekyll-seo-tag (~> 2.0)
198 | jekyll-theme-time-machine (0.2.0)
199 | jekyll (> 3.5, < 5.0)
200 | jekyll-seo-tag (~> 2.0)
201 | jekyll-titles-from-headings (0.5.3)
202 | jekyll (>= 3.3, < 5.0)
203 | jekyll-watch (2.2.1)
204 | listen (~> 3.0)
205 | jemoji (0.12.0)
206 | gemoji (~> 3.0)
207 | html-pipeline (~> 2.2)
208 | jekyll (>= 3.0, < 5.0)
209 | kramdown (2.3.2)
210 | rexml
211 | kramdown-parser-gfm (1.1.0)
212 | kramdown (~> 2.0)
213 | liquid (4.0.4)
214 | listen (3.8.0)
215 | rb-fsevent (~> 0.10, >= 0.10.3)
216 | rb-inotify (~> 0.9, >= 0.9.10)
217 | mercenary (0.3.6)
218 | minima (2.5.1)
219 | jekyll (>= 3.5, < 5.0)
220 | jekyll-feed (~> 0.9)
221 | jekyll-seo-tag (~> 2.1)
222 | minitest (5.21.2)
223 | mutex_m (0.2.0)
224 | net-http (0.4.1)
225 | uri
226 | nokogiri (1.16.2-x86_64-linux)
227 | racc (~> 1.4)
228 | octokit (4.25.1)
229 | faraday (>= 1, < 3)
230 | sawyer (~> 0.9)
231 | pathutil (0.16.2)
232 | forwardable-extended (~> 2.6)
233 | public_suffix (4.0.7)
234 | racc (1.7.3)
235 | rb-fsevent (0.11.2)
236 | rb-inotify (0.10.1)
237 | ffi (~> 1.0)
238 | rexml (3.2.6)
239 | rouge (3.26.0)
240 | ruby2_keywords (0.0.5)
241 | rubyzip (2.3.2)
242 | safe_yaml (1.0.5)
243 | sass (3.7.4)
244 | sass-listen (~> 4.0.0)
245 | sass-listen (4.0.0)
246 | rb-fsevent (~> 0.9, >= 0.9.4)
247 | rb-inotify (~> 0.9, >= 0.9.7)
248 | sawyer (0.9.2)
249 | addressable (>= 2.3.5)
250 | faraday (>= 0.17.3, < 3)
251 | simpleidn (0.2.1)
252 | unf (~> 0.1.4)
253 | terminal-table (1.8.0)
254 | unicode-display_width (~> 1.1, >= 1.1.1)
255 | typhoeus (1.4.1)
256 | ethon (>= 0.9.0)
257 | tzinfo (2.0.6)
258 | concurrent-ruby (~> 1.0)
259 | unf (0.1.4)
260 | unf_ext
261 | unf_ext (0.0.9.1)
262 | unicode-display_width (1.8.0)
263 | uri (0.13.0)
264 | webrick (1.8.1)
265 |
266 | PLATFORMS
267 | x86_64-linux
268 |
269 | DEPENDENCIES
270 | github-pages (~> 228)
271 | http_parser.rb (~> 0.6.0)
272 | jekyll-feed (~> 0.12)
273 | minima (~> 2.5)
274 | rouge (~> 3.26)
275 | tzinfo (>= 1, < 3)
276 | tzinfo-data
277 | wdm (~> 0.1.1)
278 | webrick
279 |
280 | BUNDLED WITH
281 | 2.4.22
282 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | Apache License
2 | Version 2.0, January 2004
3 | http://www.apache.org/licenses/
4 |
5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6 |
7 | 1. Definitions.
8 |
9 | "License" shall mean the terms and conditions for use, reproduction,
10 | and distribution as defined by Sections 1 through 9 of this document.
11 |
12 | "Licensor" shall mean the copyright owner or entity authorized by
13 | the copyright owner that is granting the License.
14 |
15 | "Legal Entity" shall mean the union of the acting entity and all
16 | other entities that control, are controlled by, or are under common
17 | control with that entity. For the purposes of this definition,
18 | "control" means (i) the power, direct or indirect, to cause the
19 | direction or management of such entity, whether by contract or
20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the
21 | outstanding shares, or (iii) beneficial ownership of such entity.
22 |
23 | "You" (or "Your") shall mean an individual or Legal Entity
24 | exercising permissions granted by this License.
25 |
26 | "Source" form shall mean the preferred form for making modifications,
27 | including but not limited to software source code, documentation
28 | source, and configuration files.
29 |
30 | "Object" form shall mean any form resulting from mechanical
31 | transformation or translation of a Source form, including but
32 | not limited to compiled object code, generated documentation,
33 | and conversions to other media types.
34 |
35 | "Work" shall mean the work of authorship, whether in Source or
36 | Object form, made available under the License, as indicated by a
37 | copyright notice that is included in or attached to the work
38 | (an example is provided in the Appendix below).
39 |
40 | "Derivative Works" shall mean any work, whether in Source or Object
41 | form, that is based on (or derived from) the Work and for which the
42 | editorial revisions, annotations, elaborations, or other modifications
43 | represent, as a whole, an original work of authorship. For the purposes
44 | of this License, Derivative Works shall not include works that remain
45 | separable from, or merely link (or bind by name) to the interfaces of,
46 | the Work and Derivative Works thereof.
47 |
48 | "Contribution" shall mean any work of authorship, including
49 | the original version of the Work and any modifications or additions
50 | to that Work or Derivative Works thereof, that is intentionally
51 | submitted to Licensor for inclusion in the Work by the copyright owner
52 | or by an individual or Legal Entity authorized to submit on behalf of
53 | the copyright owner. For the purposes of this definition, "submitted"
54 | means any form of electronic, verbal, or written communication sent
55 | to the Licensor or its representatives, including but not limited to
56 | communication on electronic mailing lists, source code control systems,
57 | and issue tracking systems that are managed by, or on behalf of, the
58 | Licensor for the purpose of discussing and improving the Work, but
59 | excluding communication that is conspicuously marked or otherwise
60 | designated in writing by the copyright owner as "Not a Contribution."
61 |
62 | "Contributor" shall mean Licensor and any individual or Legal Entity
63 | on behalf of whom a Contribution has been received by Licensor and
64 | subsequently incorporated within the Work.
65 |
66 | 2. Grant of Copyright License. Subject to the terms and conditions of
67 | this License, each Contributor hereby grants to You a perpetual,
68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69 | copyright license to reproduce, prepare Derivative Works of,
70 | publicly display, publicly perform, sublicense, and distribute the
71 | Work and such Derivative Works in Source or Object form.
72 |
73 | 3. Grant of Patent License. Subject to the terms and conditions of
74 | this License, each Contributor hereby grants to You a perpetual,
75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76 | (except as stated in this section) patent license to make, have made,
77 | use, offer to sell, sell, import, and otherwise transfer the Work,
78 | where such license applies only to those patent claims licensable
79 | by such Contributor that are necessarily infringed by their
80 | Contribution(s) alone or by combination of their Contribution(s)
81 | with the Work to which such Contribution(s) was submitted. If You
82 | institute patent litigation against any entity (including a
83 | cross-claim or counterclaim in a lawsuit) alleging that the Work
84 | or a Contribution incorporated within the Work constitutes direct
85 | or contributory patent infringement, then any patent licenses
86 | granted to You under this License for that Work shall terminate
87 | as of the date such litigation is filed.
88 |
89 | 4. Redistribution. You may reproduce and distribute copies of the
90 | Work or Derivative Works thereof in any medium, with or without
91 | modifications, and in Source or Object form, provided that You
92 | meet the following conditions:
93 |
94 | (a) You must give any other recipients of the Work or
95 | Derivative Works a copy of this License; and
96 |
97 | (b) You must cause any modified files to carry prominent notices
98 | stating that You changed the files; and
99 |
100 | (c) You must retain, in the Source form of any Derivative Works
101 | that You distribute, all copyright, patent, trademark, and
102 | attribution notices from the Source form of the Work,
103 | excluding those notices that do not pertain to any part of
104 | the Derivative Works; and
105 |
106 | (d) If the Work includes a "NOTICE" text file as part of its
107 | distribution, then any Derivative Works that You distribute must
108 | include a readable copy of the attribution notices contained
109 | within such NOTICE file, excluding those notices that do not
110 | pertain to any part of the Derivative Works, in at least one
111 | of the following places: within a NOTICE text file distributed
112 | as part of the Derivative Works; within the Source form or
113 | documentation, if provided along with the Derivative Works; or,
114 | within a display generated by the Derivative Works, if and
115 | wherever such third-party notices normally appear. The contents
116 | of the NOTICE file are for informational purposes only and
117 | do not modify the License. You may add Your own attribution
118 | notices within Derivative Works that You distribute, alongside
119 | or as an addendum to the NOTICE text from the Work, provided
120 | that such additional attribution notices cannot be construed
121 | as modifying the License.
122 |
123 | You may add Your own copyright statement to Your modifications and
124 | may provide additional or different license terms and conditions
125 | for use, reproduction, or distribution of Your modifications, or
126 | for any such Derivative Works as a whole, provided Your use,
127 | reproduction, and distribution of the Work otherwise complies with
128 | the conditions stated in this License.
129 |
130 | 5. Submission of Contributions. Unless You explicitly state otherwise,
131 | any Contribution intentionally submitted for inclusion in the Work
132 | by You to the Licensor shall be under the terms and conditions of
133 | this License, without any additional terms or conditions.
134 | Notwithstanding the above, nothing herein shall supersede or modify
135 | the terms of any separate license agreement you may have executed
136 | with Licensor regarding such Contributions.
137 |
138 | 6. Trademarks. This License does not grant permission to use the trade
139 | names, trademarks, service marks, or product names of the Licensor,
140 | except as required for reasonable and customary use in describing the
141 | origin of the Work and reproducing the content of the NOTICE file.
142 |
143 | 7. Disclaimer of Warranty. Unless required by applicable law or
144 | agreed to in writing, Licensor provides the Work (and each
145 | Contributor provides its Contributions) on an "AS IS" BASIS,
146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147 | implied, including, without limitation, any warranties or conditions
148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149 | PARTICULAR PURPOSE. You are solely responsible for determining the
150 | appropriateness of using or redistributing the Work and assume any
151 | risks associated with Your exercise of permissions under this License.
152 |
153 | 8. Limitation of Liability. In no event and under no legal theory,
154 | whether in tort (including negligence), contract, or otherwise,
155 | unless required by applicable law (such as deliberate and grossly
156 | negligent acts) or agreed to in writing, shall any Contributor be
157 | liable to You for damages, including any direct, indirect, special,
158 | incidental, or consequential damages of any character arising as a
159 | result of this License or out of the use or inability to use the
160 | Work (including but not limited to damages for loss of goodwill,
161 | work stoppage, computer failure or malfunction, or any and all
162 | other commercial damages or losses), even if such Contributor
163 | has been advised of the possibility of such damages.
164 |
165 | 9. Accepting Warranty or Additional Liability. While redistributing
166 | the Work or Derivative Works thereof, You may choose to offer,
167 | and charge a fee for, acceptance of support, warranty, indemnity,
168 | or other liability obligations and/or rights consistent with this
169 | License. However, in accepting such obligations, You may act only
170 | on Your own behalf and on Your sole responsibility, not on behalf
171 | of any other Contributor, and only if You agree to indemnify,
172 | defend, and hold each Contributor harmless for any liability
173 | incurred by, or claims asserted against, such Contributor by reason
174 | of your accepting any such warranty or additional liability.
175 |
176 | END OF TERMS AND CONDITIONS
177 |
178 | APPENDIX: How to apply the Apache License to your work.
179 |
180 | To apply the Apache License to your work, attach the following
181 | boilerplate notice, with the fields enclosed by brackets "[]"
182 | replaced with your own identifying information. (Don't include
183 | the brackets!) The text should be enclosed in the appropriate
184 | comment syntax for the file format. We also recommend that a
185 | file or class name and description of purpose be included on the
186 | same "printed page" as the copyright notice for easier
187 | identification within third-party archives.
188 |
189 | Copyright [yyyy] [name of copyright owner]
190 |
191 | Licensed under the Apache License, Version 2.0 (the "License");
192 | you may not use this file except in compliance with the License.
193 | You may obtain a copy of the License at
194 |
195 | http://www.apache.org/licenses/LICENSE-2.0
196 |
197 | Unless required by applicable law or agreed to in writing, software
198 | distributed under the License is distributed on an "AS IS" BASIS,
199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200 | See the License for the specific language governing permissions and
201 | limitations under the License.
202 |
--------------------------------------------------------------------------------
/Makefile:
--------------------------------------------------------------------------------
1 | docker.build:
2 | docker build -t Project-Lost .
3 |
4 | serve:
5 | docker run --rm -it -v ${PWD}:/src --workdir /src -p 127.0.0.1:4000:4000 lotp
6 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Living Off Security Tools (LOST)
2 | [](https://github.com/0xAnalyst/Project-Lost "Go to GitHub repo")
3 | [](https://github.com/0xAnalyst/Project-Lost)
4 | [](https://github.com/0xAnalyst/Project-Lost)
5 | [](https://github.com/0xAnalyst/Project-Lost/issues)
6 | [](https://opensource.org/licenses/Apache-2.0)
7 |
8 | [](https://0xAnalyst.github.io/Project-Lost)
9 | # Introduction
10 |
11 | Living Off The Land Security Tools is a curated list of enterprise security tools used by adversaries to bypass carry out attacks and go under the radar as they are considered trusted tools.
12 | # Contributions
13 |
14 | We welcome contributions submitted as `Pull Requests` with new tool contributions or simply `Issues` for new ideas.
15 |
16 | # License
17 |
18 | Released under [Apache 2.0](/LICENSE).
19 |
20 | ---
21 |
22 | # Prior art / Credits
23 |
24 | This project is largely inspired from previous projects such as:
25 | - https://gtfobins.github.io
26 | - https://lolbas-project.github.io
27 | - https://github.com/rotem-cider/cicd-lamb
28 | - https://boostsecurityio.github.io/lotp/
29 | # Theme
30 | I took the theme from the following lol project
31 | - https://boostsecurityio.github.io/lotp/
32 |
--------------------------------------------------------------------------------
/_config.yml:
--------------------------------------------------------------------------------
1 | title: LOST
2 | email:
3 | description: >-
4 | LOTS - Living Off Security Tools
5 | url: "/Project-Lost"
6 |
7 | exclude:
8 | - Gemfile
9 | - Gemfile.lock
10 | - .github
11 |
12 | collections:
13 | tool:
14 | output: true
15 | permalink: /:collection/:title
16 |
17 | exclude:
18 | - Dockerfile
19 | - Gemfile
20 | - Gemfile.lock
21 | - vendor
22 |
23 | highlighter: rouge
24 |
25 | defaults:
26 | - scope:
27 | path: ''
28 | values:
29 | layout: 'default'
30 | - scope:
31 | path: ''
32 | type: 'tool'
33 | values:
34 | layout: 'tool'
35 |
--------------------------------------------------------------------------------
/_data/tags.yml:
--------------------------------------------------------------------------------
1 | Discovery:
2 | docs: |
3 | Enumerate system information including users,
4 | Execution:
5 | docs: |
6 | Execute commands
7 | C2:
8 | docs: |
9 | The tool is used to connect to C2 servers.
10 | Defense Evasion:
11 | docs: |
12 | The tool is used to bypass defense.
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/_includes/home.html:
--------------------------------------------------------------------------------
1 |
Living Off Security Tools
2 |
3 |
4 | Living Off The Land Security Tools is a curated list of Security Tools used by adversaries to bypass security controls and carry out attacks.
5 |