1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +00:00

o [Zenmap] Fixed a bug in the option parser: -sN (null scan) was

interpreted as -sn (no port scan). This was reported by
  shitaneddine. [David]
This commit is contained in:
david
2011-03-20 08:37:39 +00:00
parent 4528f52188
commit e48a60248d

View File

@@ -1,5 +1,9 @@
# Nmap Changelog ($Id$); -*-text-*- # Nmap Changelog ($Id$); -*-text-*-
o [Zenmap] Fixed a bug in the option parser: -sN (null scan) was
interpreted as -sn (no port scan). This was reported by
shitaneddine. [David]
o [NSE] Fixed a problem in oracle-brute that would fail due to connection o [NSE] Fixed a problem in oracle-brute that would fail due to connection
exhaustion. Fixed some debugging messages in the brute library [Patrik] exhaustion. Fixed some debugging messages in the brute library [Patrik]