Garry's Mod

How to remove BACKDOOR ?

Submitted by Zebeub2000, , Thread ID: 241506

Thread Closed

RE: How to remove BACKDOOR ?

Globungus
Newbie
Level:
2
Reputation:
0
Posts:
19
Likes:
1
Credits:
62
22-05-2022, 09:46 AM
This post was last modified: 22-05-2022, 10:29 AM by Globungus
#4
Good things to look for are SteamIDs as mentioned, my preferred method is to search for any 17 digit numbers (SteamID 64) and STEAM_
Can be accomplished with
Code:
find ./ -exec grep -E '\d{17}|STEAM_' {} \; -print 2>/dev/null

For bytecode and other obfuscated code try to search for RunString with
Code:
find ./ -exec grep 'RunString' {} \; -print 2>/dev/null

Users browsing this thread: 1 Guest(s)