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

Function net_mode

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

Source from the content-addressed store, hash-verified

67
68
69def net_mode():
70 ori_str = conf.NETWORK_STR
71 try:
72 _list = IPy.IP(ori_str)
73 except Exception, e:
74 sys.exit(logger.error('Invalid IP/MASK,%s' % e))
75 for each in _list:
76 th.queue.put(str(each))
77
78
79def single_target_mode():

Callers 1

loadPayloadsFunction · 0.85

Calls 1

errorMethod · 0.80

Tested by

no test coverage detected