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

Class MonitorThread

hellsec.py:930–938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

928
929# monitors http threads and counts requests
930class MonitorThread(threading.Thread):
931 def run(self):
932 previous=request_counter
933 while flag==0:
934 if (previous+150<request_counter) & (previous<>request_counter):
935 print "[+] Successfully sent %d packets - HellSec is here to stay" % (request_counter)
936 previous=request_counter
937 if flag==2:
938 print "\n[*] Killing the proccess, attack has stopped"
939
940#execute
941if len(sys.argv) < 2:

Callers 1

hellsec.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected