MCPcopy Index your code
hub / github.com/MatrixTM/MHDDoS / generate_payload

Method generate_payload

start.py:928–933  ·  view source on GitHub ↗
(self, other: str = None)

Source from the content-addressed store, hash-verified

926 f'Real-IP: {spoof}\r\n')
927
928 def generate_payload(self, other: str = None) -> bytes:
929 return str.encode((self._payload +
930 f"Host: {self._target.authority}\r\n" +
931 self.randHeadercontent +
932 (other if other else "") +
933 "\r\n"))
934
935 def open_connection(self, host=None) -> socket:
936 if self._proxies:

Callers 13

POSTMethod · 0.95
STRESSMethod · 0.95
COOKIESMethod · 0.95
APACHEMethod · 0.95
XMLRPCMethod · 0.95
GETMethod · 0.95
BOTMethod · 0.95
EVENMethod · 0.95
OVHMethod · 0.95
CFBUAMMethod · 0.95
AVBMethod · 0.95
DOWNLOADERMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected