diff --git a/src/lib/components/CollapsableSection.svelte b/src/lib/components/CollapsableSection.svelte new file mode 100644 index 0000000..66146c3 --- /dev/null +++ b/src/lib/components/CollapsableSection.svelte @@ -0,0 +1,67 @@ + + +
+ +
+ {@render children()} +
+
+ + diff --git a/src/lib/styles/default.scss b/src/lib/styles/default.scss index 908cb2b..b5f3fce 100644 --- a/src/lib/styles/default.scss +++ b/src/lib/styles/default.scss @@ -2,6 +2,9 @@ @use "color"; @use "mixin"; +html { + interpolate-size: allow-keywords; +} body { margin: 0; diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 91dce73..d79edc1 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -18,6 +18,7 @@ { href: "/new-member", label: "Member" }, { href: "/events", label: "Upcoming Events" }, { href: "/events/previous", label: "Previous Events" }, + { href: "/resources", label: "Hacking Resources" }, // TODO(72): Redesign nav links to include dropdowns ]; diff --git a/src/routes/resources/+page.svelte b/src/routes/resources/+page.svelte new file mode 100644 index 0000000..0317705 --- /dev/null +++ b/src/routes/resources/+page.svelte @@ -0,0 +1,88 @@ + + + + + +
+ +

+ Here is a list of resources to help you with hacking. It is a shorter version of the list on + the + TDDE61 course page + with added descriptions. +

+ + +

+ Swedish criminal code, Chapter 4, paragraphs + 8 + and + 9c +

+
+ +

+ Tryhackme is a gamified + cybersecurity platform with hands-on labs and challenges for learning ethical hacking and SOC + at any skill level. +

+

+ Hack The Box is a platform + that provides a variety of challenges and labs for learning ethical hacking and penetration testing. +

+

+ picoctf is a + free online platform that offers CTF challenges and competitions for students and beginners. +

+
+ +

+ Kali Linux is a Debian-based + Linux distribution that comes pre-installed with a wide range of security tools for penetration + testing and ethical hacking. +

+

+ Parrot Security OS is + another Debian-based Linux distribution that provides a suite of security tools for ethical hacking + and penetration testing. +

+
+ +

+ Nmap is a network scanning + tool used for scanning ip addresses and ports in a network. +

+

+ Wireshark is a network + protocol analyzer that allows you to capture and interactively browse the traffic running on + a network. +

+

+ Burp Suite is a collection + of tools used for pentesting web applications. +

+

+ John the ripper + John the ripper is a free and open-source password cracking software tool that supports various + encryption algorithms. +

+
+ +

+ CVE Details is a database + of known vulnerabilities and exposures, providing information on security issues in software + and hardware. +

+
+
+