Skip to content

Instantly share code, notes, and snippets.

View zkxs's full-sized avatar

zkxs

View GitHub Profile
@zkxs
zkxs / dns.md
Last active March 26, 2024 10:20
public DNS notes

cloudflare

1.1.1.1
1.0.0.1
2606:4700:4700::1111
2606:4700:4700::1001

cloudflare DNS64

@zkxs
zkxs / lunacid_lunar_calendar_2024.md
Last active January 17, 2024 18:46
Lunacid 2024 Lunar Calendar

Lunacid 2024 Lunar Calendar

When MOON_MULT is greater than 9.0, certain objects will appear. Here are those days summarized:

Month Full Moon Days (inclusive)
January 24-26
February 22-25
March 23-25
April 21-24
@zkxs
zkxs / Schedule.scala
Created April 23, 2023 20:12
Imagine if Discord could do time math for you
import java.io.FileOutputStream
import java.io.PrintWriter
import java.nio.file.Files
import java.time._
import java.time.format._
import scala.io.Source
import scala.util.matching.Regex
object Schedule {
@zkxs
zkxs / README.md
Last active March 7, 2023 05:28
Example Neos Headless SteamCMD Setup

Example Neos Headless SteamCMD Setup

This is a simple set of scripts to install and run Neos headless via SteamCMD.

Basic instructions

  1. OPTIONAL: create a new user for this setup. SteamCMD has been known in the past to nuke the entire home directory of the user running it.
  2. Install SteamCMD
  3. Toss update.sh, appupdate.txt, and run_server.sh into the same directory that SteamCMD is installed to. (steamcmd.sh should be there)
  4. Fill in the blanks in appupdate.txt. The password for the Neos Headless Beta can be obtained from a channel in the Neos Discord, if you are in the relevant Patreon tier.
@zkxs
zkxs / Utensil Tier List.md
Last active July 28, 2022 08:53
THE definitive utensil tier list.

Utensil Tier List

S Tier

  • Knife

A Tier

  • Chopsticks
@zkxs
zkxs / fetch.sh
Created June 18, 2022 22:24
Fetch all github repos I have cloned
#!/bin/bash
process() {
pushd . > /dev/null
cd "$(dirname "$1")"
echo "$PWD"
git fetch --all
popd > /dev/null
}
@zkxs
zkxs / component-list.txt
Last active April 2, 2022 10:40
List of all concrete Neos component types
BusinessX.ClassroomBoard
BusinessX.ClassroomController
BusinessX.ClassroomDatabaseController
BusinessX.ClassroomGrabbable
BusinessX.ClassroomHighlight
BusinessX.ClassroomHighlightManager
BusinessX.ClassroomLabel
BusinessX.ClassroomModelControls
BusinessX.ClassroomQuizController
BusinessX.HideShowControl
@zkxs
zkxs / exploit-join-challenge-mitm.md
Last active October 6, 2021 20:45
Neos User Impersonation MITM Attack Writeup

Neos User Impersonation MITM Attack

Who am I?

I'm "runtime" in-game. U-runtime if you need my user id. zkxs#1039 on Discord. Feel free to reach out to me if you've got questions.

What have I found?

An exploit allowing a malicious actor to join sessions while impersonating another user via the use of a MITM (man-in-the-middle) attack.

How did I find it?

I am specifically searching for exploits with large security impacts due to the new issue bounty policy.

@zkxs
zkxs / slack-theme.sh
Created September 6, 2019 12:48
Injects some arbitrary javascript into Slack for theme installation reasons
#!/usr/bin/env bash
if ! uname | grep -iq darwin; then
echo "This script is designed for Mac OSX use" >&2
exit 1
fi
if ! [ -e "patch.js" ]; then
echo "Place your javascript to inject in patch.js" >&2
exit 1
@zkxs
zkxs / test.svg
Created January 28, 2019 03:04 — forked from minkcv/test.svg
svg steganography
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.