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

Class HTTPThread

icarusbot.py:19092–19100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19090 proxy = random.choice(listaproxy).split(':')
19091
19092class HTTPThread(threading.Thread):
19093 def run(self):
19094 try:
19095 while flag<2:
19096 code=httpcall(url)
19097 if (code==50000) & (safe==1):
19098 set_flag(2)
19099 except Exception, ex:
19100 pass
19101
19102class MonitorThread(threading.Thread):
19103 def run(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected