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

Class HTTPThread

hellsec.py:919–927  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

917
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 1

hellsec.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected