Merge pull request #758 from elraro/fix-mtscan
Some checks are pending
docker / docker_dev (push) Waiting to run

fix: mtscan plugin - thank you @elraro 🙏
This commit is contained in:
jokob-sk
2024-08-11 08:07:40 +10:00
committed by GitHub

View File

@@ -36,7 +36,7 @@ CUR_PATH = str(pathlib.Path(__file__).parent.resolve())
LOG_FILE = os.path.join(CUR_PATH, 'script.log')
RESULT_FILE = os.path.join(CUR_PATH, 'last_result.log')
pluginName = 'NSLOOKUP'
pluginName = 'MTSCAN'
def main():