• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Linux + Windows port 80 attacks - Crashing your website.

kito2

www.masteria.net
Joined
Mar 9, 2009
Messages
3,764
Solutions
1
Reaction score
227
Location
Chile, Santiago
Hello everyone, I use Linux and noticed that a friend know how to attack a website and crash it, he said that are floods attack.
And some times it lags the OT and also he can crash it.

And it just crash tibia websites, anyone knows how to fix this?
 
I use ubuntu :/... I don't think this solve my problem.

Let's see, I am that I have the program to attack, I can crash down most of the websites that are warm, but not be repaired until my website is vulnerable, and do not think the link you give me, work... I was Talk to Stian but do not want to help the community.

If you want to tell me some ip and attacked, you see.


Chojrak.
 
It serves perfectly for attacks DOS and DDOS and proved a mod with the same name but from Apache I hope that it has them same in lighttpd
But it is not a definitive solution for these attacks
 
Same here... Im pretty new here using linux, and just know how to compile and run website and OT, but those things for me are to much... I use Debian Lenny 64 bits, which shall I download :S?
 
Same here... Im pretty new here using linux, and just know how to compile and run website and OT, but those things for me are to much... I use Debian Lenny 64 bits, which shall I download :S?

I looked at the link and this is the one you have to download: 10.6/x86_64 since your computer is 64-bit for anyone else they have to use i386(32-bit).
 
a simple way (for now) would open lighttpd.conf and here you have two options (of course if you uncomment these lines are commented):

limit all the bandwidth it occupies lighttpd (example limits it to only handle 1024 kbyte / s)
Code:
server.kbytes-per-second=1024

bandwidth limit ke you give each user (ip) to visit your site (for example put 64 kbyte / s)

Code:
connection.kbytes-per-second=64
 
And If I change the 64kbps for more kbps what happen? What are the maximun kbps use one player?

And if I want to unistall this how I can?
 
Last edited:
Back
Top