Added initialization of RHOST value prior to calling child check() functions

bug/bundler_fix
Brendan 2016-09-20 18:18:52 -05:00
parent 1362bc9bd1
commit b0bb5b5806
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ end
def check
nmod = replicant
nmod.datastore['RHOST'] = @original_rhost
begin
nmod.check_host(datastore['RHOST'])
rescue NoMethodError