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

Method run

sadattack.py:208–215  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

206#http caller thread
207class HTTPThread(threading.Thread):
208 def run(self):
209 try:
210 while flag<2:
211 code=httpcall(url)
212 if (code==500) & (safe==1):
213 set_flag(2)
214 except Exception, ex:
215 pass
216
217# monitors http threads and counts requests
218class MonitorThread(threading.Thread):

Callers

nothing calls this directly

Calls 2

httpcallFunction · 0.70
set_flagFunction · 0.70

Tested by

no test coverage detected