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

Add CHANGELOG entry for --script-timeout.

This commit is contained in:
abhishek
2016-08-20 18:57:52 +00:00
parent 6dc2617714
commit 22fc9e7865

View File

@@ -1,5 +1,8 @@
# Nmap Changelog ($Id$); -*-text-*-
o Added --script-timeout option for limiting run time for every
individual script. [Abhishek Singh]
o [NSE] Completed a refresh and validation of almost all fingerprints for
script http-default-accounts. Also improved the script speed. [nnposter]