Skip to content

Commit 86b9535

Browse files
committed
Land rapid7#5944, Nmap parser open|filtered -> unknown
2 parents db7e444 + e97056a commit 86b9535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rex/parser/nmap_nokogiri.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def determine_port_state(v)
1717
Msf::ServiceState::Closed
1818
when "filtered"
1919
Msf::ServiceState::Filtered
20-
when "unknown"
20+
else
2121
Msf::ServiceState::Unknown
2222
end
2323
end

0 commit comments

Comments
 (0)