Raised This Month: $ Target: $400
 0% 

Protecting Plugins Plugin?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
k3rex
Senior Member
Join Date: Aug 2013
Old 06-30-2014 , 14:21   Protecting Plugins Plugin?
Reply With Quote #1

Protecting Plugins Plugin?

Last edited by k3rex; 06-30-2014 at 15:02.
k3rex is offline
bl4nk
SourceMod Developer
Join Date: Jul 2007
Old 06-30-2014 , 15:48   Re: Protecting Plugins Plugin?
Reply With Quote #2

More than likely they compile their own version of SM.
bl4nk is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 07-07-2014 , 11:10   Re: Protecting Plugins Plugin?
Reply With Quote #3

Quote:
Originally Posted by HolyDuFF View Post
"Access denied fucker!"
https://www.youtube.com/watch?v=XxvSyTsWrtk
But how did we do it? Forever mystery I guess haha
Quote:
Originally Posted by bl4nk View Post
More than likely they compile their own version of SM.
You'd almost think someone already answered that.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
11530
Veteran Member
Join Date: Sep 2011
Location: Underworld
Old 06-30-2014 , 16:04   Re: Protecting Plugins Plugin?
Reply With Quote #4

We do not recommend hiding your plugins. That information is public to give players an idea of what's being run, to assist with plugin statistics, and because hiding your server's information goes against our principles of telling the truth and sharing previously-public information.

Besides, there are other means to find out which plugins you are running.
__________________

Last edited by 11530; 06-30-2014 at 16:04.
11530 is offline
HolyDuFF
Member
Join Date: Mar 2010
Old 07-04-2014 , 20:19   Re: Protecting Plugins Plugin?
Reply With Quote #5

"Access denied fucker!"
https://www.youtube.com/watch?v=XxvSyTsWrtk
But how did we do it? Forever mystery I guess haha

Last edited by HolyDuFF; 07-04-2014 at 20:30.
HolyDuFF is offline
Oshizu
Veteran Member
Join Date: Nov 2012
Location: Warsaw
Old 07-05-2014 , 08:28   Re: Protecting Plugins Plugin?
Reply With Quote #6

Quote:
Originally Posted by HolyDuFF View Post
"Access denied fucker!"
https://www.youtube.com/watch?v=XxvSyTsWrtk
But how did we do it? Forever mystery I guess haha
Quote:
Originally Posted by Video
It has an extremely high security for both DoS/DDoS attacks, server cloners and hacks (It detects x22 Cheats)
- It's pure SourceMod
- Low CPU/RAM usage
- Stable as hell
- The ranking system is the same for all the servers (So you will have the same ranking stats on all the servers)
I hope this is a joke or seriously i am going to laught my ass off for rest of the day XD

The way vid looks and the music he picked
It reminds me one of those fake 'Free *Insert Game Name* Hack 2014' vids
__________________
...

Last edited by Oshizu; 07-05-2014 at 08:38.
Oshizu is offline
404UserNotFound
BANNED
Join Date: Dec 2011
Old 07-08-2014 , 18:29   Re: Protecting Plugins Plugin?
Reply With Quote #7

Quote:
Originally Posted by HolyDuFF View Post
But how did we do it? Forever mystery I guess haha
It's not a mystery. Just edit the .SP file of all the plugins you use and do this:

PHP Code:
public Plugin:myinfo 
{
    
name "Protected",
    
author "Protected",
    
description "Protected",
    
version "Protected",
    
url "Protected"
}; 
Of course, some plugins will have things like PLUGIN_VERSION defined for a version convar, so you'd obviously have to strip all the version convar code, remove the PLUGIN_VERSION define and manually enter the version # into the "version" field of Plugin:myinfo. You'll often also see PLUGIN_AUTHOR defined.

Some people like defining things like PLUGIN_AUTHOR because it allows them to not only list their name as the plugin author, but also pull that name for use in chat advertisement messages and whatnot. A simple CTRL+F for PLUGIN_AUTHOR or PLUGIN_VERSION will find everywhere the define is called, allowing for easy removal of that specific code.

Or you could just be a goof and replace the version number with this:

PHP Code:
version SOURCEMOD_VERSION 
And the plugin version will take on the version number of whatever SourceMod snapshot you're using.

Of course, there are other ways of figuring out what plugins HolyDuff uses and I won't go into them here (needless to say they DO NOT involve hacking of any sort). Only a slapnuts hides the plugins their server(s) use(s).

Also, I lol'd at running several servers off a computer in your room. Hopefully you have unlimited bandwidth internet (as I do, from a company here in Canada called Netfox).

EDIT: As for hiding "sm plugins list", you can probably set up a plugin that does a command callback or whatever it's called, and when someone tries "sm plugins list" you can hide the original message that's being sent (of all the plugins) and instead send something like "[REDACTED]". Of course, again, only a slapnuts would do that shit.

Quote:
Originally Posted by HolyDuFF
(Server cloning/stealing)
What the heck. Who cares if someone else makes a similar server to yours? Excuse me while I join your server and quickly figure out what plugins you use so I can start my own server up just like yours.

Last edited by 404UserNotFound; 07-08-2014 at 18:50.
404UserNotFound is offline
Nolongerinthegame
AlliedModders Donor
Join Date: Sep 2005
Old 07-05-2014 , 04:33   Re: Protecting Plugins Plugin?
Reply With Quote #8

Can sourcemod blacklist servers which do this? I thought Balo has said in the past that players should know what is running on a server if they have joined.
Nolongerinthegame is offline
Zephyrus
Cool Pig B)
Join Date: Jun 2010
Location: Hungary
Old 07-05-2014 , 06:03   Re: Protecting Plugins Plugin?
Reply With Quote #9

Quote:
- It has an extremely high security for both DoS/DDoS attacks, server cloners and hacks (It detects x22 Cheats)
- It's pure SourceMod
XXXXXXXXXXXXXDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD

and not a single word was taken seriously that day
__________________
Taking private C++/PHP/SourcePawn requests, PM me.
Zephyrus is offline
HolyDuFF
Member
Join Date: Mar 2010
Old 07-05-2014 , 09:24   Re: Protecting Plugins Plugin?
Reply With Quote #10

- It does have high security for DoS/DDoS attacks that attack the process or are trying to exploit something on the server to make it crash. Not for the attacks that eat up you internet bandwidth.
- It does have security for server clone cus you can't see the plugins running on the server through the "sm plugins list" command which is the command that most people use to clone servers.
- It does detect x22 cheats in retard mode or whatever the modes name is.
- It is pure SourceMod except from MM:S.
- It does use less CPU/RAM than the traditional way of running multiple SRCDS instances.
- It is more stable just cus of everything above ^.
- The ranking system is the same for all server so you will have the same stats on all servers?

It's no jokes just cus you failed to see the logic behind the statements. So laugh you ass off for the rest of the day I guess if you got no logic. "The way vid looks and the music he picked. It reminds me one of those fake 'Free *Insert Game Name* Hack 2014' vids" wtf does that even mean? So my camera is not the best. That makes my video fake? So my music taste also makes my video fake? And they way I put the camera down to hide vulnerable information? You obviously don't know anything for shit about servers and got no logic for shit what so ever lol.

EDIT: If it was a fake "Insert game name" hack 2014 video. Then why the fuck is there no download link for the hack in the description which takes you to a page with 10 surveys to download a virus? Use your fucking brain pls...

Last edited by HolyDuFF; 07-05-2014 at 20:19.
HolyDuFF is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:59.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode