We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4227cb7 commit 3e01dbfCopy full SHA for 3e01dbf
modules/auxiliary/scanner/oracle/tnspoison_checker.rb
@@ -50,7 +50,7 @@ def run_host(ip)
50
if find_packet == true #TNS Packet returned ERROR
51
print_error("#{ip}:#{rport} is not vulnerable")
52
elsif split_hex[5] == "02" #TNS Packet Type: ACCEPT
53
- print_good("#{ip}:#{rport} is vulnerable")
+ print_good("#{ip}:#{rport} is vulnerable")
54
elsif split_hex[5] == "04" #TNS Packet Type: REFUSE
55
56
else #All other TNS packet types or non-TNS packet type response cannot guarantee vulnerability
0 commit comments