SA-MP Forums Archive
There is a ''shutdown'' hack somewhere around - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: There is a ''shutdown'' hack somewhere around (/showthread.php?tid=55940)



There is a ''shutdown'' hack somewhere around - WackoX - 22.11.2008

I playd on a server, and it shuts down for the first time, nobody know why..
Now i had a server on with a hostname what some people does'nt like, after a hours my server shuts down too for the first time..

Some minutes later i heard a friend says, that he's server shuts down too..

(we are not using the same script or server, and this is the first time it hapend to me in years..)

Anyone know more?


Re: There is a ''shutdown'' hack somewhere around - Vetle - 22.11.2008

its ur script that got security holes


Re: There is a ''shutdown'' hack somewhere around - d0 - 22.11.2008

1: server version ?
2: rcon brutforce ?
3: more info ? (serverlog)


Re: There is a ''shutdown'' hack somewhere around - WackoX - 22.11.2008

Server version: 0.2X
Operating system: i dont know, linux?

Log:

[15:57:15] [part] YoUnG has left the server (1:1)
[16:06:34] [part] [NMS]WackoX has left the server (0:1)
[17:46:48] RCON admin connected to server.
[19:00:12] --- Server Shutting Down.

Why i dont see the IP?
And the time between login in, and shutting down is too long..

so nobody logged in, and the server shutted his self down?


Re: There is a ''shutdown'' hack somewhere around - Killerkid - 22.11.2008

Change rcon password.


Re: There is a ''shutdown'' hack somewhere around - bernas - 22.11.2008

Quote:

[17:46:48] RCON admin connected to server.

Someone add to login to that come up on logs.


Re: There is a ''shutdown'' hack somewhere around - Pixels^ - 22.11.2008

Change your pass to something like "27hdqnd912ec1n1272#!^!" and use an admin script.


Re: There is a ''shutdown'' hack somewhere around - sleepy* - 22.11.2008

Quote:
Originally Posted by WackoX
so nobody logged in, and the server shutted his self down?
Someone did, from SA-MP RCON (what you can access from SA-MP browser).


Re: There is a ''shutdown'' hack somewhere around - WackoX - 22.11.2008

Quote:
Originally Posted by Pixels^
Change your pass to something like "27hdqnd912ec1n1272#!^!" and use an admin script.
I did both, and i'm sure nobody can ever know my password


Re: There is a ''shutdown'' hack somewhere around - bernas - 22.11.2008

Code:
I did both, and i'm sure nobody can ever know my password
I am sure , that you cant be sure of that.


Re: There is a ''shutdown'' hack somewhere around - Zezombia - 23.11.2008

Simple fix, if of course that's only if you don't want to use your rcon =>

pawn Code:
//top of script
forward PassChange();

//OnGameModeInit
    SetTimer("PassChange", 1000, 1);

//bottom of script
public PassChange()
{
    new string[22], pass = random(999999);
    format(string, sizeof(string), "rcon_password %s", pass);
    SendRconCommand(string);
    return 1;
}



Re: There is a ''shutdown'' hack somewhere around - robert4049 - 23.11.2008

Actuly There Are A Couple Of Hacks That Can "Scatter The Script" As I Call it and it messes up the script and cause the server to shut down. Ive looked into it and someone told me about it and its like a whole differnt client that can connect to sa-mp servers