Have python 3 installed somewhere
Download gist zip file and extract to a directory of your choosing then open terminal / cmd prompt at that directory
| import java.lang.reflect.Constructor; | |
| import java.lang.reflect.Field; | |
| import java.lang.reflect.Method; | |
| import org.bukkit.Bukkit; | |
| import org.bukkit.entity.Player; | |
| import org.bukkit.inventory.Inventory; | |
| import static com.google.common.base.Preconditions.checkNotNull; |
| #!/bin/sh | |
| RESET=`tput sgr0` | |
| RED=`tput setaf 1` | |
| GREEN=`tput setaf 2` | |
| if [ "$1" ]; then | |
| if ! [ -e "$1" ] | |
| then |
| /* Homebrew sysmodules */ | |
| 0000000000000123 sysHaze | |
| 0000000000534C56 SaltyNX | |
| 00FF0000000002AA BootSoundNX | |
| 00FF000053484101 switch-ha-sysmodule | |
| 00FF000053484102 switch-ha-overlay-loader | |
| 00FF0000636C6BF2 nx-reader | |
| 00FF0000636C6BFF sys-clk | |
| 00FF00006D7470FF mtp-server-nx | |
| 00FF0000A53BB665 SysDVR |
| [PlayerFeedback_CheckForSurvey] POST | |
| [PlayerFeedback_SendAnswers] POST | |
| [PatchNotes_GetPatchNotes] GET | |
| [AggStats_Fetch] GET | |
| [AccountXP_GetPlayer] GET https://pd.ap.a.pvp.net/account-xp/v1/players/{user_id} | |
| [Config_FetchConfig] GET https://shared.ap.a.pvp.net/v1/config/ap |
You can use these commands and rules to search for exploitation attempts against log4j RCE vulnerability CVE-2021-44228
This command searches for exploitation attempts in uncompressed files in folder /var/log and all sub folders
sudo egrep -I -i -r '\$(\{|%7B)jndi:(ldap[s]?|rmi|dns|nis|iiop|corba|nds|http):/[^\n]+' /var/logThis guide shows how to enable dev mode for the Discord desktop application running on Windows (as of February 2022).
This can be used to view beta experiments to try features currently in development that are included but hidden by default in Discord release builds.