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

Function _setCrawler

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

Source from the content-addressed store, hash-verified

343 raise SqlmapDataException(errMsg)
344
345def _setCrawler():
346 if not conf.crawlDepth:
347 return
348
349 if not conf.bulkFile:
350 if conf.url:
351 crawl(conf.url)
352 elif conf.requestFile and kb.targets:
353 target = next(iter(kb.targets))
354 crawl(target[0], target[2], target[3])
355
356def _doSearch():
357 """

Callers 1

initFunction · 0.85

Calls 1

crawlFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…