MCPcopy Create free account
hub / github.com/sqlmapproject/sqlmap / format_name

Function format_name

thirdparty/identywaf/identYwaf.py:395–396  ·  view source on GitHub ↗
(waf)

Source from the content-addressed store, hash-verified

393 HEADERS["User-Agent"] = user_agent
394
395def format_name(waf):
396 return "%s%s" % (DATA_JSON["wafs"][waf]["name"], (" (%s)" % DATA_JSON["wafs"][waf]["company"]) if DATA_JSON["wafs"][waf]["name"] != DATA_JSON["wafs"][waf]["company"] else "")
397
398def non_blind_check(raw, silent=False):
399 retval = False

Callers 2

non_blind_checkFunction · 0.85
runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…