PoW Shield Versions Save

Project dedicated to fight Layer 7 DDoS with proof of work, with an additional WAF and controller. Completed with full set of features and containerized for rapid and lightweight deployment.

v1.2.1

3 years ago

Bug fix:

  • update outdated docker-compose.yaml
  • change default config

v1.2.0

3 years ago

Add WAF functionalities:

  • Malicious pattern matching in requests
  • Seperated url, header, body scanning
  • Rule exclusion
  • WAF unit testing

v1.1.1

3 years ago

Code updates:

  • add unit and integration tests
  • database service optimization
  • refactor classes to singleton

v1.1.0

3 years ago

Add ratelimit functionalities

  • Request statistics by ip and session
  • Session revocation
  • IP blacklisting

v1.0.1

3 years ago

Bug Fix

  • Fix PoW prefix mismatch when browser supports favicon.ico

v1.0.0

3 years ago

Basic Functionalities

  • PoW Implementation
  • Web Service Framework
  • Proxy Functionality