Raised This Month: $51 Target: $400
 12% 

my server got hacked or got a backdoor?...


Post New Thread Closed Thread   
 
Thread Tools Display Modes
hoboman
Senior Member
Join Date: Jul 2007
Old 03-05-2008 , 23:39   Re: my server got hacked or got a backdoor?...
#21

Quote:
Originally Posted by YamiKaitou View Post
There is a votekick and a voteban command that comes with HL that anyone can use.
ah, thx for reminding me about that...at least those are easy to disable; however, those guy really did have my rcon as they kicked each other at the very end

cs1.6: ay, the rcon sniffer is probably some private copy or something ( even though I heard it is super easy to make it: http://seclists.org/bugtraq/2003/Sep/0287.html ) cause I didn't have any luck googling it...and btw, those guys didn't use hlsw

and yeah...fuck the HL developers and their unsafe rcon. I disabled mine ( set it to ""), so this nasty incident doesn't happen again
__________________

Last edited by hoboman; 03-05-2008 at 23:43.
hoboman is offline
Jellric
Member
Join Date: Dec 2007
Old 03-06-2008 , 00:49   Re: my server got hacked or got a backdoor?...
#22

Quote:
and yeah...fuck the HL developers and their unsafe rcon. I disabled mine ( set it to ""), so this nasty incident doesn't happen again
Tell me about it. The advantage is totally on the cheaters side with our games we love. You have to research on your own to catch just a few cheaters while the rest run wild.

Last edited by Jellric; 03-29-2008 at 11:46.
Jellric is offline
Acerman23
New Member
Join Date: Mar 2008
Location: Canada
Old 03-07-2008 , 22:14   Re: my server got hacked or got a backdoor?...
#23

Maybe , they went all on the same team , and in consle they type votekick and it shows a number of that person so all 3 of them probably typed votekick 431 < for example and probably got kicked.
Acerman23 is offline
Send a message via AIM to Acerman23 Send a message via MSN to Acerman23
cs1.6
Senior Member
Join Date: Dec 2006
Old 03-28-2008 , 17:13   Re: my server got hacked or got a backdoor?...
#24

talking of the devil:

Maybe interesting for server admins
cs1.6 is offline
|PJ| Shorty
Veteran Member
Join Date: Aug 2005
Location: Bavaria, Germany
Old 03-28-2008 , 20:20   Re: my server got hacked or got a backdoor?...
#25

do you use fastdownload?
i saw some people, who had all cfg files also on the fastdownload server...
__________________
There are only 10 types of people in the world:
Those who understand binary, and those who donīt.
|PJ| Shorty is offline
Send a message via ICQ to |PJ| Shorty Send a message via AIM to |PJ| Shorty Send a message via MSN to |PJ| Shorty Send a message via Yahoo to |PJ| Shorty Send a message via Skype™ to |PJ| Shorty
cs1.6
Senior Member
Join Date: Dec 2006
Old 03-28-2008 , 20:49   Re: my server got hacked or got a backdoor?...
#26

Quote:
Originally Posted by |PJ| Shorty View Post
do you use fastdownload?
i saw some people, who had all cfg files also on the fastdownload server...
interesting post

yea u gotta watch out for those little things.
cs1.6 is offline
rudle
BANNED
Join Date: Mar 2008
Location: About to be sent to bant
Old 03-29-2008 , 05:31   Re: my server got hacked or got a backdoor?...
#27

Block vote kick and vote ban in a amxx plugin.

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>

public plugin_init() 
{   
    
register_plugin("block vote kick & vote ban""eldur""rudle")
    
register_clcmd("vote kick""cmd_votekick")
    
register_clcmd("vote ban""cmd_voteban")
}

public 
cmd_votekick(id) {
    
client_print(id,print_center,"[ACCESS Denied]")
    return 
PLUGIN_HANDLED_MAIN
}

public 
cmd_voteban(id) {
    
client_print(id,print_center,"[ACCESS Denied]")
    return 
PLUGIN_HANDLED_MAIN

It should work if not then the scripters can have a go
rudle is offline
sawce
The null pointer exception error and virtual machine bug
Join Date: Oct 2004
Old 03-30-2008 , 00:45   Re: my server got hacked or got a backdoor?...
#28

Issue resolved to insecure rcon password; closed.
__________________
fyren sucks
sawce is offline
Closed Thread



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 02:22.


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