Skip to content

Commit 3e01dbf

Browse files
Fixed Space-Tab mixed indent warning
1 parent 4227cb7 commit 3e01dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/oracle/tnspoison_checker.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def run_host(ip)
5050
if find_packet == true #TNS Packet returned ERROR
5151
print_error("#{ip}:#{rport} is not vulnerable")
5252
elsif split_hex[5] == "02" #TNS Packet Type: ACCEPT
53-
print_good("#{ip}:#{rport} is vulnerable")
53+
print_good("#{ip}:#{rport} is vulnerable")
5454
elsif split_hex[5] == "04" #TNS Packet Type: REFUSE
5555
print_error("#{ip}:#{rport} is not vulnerable")
5656
else #All other TNS packet types or non-TNS packet type response cannot guarantee vulnerability

0 commit comments

Comments
 (0)