mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-06 17:15:38 -08:00
fix: mtscan plugin
Change the MTSCAN plugin with the correct name
This commit is contained in:
@@ -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():
|
||||
|
||||
|
||||
Reference in New Issue
Block a user