mirror of https://github.com/n1nj4sec/pupy.git
pupy/main: handle empty CID
This commit is contained in:
parent
3c1c89cb3f
commit
bf13cf48de
|
@ -556,7 +556,7 @@ def run(config):
|
|||
|
||||
logger.debug('Scriptlets completed')
|
||||
|
||||
logger.debug('CID: %08x', config.get('cid'))
|
||||
logger.debug('CID: %08x', config.get('cid', 0))
|
||||
|
||||
pupy.namespace = UpdatableModuleNamespace(_import)
|
||||
|
||||
|
|
Loading…
Reference in New Issue