def messages_ids(self, scanid):
"""
Gets the IDs of the messages sent during the scan with the given ID. A message can be obtained with 'message' core view.
"""
return six.next(six.itervalues(self.zap._request(self.zap.base + 'ascan/view/messagesIds/', {'scanId': scanid})))
评论列表
文章目录