MCPcopy
hub / github.com/Xyntax/POC-T / file_mode

Function file_mode

lib/controller/loader.py:56–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54
55
56def file_mode():
57 for line in open(conf.INPUT_FILE_PATH):
58 sub = line.strip()
59 if sub:
60 th.queue.put(sub)
61
62
63def int_mode():

Callers 1

loadPayloadsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected