mirror of
https://github.com/rapid7/metasploit-payloads
synced 2024-12-21 05:35:54 +01:00
Land #56, update python core lib to print missing module names correctly
This commit is contained in:
commit
e0819ec25a
@ -202,7 +202,7 @@ def validate_binding(required):
|
||||
required = 'meterpreter_core'
|
||||
|
||||
if not required in set(dir(meterpreter_bindings)):
|
||||
raise Exception('Missing bindings: {0}'.format(list(missing)))
|
||||
raise Exception('Missing bindings: {0}'.format(required))
|
||||
|
||||
return required
|
||||
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user