Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Executor benchmark #33

Open
1 of 3 tasks
Jack5079 opened this issue Apr 8, 2022 · 1 comment
Open
1 of 3 tasks

Executor benchmark #33

Jack5079 opened this issue Apr 8, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers size: medium Can be done in three days

Comments

@Jack5079
Copy link
Member

Jack5079 commented Apr 8, 2022

  • Checks performance
  • Checks security
  • Checks compatibility

For new contributors

The checker source code is in website/public/checker.client.lua

You can get a "UNC Score" with https://github.com/unified-naming-convention/NamingStandard/blob/main/UNCCheckEnv.lua

Here's a couple functions that should normally be sandboxed:

game:GetService("MessageBusService"):Publish(game:GetService("MessageBusService"):GetMessageId("Linking", "openURLRequest"), {url = "notepad.exe"})
game:GetService("BrowserService"):ExecuteJavaScript([[
var shell = WScript.CreateObject("WScript.Shell");
shell.Run("notepad");
]])
game:GetService("HttpService"):RequestInternal{Url = "https://www.google.com/"}
game:GetService("GuiService"):OpenBrowserWindow("https://www.roblox.com/home")
game:GetService("MarketplaceService"):GetRobuxBalance()
game:GetService("MarketplaceService"):PerformPurchase()

Also look into the debug RCE I think 3dsboy08 posted a scanner on v3rm for that

@Jack5079 Jack5079 added enhancement New feature or request size: medium Can be done in three days labels Apr 8, 2022
@Jack5079 Jack5079 added this to the v7 milestone Apr 8, 2022
@Jack5079 Jack5079 self-assigned this Apr 8, 2022
@Jack5079 Jack5079 changed the title Exploit Health Checker III mollermethod Exploit Health Checker = Sirius Executor Benchmark Apr 8, 2022
@Jack5079 Jack5079 removed this from the v7 milestone Apr 18, 2022
@Jack5079 Jack5079 changed the title mollermethod Exploit Health Checker = Sirius Executor Benchmark Executor benchmark Apr 22, 2022
@Jack5079
Copy link
Member Author

@Jack5079 Jack5079 added this to the v8 milestone May 14, 2022
@Jack5079 Jack5079 removed this from the v8 milestone May 24, 2022
@Jack5079 Jack5079 assigned ghost and unassigned Jack5079 Jun 21, 2022
@Jack5079 Jack5079 added the good first issue Good for newcomers label Aug 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers size: medium Can be done in three days
Projects
None yet
Development

No branches or pull requests

1 participant