Garry's Mod Leaks

How to remove backdoors

Submitted by asdadfat, , Thread ID: 232840

Thread Closed

RE: How to remove backdoors

dadafdgff
Junior Member
Level:
9
Reputation:
0
Posts:
78
Likes:
1
Credits:
0
13-03-2022, 05:48 AM
#11
Here is an easy backdoor finder called CPE it usually works effectively for servers, and its free.

RE: How to remove backdoors

digkheadman
Newbie
Level:
2
Reputation:
0
Posts:
19
Likes:
2
Credits:
0
27-03-2022, 03:57 AM
#12
Hey there, you can use CPE, ananti-backdoor that gets the job done Smile

RE: How to remove backdoors

Poggers kekw
Member
Prime
Level:
23
Reputation:
7
Posts:
199
Likes:
20
Credits:
116
27-03-2022, 01:49 PM
#13
11-03-2022, 03:25 AM
baratoxis200 Wrote:
Use this:

https://github.com/ProtoGrace/Gmod-Backdoor-Scanner

I usually use it on my servers

Nomanlua works as well though
as a developer, a lot of these can be easily bypassed so there's no point in detours it's only to catch low level backdoors

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

RE: How to remove backdoors

Themilbo
Novice
Level:
2
Reputation:
0
Posts:
20
Likes:
0
Credits:
0
27-03-2022, 08:24 PM
#14
11-03-2022, 03:25 AM
baratoxis200 Wrote:
Use this:

https://github.com/ProtoGrace/Gmod-Backdoor-Scanner

I usually use it on my servers

Nomanlua works as well though
Didnt even know these excisted

RE: How to remove backdoors

Vectivus
Novice
Level:
1
Reputation:
0
Posts:
32
Likes:
49
Credits:
519
28-03-2022, 02:18 PM
#15
09-03-2022, 07:44 PM
ZhingBao Wrote:
It completely depends how the backdoor works, you cant just give a step-by-step tutorial... But usually if you find the backdoor you just remove it. The hard part about removing a backdoor is finding it...

Backdoors are really hard to find, you could easily just do keyword searches: _G, RunString, RunStringEx, CompileString, http.fetch, http.post, 104, 24, 116, 67, 68 and much more

RE: How to remove backdoors

KillsT3aler69
Backdoor Buster
Prime
Level:
10
Reputation:
0
Posts:
244
Likes:
60
Credits:
1.94K
28-03-2022, 04:30 PM
This post was last modified: 28-03-2022, 04:33 PM by KillsT3aler69
#16
Its best to look at the lua code and search for RunStrings or SteamIDs (and sometimes for HTTP when youre suspicious, but not all HTTP are backdoors). I use Visual Studio Code (free) for this. It has a function to search through an entire folder/addon. When you have found the backdoor, just remove the line(s) of code. Most of the time its just a single line of obfuscated code at the back of a file with a RunString in front. But keep in mind that not all RunStrings and SteamIDs are backdoors. But if it looks long and weird and you cant figure out what it does, just remove it.

RE: How to remove backdoors

Nuky
Novice
Prime
Level:
4
Reputation:
0
Posts:
45
Likes:
0
Credits:
0
07-08-2022, 08:11 AM
#17
Its pretty simple but easily avoidable so there is no reason to ask. And trust nobody that helps alot.

RE: How to remove backdoors

Fr3akyMurk
Newbie
Level:
1
Reputation:
0
Posts:
15
Likes:
0
Credits:
3
08-08-2022, 10:18 AM
#18
Alternatively to downloading shit that might not even be necessary, you can just run gmod open console and type out lua_find and look for specific keywords like if you plan on running a server with ULX, then some keywords would be "ULX", "Adduser", "SteamID" etc etc. nomalua can also be used but in my experience that shit just crashes the game and doesn't work.

Some other tags like HTTP, HTTPGET etc are also a good idea to look for.

If you want it to be easy and simple then go ahead and download one of the backdoor finders that are posted here but I wouldn't count on them yet alone trust.

RE: How to remove backdoors

Sergio__
Novice
Level:
4
Reputation:
0
Posts:
41
Likes:
2
Credits:
6
08-08-2022, 04:19 PM
#19
use vscode, CTRL + SHIFT + F and search what Vectivus said. also the ulx commands if you use it
To be 100% sure just use something like this:
https://github.com/Xalalau/backdoor-shield

Users browsing this thread: 15 Guest(s)