OreosLab / SSRSpeedN

Starting a process with a shell detected BAN-B605
Security
Major
2 years ago2 years old
Starting a process with a shell: Seems safe, but may be changed in the future, consider rewriting without shell
84        return 0, 0, [], 0
85
86    finally:
87        os.system("taskkill /im chromedriver.exe /F")88
89
90if __name__ == "__main__":
Starting a process with a shell: Seems safe, but may be changed in the future, consider rewriting without shell
67        return 0, 0, [], 0
68
69    finally:
70        os.system("taskkill /im chromedriver.exe /F")71
72
73if __name__ == "__main__":
Starting a process with a shell, possible injection detected, security issue.
149):
150    task_list = []
151    terminal_size = get_terminal_size(platform)
152    os.system("clear" if os.name == "posix" else "cls")153    print(banner)
154    with ThreadPoolExecutor() as pool:
155        for kwargs in file_info: