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.
2 parents 08123a1 + ad608f6 commit 9870d97Copy full SHA for 9870d97
lib/msf/core/payload/windows/encrypted_reverse_tcp.rb
@@ -23,7 +23,7 @@ def initialize(*args)
23
24
# prevents checks running when module is initialized during msfconsole startup
25
if framework
26
- unless framework.db.connection_established?
+ unless framework.db.active
27
add_warning('A database connection is preferred for this module. If this is not possible, please make sure to '\
28
'take note of the ChachaKey & ChachaNonce options used during generation in order to set them correctly when '\
29
'calling a module handler.')
0 commit comments