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

Class HTTPThread

sadattack.py:207–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

sadattack.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected