| import os | |
| import sys | |
| import time | |
| import struct | |
| import asyncio | |
| import platform | |
| import pickle | |
| from bleak import BleakScanner, BleakClient | |
| from PyQt5 import QtCore, QtGui, QtWidgets |
As of now (2023-04-14) Playstation only supports streaming through Youtube or Twitch. Both of these options add at least a few seconds delay until a viewer is able to see your screen, which is acceptable by professional streamers, but for streaming to friends we want to make the delay as low as possible, so we can enjoy the games together.
The natural option would be to stream Playstation to PC and share the window to our viewers, however, most of the popular video chat platforms haven't handled Playstation stream properly (Discord, for example, was extremely stuttering, had black screens or couldn't stream sound).
To stream our games, we will first stream Playstation to our local PC, set the RTMP sever on our PC and stream OBS window to our server. Viewers will then connect to our RTMP server to watch our stream.
Please read the README.md file on the RayTraceAntiXray github page first. All settings are documented and explained in the linked default config file there. Before configuring the plugin you should enable Paper Anti-Xray using engine-mode: 1. Optionally (especially for testing) you can increase the max-block-height. After configuring Paper Anti-Xray you can configure the plugin using the following settings for example.
(Faster, but worse gameplay experience and less protection.)
settings:This 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.
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/log| [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 |
| /* Homebrew sysmodules */ | |
| 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 | |
| 00FF0000B378D640 NX-FanControl |

