commit 4ea72f33c0393548685959ce847305f20573e98e Author: Felix Albrigtsen Date: Tue Sep 19 23:38:51 2023 +0200 Initial upload diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c53b474 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/hugo-bearblog"] + path = themes/hugo-bearblog + url = https://github.com/janraasch/hugo-bearblog.git diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..f5e6fa5 --- /dev/null +++ b/config.toml @@ -0,0 +1,25 @@ +baseURL = 'https://wackattack.eu/' +languageCode = 'en-us' +title = 'WackAttack CTF' +theme = 'hugo-bearblog' +uglyurls = true + +[params] + hostname = 'wackattack.eu' + +[outputFormats.HTML] + noUgly = true + +[menu] +[[menu.main]] + name = 'CTF' + url = 'https://ctf.wackattack.eu/' + weight = 10 + [menu.main.params] + external = true +[[menu.main]] + name = 'CTFTime' + url = 'https://ctftime.org/team/177661' + weight = 20 + [menu.main.params] + external = true diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..f9acb9e --- /dev/null +++ b/content/_index.md @@ -0,0 +1,7 @@ +## Wack is back! + +WackAttack is a CTF team springing out of the Norwegian University of Science and Technology. + +We compete in security events at our university and CTFs at local, national and international levels. + +Feel free to read our [writeups](/writeups) or check out our [members](/members)! diff --git a/content/members.md b/content/members.md new file mode 100644 index 0000000..a85c83d --- /dev/null +++ b/content/members.md @@ -0,0 +1,32 @@ +--- +title: Members +menu: main +weight: 5 +--- + + +## Members +- @Dandellion + - Preferred categories: Misc + - [Personal Website](https://dandellion.xyz) +- @h7x4 + - Preferred categories: Forensics + - [Personal Website](https://nani.wtf) + - [GitHub](https://github.com/h7x4) / [git.nani.wtf](https://git.nani.wtf) +- @krloer + - Preferred categories: Pwn + - [1337 Writeup Site](https://ctf.krloer.com) +- @martcl + - Preferred categories: Web + - [LinkedIn](https://www.linkedin.com/in/martin-clementz-128403217/) +- @Oblivion + - Preferred categories: OSINT + - [GitHub](https://github.com/OblivionLimbo) +- @oksenmu + - Preferred categories: Crypto + - [LinkedIn](https://www.linkedin.com/in/jo-remvik-341a991b4/) +- @taschmex + - Preferred categories: Misc + - [Perosnal Website](https://feal.no) + - [GitHub](https://github.com/felixalbrigtsen) / [git.feal.no](https://git.feal.no) + diff --git a/content/writeups/_index.md b/content/writeups/_index.md new file mode 100644 index 0000000..675815a --- /dev/null +++ b/content/writeups/_index.md @@ -0,0 +1,9 @@ +--- +title: Writeups +menu: main +--- + +# Writeups go here + +This is a folder or something for writeups. +It can include tags and search and stuff diff --git a/layouts/partials/header.html b/layouts/partials/header.html new file mode 100644 index 0000000..9f9deaa --- /dev/null +++ b/layouts/partials/header.html @@ -0,0 +1,7 @@ +
+ + +

{{ .Site.Title }}

+
+
+ diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..eb615a8 --- /dev/null +++ b/public/404.html @@ -0,0 +1,230 @@ + + + + + + + +404 + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+

404

+

ʕノ•ᴥ•ʔノ ︵ ┻━┻

+ +
+ + + + + + diff --git a/public/banner_1500x500.png b/public/banner_1500x500.png new file mode 100644 index 0000000..e3acc62 Binary files /dev/null and b/public/banner_1500x500.png differ diff --git a/public/banner_centered_1500x500.png b/public/banner_centered_1500x500.png new file mode 100644 index 0000000..d495fdc Binary files /dev/null and b/public/banner_centered_1500x500.png differ diff --git a/public/categories/index.html b/public/categories/index.html new file mode 100644 index 0000000..df49c22 --- /dev/null +++ b/public/categories/index.html @@ -0,0 +1,246 @@ + + + + + + + +Categories | WackAttack CTF + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + +

Filtering for "Categories"

+ + Remove filter + + +
    + +
  • + No posts yet +
  • + +
