codeHusky / HuskySecurity-Sponge

Protect your server! :)
1 stars 0 forks source link

Improve Security & Implement Fixes #2

Closed codeHusky closed 7 years ago

codeHusky commented 7 years ago

As noted here, our security is, well, sub-par from what it could be. We need to change some stuff up.

Security Snip Begin

Thanks for the feedback!

It looks like your "compromise" detection is /op. It certainly is at the moment, and that is pretty disappointing, really. Maybe the admin can specify a list of commands to watch for, with a point based system? e.g. running op makes you 50 points more suspicious, and it requires 100 points to ban?

it looks like every time a player executes a command, they're required to have ServerDefender and be verified.

it might not be best to just auto assume people are bad if they're in a different location (People travel sometimes!).

--security snip--

Stored in a seperate plain text source.

But yeah, at least it's a hash and I wasn't lazy and went "lol plain text passwords" :stuck_out_tongue_winking_eye:

Finally, thanks for the informative post. I'll make sure to put up an issue on GitHub with a snippet of this so I remember to do it.

Security Snip End