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

Method run

hellsec.py:920–927  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

918#http caller thread
919class HTTPThread(threading.Thread):
920 def run(self):
921 try:
922 while flag<2:
923 code=httpcall(url)
924 if (code==500) & (safe==1):
925 set_flag(2)
926 except Exception, ex:
927 pass
928
929# monitors http threads and counts requests
930class MonitorThread(threading.Thread):

Callers

nothing calls this directly

Calls 2

httpcallFunction · 0.70
set_flagFunction · 0.70

Tested by

no test coverage detected