Skip to content

Instantly share code, notes, and snippets.

View macks2008's full-sized avatar

Twisted_Code macks2008

View GitHub Profile
/**********************
* fordingTheRiver.js *
**********************
*
* And there's the river. Fortunately, I was prepared for this.
* See the raft on the other side?
*
* Everything is going according to plan.
*/
/*************
* ambush.js *
*************
*
* Oh. Oh, I see. This wasn't quite part of the plan.
*
* Looks like they won't let you take the Algorithm
* without a fight. You'll need to carefully weave your
* way through the guard drones.
*
/*
* robot.js
*
* You'll need three keys in order to unlock the
* Algorithm: the red key, the green key, and the
* blue key. Unfortunately, all three of them are
* behind human-proof barriers.
*
* The plan is simple: reprogram the maintenance
* robots to grab the key and bring it through
@darkhappy
darkhappy / ARG-Field-Offices.md
Last active December 3, 2021 17:32
Toontown Rewritten - Cog Field Offices ARG

Toontown Rewritten - Cog Field Offices ARG

  • Status: Concluded
  • Start date: 2021-11-20
  • End date: 2021-11-29
  • Parts: 4

This is all the information on how to solve the ARG revolving Toontown Rewritten's Field Offices update.

Help solve ARGs!

Log4J CVE Advisory

The Problem

Log4J has a feature called Java Naming and Directory Interface (shortened to JNDI in this document), which allows a Java program to reach out to an external source to gather data.
If you put a section of text containing ${jndi:query} into the log, the Log4J library will try to resolve the query.
This can be combined with the Lightweight Directory Access Protocol (LDAP) to connect to a remote server.

However, because JNDI is built for retrieving data, and JNDI is a Java program, if you put a JNDI query using LDAP into a log, it will connect to the given site, download a file, and then execute it.
This is called Remote Code Execution.