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

Class HTTPThread

botnet.py:886–894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

884
885#http caller thread
886class HTTPThread(threading.Thread):
887 def run(self):
888 try:
889 while flag<2:
890 code=httpcall(url)
891 if (code==500) & (safe==1):
892 set_flag(2)
893 except Exception, ex:
894 pass
895
896# monitors http threads and counts requests
897class MonitorThread(threading.Thread):

Callers 1

botnet.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected