diff --git a/README.md b/README.md index 6df6928..c8cae22 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This allows for this version of the MS17-010 exploit to be a bit more flexible, Included is also an enternal blue checker script that allows you to test if your target is potentially vulnerable to MS17-010 -run `python eternalblue_checker.py ` +run `python eternal_checker.py ` ## TODO: diff --git a/mysmb.py b/mysmb.py index 4ae2eb4..e893667 100644 --- a/mysmb.py +++ b/mysmb.py @@ -564,7 +564,7 @@ def run(self): logging.info('Creating tmp directory') try: os.mkdir(SMBSERVER_DIR) - except Exception, e: + except Exception as e: logging.critical(str(e)) pass logging.info('Setting up SMB Server')