Exemplo n.º 1
0
def custom_header_injection_test(url, vuln_parameter, payload):
    return requests.custom_header_injection(url, vuln_parameter, payload)
Exemplo n.º 2
0
def custom_header_injection_test(url, vuln_parameter, payload):
  return requests.custom_header_injection(url, vuln_parameter, payload)