Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ################################################################################
- # EyeWitness #
- ################################################################################
- # FortyNorth Security - https://www.fortynorthsecurity.com #
- ################################################################################
- Traceback (most recent call last):
- File "/home/robin/tools/EyeWitness/Python/EyeWitness.py", line 424, in <module>
- multi_mode(cli_parsed)
- File "/home/robin/tools/EyeWitness/Python/EyeWitness.py", line 328, in multi_mode
- url_list = target_creator(cli_parsed)
- File "/home/robin/tools/EyeWitness/Python/modules/helpers.py", line 454, in target_creator
- parser.parse(command_line_object.x)
- File "/usr/lib/python3.8/xml/sax/expatreader.py", line 105, in parse
- source = saxutils.prepare_input_source(source)
- File "/usr/lib/python3.8/xml/sax/saxutils.py", line 365, in prepare_input_source
- f = urllib.request.urlopen(source.getSystemId())
- File "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen
- return opener.open(url, data, timeout)
- File "/usr/lib/python3.8/urllib/request.py", line 509, in open
- req = Request(fullurl, data)
- File "/usr/lib/python3.8/urllib/request.py", line 328, in __init__
- self.full_url = url
- File "/usr/lib/python3.8/urllib/request.py", line 354, in full_url
- self._parse()
- File "/usr/lib/python3.8/urllib/request.py", line 383, in _parse
- raise ValueError("unknown url type: %r" % self.full_url)
- ValueError: unknown url type: 'range2_'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement