Skip to content

Commit 41a86b2

Browse files
committed
add vprint_status
1 parent d1a836e commit 41a86b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/msf/core/exploit/oracle.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def connect
6969
)
7070
rescue ::OCIError
7171
# Try again without a request for SYSDBA
72+
vprint_status('Insufficient privileges, trying without SYSDBA')
7273
handle = OCI8.new(
7374
datastore['DBUSER'],
7475
datastore['DBPASS'],

0 commit comments

Comments
 (0)