1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-01 04:19:02 +00:00

add a web server scaling task

This commit is contained in:
fyodor
2012-07-17 21:20:21 +00:00
parent 8c9d8f0bb9
commit 33371ef786

View File

@@ -120,6 +120,12 @@ o Update more web content in real time (or near real-time, or at least
o Maybe Nmap book building
o Maybe the generated files in nmap.org/data/
o [INFRASTRUCTURE] Improve our main web server http configuration to
better handle high load situations and DoS attacks. As part of
this, we may have to raise the max client limits. But then there is
a risk of running out of RAM, which can be even worse. So we need
to figure out a good balance.
o Maybe we should rename dns-brute to dns-brute-enum since it is so different
from our traditional brute force authentication cracking -brute scripts?