SySS-Research / Seth

Perform a MitM attack and extract clear text credentials from RDP connections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue in taking RDP using Seth

crazywifi opened this issue · comments

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

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

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

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?

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?

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

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.