python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Is it possible to dispatch a successful DOS attack on a firewall with all ports closed?
I am wondering if my network is vulnerable to (D)DoS attacks even though I have no ports open. Currently, I am thinking that you should be able to throw random malformed packets at my public IP, forci...
Nolan Carpenter
Votes: 0
Answers: 0
Can you limit the size of data that can be deserialized in Ktor?
In Ktor, is there a way to limit size of data that can be attempted to be deserialized from JSON? Context is defending against denial-of-service attacks where a malicious client might try and send a h...
Matt Russell
Votes: 0
Answers: 1
Matching user-input text with a user-input regex in Node.js
I'm assuming that DoS is a possible issue when matching, on the backend in Node.js, arbitrary strings with arbitrary regexes with one of JS's regex functions. If the provided regex is simply invalid, ...
zyxz66
Votes: 0
Answers: 0
IP whitelisting in bucket4j
I am using bucket4j in my spring boot application to prevent DOS attacks where if an ip makes a lots of requests in a minute, it is blocked. I am using following config for that
bucket4j.enabled=true
...
dev Joshi
Votes: 0
Answers: 1