Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when attempting --rdp #422

Closed
rumhamsec opened this issue Sep 26, 2019 · 1 comment
Closed

Error when attempting --rdp #422

rumhamsec opened this issue Sep 26, 2019 · 1 comment

Comments

@rumhamsec
Copy link

OS Used - ALL Information (architecture, linux flavor, etc.)

Linux kali 4.19.0-kali4-amd64 #1 SMP Debian 4.19.28-2kali1 (2019-03-18) x86_64 GNU/Linux

Pastebin link to error you are encountering

https://pastebin.com/d3Tx4SY2

Traceback (most recent call last):
File "./EyeWitness.py", line 611, in
multi_mode(cli_parsed)
File "./EyeWitness.py", line 420, in multi_mode
url_list, rdp_list, vnc_list = target_creator(cli_parsed)
File "/opt/EyeWitness/modules/helpers.py", line 519, in target_creator
parser.parse(command_line_object.x)
File "/usr/lib/python2.7/xml/sax/expatreader.py", line 111, in parse
xmlreader.IncrementalParser.parse(self, source)

Expected behavior (vs. what you encountered)

Would like to be able to get screenshots from RDP.

Any additional information

Everything else seems to be working just fine, but --rdp does not.

@ChrisTruncer
Copy link
Contributor

This looks to be an issue with the XML file that you are providing EyeWitness. It might be easier to use a flat text file with the IPs/Hostnames to target.

With that said, at this point RDP isn't being supported since it is not (currently in EyeWitness version 3). Once it gets added in when a library supports it, then we'll be able to support it again. Big the likely fix will be to get properly formatted XML or just make your own text file containing the systems to target.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants