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

Function exit

thirdparty/identywaf/identYwaf.py:130–133  ·  view source on GitHub ↗
(message=None)

Source from the content-addressed store, hash-verified

128_exit = sys.exit
129
130def exit(message=None):
131 if message:
132 print("%s%s" % (message, ' ' * 20))
133 _exit(1)
134
135def retrieve(url, data=None):
136 global proxies_index

Callers 5

check_payloadFunction · 0.85
load_dataFunction · 0.85
initFunction · 0.85
runFunction · 0.85
identYwaf.pyFile · 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…