Advertisement
digininja

EyeWitness not happy

Dec 7th, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. ################################################################################
  2. # EyeWitness #
  3. ################################################################################
  4. # FortyNorth Security - https://www.fortynorthsecurity.com #
  5. ################################################################################
  6.  
  7. Traceback (most recent call last):
  8. File "/home/robin/tools/EyeWitness/Python/EyeWitness.py", line 424, in <module>
  9. multi_mode(cli_parsed)
  10. File "/home/robin/tools/EyeWitness/Python/EyeWitness.py", line 328, in multi_mode
  11. url_list = target_creator(cli_parsed)
  12. File "/home/robin/tools/EyeWitness/Python/modules/helpers.py", line 454, in target_creator
  13. parser.parse(command_line_object.x)
  14. File "/usr/lib/python3.8/xml/sax/expatreader.py", line 105, in parse
  15. source = saxutils.prepare_input_source(source)
  16. File "/usr/lib/python3.8/xml/sax/saxutils.py", line 365, in prepare_input_source
  17. f = urllib.request.urlopen(source.getSystemId())
  18. File "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen
  19. return opener.open(url, data, timeout)
  20. File "/usr/lib/python3.8/urllib/request.py", line 509, in open
  21. req = Request(fullurl, data)
  22. File "/usr/lib/python3.8/urllib/request.py", line 328, in __init__
  23. self.full_url = url
  24. File "/usr/lib/python3.8/urllib/request.py", line 354, in full_url
  25. self._parse()
  26. File "/usr/lib/python3.8/urllib/request.py", line 383, in _parse
  27. raise ValueError("unknown url type: %r" % self.full_url)
  28. ValueError: unknown url type: 'range2_'
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement