@@ -873,6 +873,31 @@ Purpose: helps you avoid and debug anticheat flags by cleaning risky movement pa
873873### NoPlayerChat
874874- Allows you to disable or filter game chats
875875
876+ ### CommandScanner
877+ - Enumerate server side commands that are typically unavailable to the player by sending specialised packets
878+ - Optionally elicit only 'unknown' commands. Scans via packets then compares via client commands, whichever isn't available to the user is shown.
879+ - Your command list probing won't appear in server side logs
880+ - Can also run each command, run specific commands via packets or enumerate via client side commands
881+
882+ #### Example Output
883+ ```
884+ [STDOUT]: Unknown or incomplete command. See below for error
885+ [STDOUT]: c2me<--[HERE]
886+ [STDOUT]: Unknown or incomplete command. See below for error
887+ [STDOUT]: panda-anti-exploit<--[HERE]
888+ [STDOUT]: Unknown or incomplete command. See below for error
889+ [STDOUT]: test<--[HERE]
890+ [STDOUT]: Unknown or incomplete command. See below for error
891+ [STDOUT]: version<--[HERE]
892+ [STDOUT]: [Wurst] CommandScanner started.
893+ [STDOUT]: [Wurst] Enabled: CommandScanner
894+ [STDOUT]: [Wurst] Found 20 non-vanilla commands:
895+ [STDOUT]: [Wurst] /c2me, /dialog, /discord, /dmcc, /fetchprofile, /melius-commands, /panda-anti-exploit, /plstyle
896+ [STDOUT]: [Wurst] /rotate, /spark, /stopwatch, /styledchat, /styledplayerlist, /suicide, /tellform, /test
897+ [STDOUT]: [Wurst] /version, /voicechat, /vote, /waypoint
898+ [STDOUT]: [Wurst] Disabled: CommandScanner
899+ ```
900+
876901## What's changed or improved in this fork?
877902
878903### ChestESP
0 commit comments