+ + +
+ +
+ + + + + + diff --git a/public/categories/index.xml b/public/categories/index.xml new file mode 100644 index 0000000..bb3670a --- /dev/null +++ b/public/categories/index.xml @@ -0,0 +1,10 @@ + + + + Categories on WackAttack CTF + https://wackattack.eu/categories/ + Recent content in Categories on WackAttack CTF + Hugo -- gohugo.io + en-us + + diff --git a/public/ctf/index.html b/public/ctf/index.html new file mode 100644 index 0000000..f9a3e5a --- /dev/null +++ b/public/ctf/index.html @@ -0,0 +1,241 @@ + + + + + + + +CTF | WackAttack CTF + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + +

TODO: Redirect to ctfd

+ +
+

+ +

+ +
+ + + + + + diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..7b0e3fd Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..4700016 --- /dev/null +++ b/public/index.html @@ -0,0 +1,242 @@ + + + + + + + + +WackAttack CTF + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+

Wack is back

+

Members

+ + + +
+ + + + + + diff --git a/public/index.xml b/public/index.xml new file mode 100644 index 0000000..9bc0aa0 --- /dev/null +++ b/public/index.xml @@ -0,0 +1,19 @@ + + + + WackAttack CTF + https://wackattack.eu/ + Recent content on WackAttack CTF + Hugo -- gohugo.io + en-us + + CTF + https://wackattack.eu/ctf/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://wackattack.eu/ctf/ + TODO: Redirect to ctfd + + + + diff --git a/public/logo_1200x1200.png b/public/logo_1200x1200.png new file mode 100644 index 0000000..5502412 Binary files /dev/null and b/public/logo_1200x1200.png differ diff --git a/public/logo_128x128.png b/public/logo_128x128.png new file mode 100644 index 0000000..cd70fff Binary files /dev/null and b/public/logo_128x128.png differ diff --git a/public/logo_512x512.png b/public/logo_512x512.png new file mode 100644 index 0000000..4a51f38 Binary files /dev/null and b/public/logo_512x512.png differ diff --git a/public/logo_inverted_1200x1200.png b/public/logo_inverted_1200x1200.png new file mode 100644 index 0000000..d5c117f Binary files /dev/null and b/public/logo_inverted_1200x1200.png differ diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..9a7f450 --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,13 @@ + + + + https://wackattack.eu/ + + https://wackattack.eu/categories/ + + https://wackattack.eu/ctf/ + + https://wackattack.eu/tags/ + + diff --git a/public/tags/index.html b/public/tags/index.html new file mode 100644 index 0000000..df3695c --- /dev/null +++ b/public/tags/index.html @@ -0,0 +1,246 @@ + + + + + + + +Tags | WackAttack CTF + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + +

Filtering for "Tags"

+ + Remove filter + + +
    + +
  • + No posts yet +
  • + +
+ + +
+ +
+ + + + + + diff --git a/public/tags/index.xml b/public/tags/index.xml new file mode 100644 index 0000000..602c322 --- /dev/null +++ b/public/tags/index.xml @@ -0,0 +1,10 @@ + + + + Tags on WackAttack CTF + https://wackattack.eu/tags/ + Recent content in Tags on WackAttack CTF + Hugo -- gohugo.io + en-us + + diff --git a/static/banner_1500x500.png b/static/banner_1500x500.png new file mode 100644 index 0000000..e3acc62 Binary files /dev/null and b/static/banner_1500x500.png differ diff --git a/static/banner_centered_1500x500.png b/static/banner_centered_1500x500.png new file mode 100644 index 0000000..d495fdc Binary files /dev/null and b/static/banner_centered_1500x500.png differ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..7b0e3fd Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/logo_1200x1200.png b/static/logo_1200x1200.png new file mode 100644 index 0000000..5502412 Binary files /dev/null and b/static/logo_1200x1200.png differ diff --git a/static/logo_128x128.png b/static/logo_128x128.png new file mode 100644 index 0000000..cd70fff Binary files /dev/null and b/static/logo_128x128.png differ diff --git a/static/logo_512x512.png b/static/logo_512x512.png new file mode 100644 index 0000000..4a51f38 Binary files /dev/null and b/static/logo_512x512.png differ diff --git a/static/logo_inverted_1200x1200.png b/static/logo_inverted_1200x1200.png new file mode 100644 index 0000000..d5c117f Binary files /dev/null and b/static/logo_inverted_1200x1200.png differ diff --git a/themes/hugo-bearblog b/themes/hugo-bearblog new file mode 160000 index 0000000..5fc1e03 --- /dev/null +++ b/themes/hugo-bearblog @@ -0,0 +1 @@ +Subproject commit 5fc1e03a7af2021d08c581d648c9082b3c48eb19