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

Method run

lulzsec.py:4255–4262  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4253#http caller thread
4254class HTTPThread(threading.Thread):
4255 def run(self):
4256 try:
4257 while flag<2:
4258 code=httpcall(url)
4259 if (code==500) & (safe==1):
4260 set_flag(2)
4261 except Exception, ex:
4262 pass
4263
4264# monitors http threads and counts requests
4265class MonitorThread(threading.Thread):

Callers

nothing calls this directly

Calls 2

httpcallFunction · 0.70
set_flagFunction · 0.70

Tested by

no test coverage detected