brookfreepascal
brookfreepascal copied to clipboard
Need an example
I would be helpful if there were a few basic security techniques examples using the brook server's ClientConnection event.
There are many kind of security techniques. What kinds would you like to show as examples?
Maybe the two most common would be: 1 Using brute force to mount a denial of service attack from the same IP address 2 Using brute force to download files from a folder on the server
Hm... the option 1 sounds good to be implemented as example using ClientConnection event... however, the option 2 sounds more related to the user logic/application. 🤔
I'd be happy with being able to block attackers using scenario 1 for sure. I can work on scenario 2 in my app.