Skip to content

Commit

Permalink
Improved logging
Browse files Browse the repository at this point in the history
  • Loading branch information
andresriancho committed May 21, 2019
1 parent 1a9c142 commit 4afd30c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions w3af/plugins/crawl/open_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ def _extract_api_calls_from_response(self, spec_url, http_response):
self._report_to_kb_if_needed(http_response, parser)
self._send_spec_to_core(spec_url)

om.out.debug('OpenAPI parser identified %s API calls' % len(parser.get_api_calls()))

for api_call in parser.get_api_calls():
if not self._is_target_domain(api_call):
continue
Expand Down

0 comments on commit 4afd30c

Please sign in to comment.