brookfreepascal icon indicating copy to clipboard operation
brookfreepascal copied to clipboard

Need an example

Open KevinLeeMorris opened this issue 4 years ago • 4 comments

I would be helpful if there were a few basic security techniques examples using the brook server's ClientConnection event.

KevinLeeMorris avatar May 31 '21 01:05 KevinLeeMorris

There are many kind of security techniques. What kinds would you like to show as examples?

silvioprog avatar May 31 '21 01:05 silvioprog

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

KevinLeeMorris avatar May 31 '21 02:05 KevinLeeMorris

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. 🤔

silvioprog avatar May 31 '21 02:05 silvioprog

I'd be happy with being able to block attackers using scenario 1 for sure. I can work on scenario 2 in my app.

KevinLeeMorris avatar May 31 '21 02:05 KevinLeeMorris