MCPcopy Create free account
hub / github.com/W01fh4cker/ScreenConnect-AuthBypass-RCE / main

Function main

check.py:32–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 pass
31
32def main():
33 with open("urls.txt", "r") as file:
34 urls = [line.strip() for line in file.readlines()]
35 max_workers = 100
36 with concurrent.futures.ThreadPoolExecutor(max_workers=max_workers) as executor:
37 executor.map(checkVersion, urls)
38
39if __name__ == "__main__":
40 main()

Callers 1

check.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected