Merge branch 'marshall_cleanup' of https://github.com/Pennyw0rth/NetExec into marshall_cleanup
commit
443c363129
|
@ -122,9 +122,6 @@ class NXCModule:
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
context.log.fail(f"UNEXPECTED ERROR: {e}")
|
context.log.fail(f"UNEXPECTED ERROR: {e}")
|
||||||
context.log.debug(traceback.format_exc())
|
context.log.debug(traceback.format_exc())
|
||||||
|
|
||||||
except NotImplementedError:
|
|
||||||
pass
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
context.log.fail(f"UNEXPECTED ERROR: {e}")
|
context.log.fail(f"UNEXPECTED ERROR: {e}")
|
||||||
context.log.debug(traceback.format_exc())
|
context.log.debug(traceback.format_exc())
|
||||||
|
|
Loading…
Reference in New Issue