MCPcopy Create free account
hub / github.com/H1R0GH057/Anonymous / run

Method run

httpdoser.py:130–137  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

128#http caller thread
129class HTTPThread(threading.Thread):
130 def run(self):
131 try:
132 while flag<2:
133 code=httpcall(url)
134 if (code==500) & (safe==1):
135 set_flag(2)
136 except Exception, ex:
137 pass
138
139# monitors http threads and counts requests
140class MonitorThread(threading.Thread):

Callers

nothing calls this directly

Calls 2

httpcallFunction · 0.70
set_flagFunction · 0.70

Tested by

no test coverage detected