SySS-Research / Seth

Perform a MitM attack and extract clear text credentials from RDP connections
MIT License
1.38k stars 325 forks source link

Issue in taking RDP using Seth #25

Closed crazywifi closed 5 years ago

crazywifi commented 5 years ago

Hi Adrian,

Thank you for develop this type of tool. You have done great work. I am facing issue when entering the correct credentials i am not able to get RDP and because of this i am bot able to execute cmd like calc.

Error:

.\Lenovo:Alph@.111 Exception in thread Thread-3: Traceback (most recent call last): File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/root/Seth/seth/main.py", line 47, in run self.forward_data() File "/root/Seth/seth/main.py", line 172, in forward_data self.save_vars(parse_rdp(data, self.vars, From=From)) File "/root/Seth/seth/main.py", line 185, in save_vars print_var(k, self.vars) File "/root/Seth/seth/parsing.py", line 445, in print_var KBD_LAYOUT_CNTRY[vars[k]]) KeyError: 16393

Commands: ./seth.sh eth0 192.168.11.54 192.168.11.58 192.168.11.53 calc

Please help

AdrianVollmer commented 5 years ago

Looks like you're using an unusual keyboard layout. This should not cause the program to fail, so with the latest commit the exception is caught. Please pull and try again

crazywifi commented 5 years ago

Hi,

I am using latest commit.

On Wed, Aug 22, 2018 at 3:25 PM Adrian Vollmer notifications@github.com wrote:

Looks like you're using an unusual keyboard layout. This should not cause the program to fail, so with the latest commit the exception is caught. Please pull and try again

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SySS-Research/Seth/issues/25#issuecomment-414978997, or mute the thread https://github.com/notifications/unsubscribe-auth/AIiK5nJPBVTt9cSZAPEmneE59nxGu4rKks5uTSqrgaJpZM4WHGpl .

AdrianVollmer commented 5 years ago

The one I pushed 2 hours ago? And you see no change?

crazywifi commented 5 years ago

Thank you. It's working now :) but i checked your video tutorial in that it is shown that whatever i type it show on my terminal but in this update it now showing. is there any condition of it?

AdrianVollmer commented 5 years ago

Hm, there shouldn't be.

You could run it in debug mode, so run SETH_DEBUG=1 ./seth.sh ... and post the output here, maybe that will give me a clue.

Maybe it also has to do with the keyboard layout. What language is your keyboard layout?

crazywifi commented 5 years ago

Thank you very much. I tried on other system its working. Thank you for such great code.

zprytka commented 5 years ago

In my case everything works perfect but i can't see in my kali linux what i type on the victim PC. It show me some random key (Key Press: ESC, Key Press: A....) Im using US keyboard in both PC.