Rate Limit Guard

설명

This plugin allows you to have a simple rate limit option to protect the site against DDoS or brute force and IP stresser attacks. It is suitable to Prevent against IP Stresser and booter scripts that want to increase the consumption of your site’s resources with a “Slow” method.

What is IP Stresser ?

An IP stresser is an online tool that is used to attack a server or a website by overwhelming its resources with a flood of Internet traffic. It is often used to test the strength and resilience of a server or a network, but it can also be used maliciously to bring down a website or a service by denying legitimate users access.
IP stressers are often used by hackers to launch attacks on websites, but they can also be used by legitimate businesses and organizations to test their websites’ performance.

What is Slowloris Attack?

Slowloris is a type of DDoD attack that targets web servers by keeping many HTTP connections open simultaneously and sending partial HTTP requests. This can tie up server resources and cause the server to reach its maximum concurrent connection limit, preventing legitimate users from accessing the website.
It’s worth noting that Layer 7 attacks are often more difficult to mitigate compared to lower-level attacks, as they can mimic legitimate traffic patterns and require more advanced detection and mitigation techniques. Implementing proper security measures, such as web application firewalls (WAFs) and rate-limiting mechanisms, can help protect against Layer 7 attacks.

Simple source code

this PHP Code help you to have a simple rate limit option to protect the site against DDoS or brute force attacks from IP Stresser It is suitable to Prevent against IP Stresser and booter scripts that want to increase the consumption of your site’s resources with a “Slow” method.Prevent IP Stresser on Github.

스크린샷

  • Screenshot

설치

  1. Just Active it.
  2. Done 🙂

후기

2024년 6월 20일 답글 1개
I’m on v6.5.4. Installed the plugin, started it going with default settings, and immediately all visitors who weren’t logged-in users received a “critical error” message. This may be down to the WordPress version (untested, in fairness) or another plugin causing incompatibility but I don’t have time to tinker. A shame as it would definitely have helped with some ongoing issues!
모든 3 평가 읽기

기여자 & 개발자

“Rate Limit Guard”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Rate Limit Guard”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0

  • no change.

1.1

  • Fix user ip