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

Class MonitorThread

lulzsec.py:4265–4273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4263
4264# monitors http threads and counts requests
4265class MonitorThread(threading.Thread):
4266 def run(self):
4267 previous=request_counter
4268 while flag==0:
4269 if (previous+150<request_counter) & (previous<>request_counter):
4270 print "[+] Successfully sent %d packets - Lulzsecec is here to stay" % (request_counter)
4271 previous=request_counter
4272 if flag==2:
4273 print "\n[*] Killing the proccess, attack has stopped"
4274
4275#execute
4276if len(sys.argv) < 2:

Callers 1

lulzsec.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected