MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / _setTrafficOutputFP

Function _setTrafficOutputFP

lib/core/option.py:2432–2437  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2430 mergedOptions.update(conf)
2431
2432def _setTrafficOutputFP():
2433 if conf.trafficFile:
2434 infoMsg = "setting file for logging HTTP traffic"
2435 logger.info(infoMsg)
2436
2437 conf.trafficFP = openFile(conf.trafficFile, "w+")
2438
2439def _setupHTTPCollector():
2440 if not conf.harFile:

Callers 1

initFunction · 0.85

Calls 2

openFileFunction · 0.90
infoMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…