marco-lancini/docker_offensive_elk

Update VulntoES.py to remove depricated methods

un1c0rn-sec opened this issue · 0 comments

Running ingestor gives the following warning:
/opt/VulntoES/VulntoES.py:48: DeprecationWarning: This method will be removed in future versions. Use 'list(elem)' or iteration over elem instead.

Updating code to remove soon to be depricated method requested.