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

rdp.proxy.command: unknown or invalid #385

Open
0x2kb5 opened this issue Jan 14, 2022 · 3 comments
Open

rdp.proxy.command: unknown or invalid #385

0x2kb5 opened this issue Jan 14, 2022 · 3 comments
Labels
documentation Documentation work question Further information is requested

Comments

@0x2kb5
Copy link

0x2kb5 commented Jan 14, 2022

Hi Guys,

cant get properly working, iam noob, give me some orientation, thanks!

using : go1.15.8, python3.9

error while running 'set rdp.proxy.command': unknown or invalid syntax "set rdp.proxy.command", type help for the help menu

@obilodeau
Copy link
Collaborator

You need to install our fork of bettercap with our caplet for rdp.proxy to work. More information here: https://github.com/GoSecure/pyrdp/blob/master/docs/bettercap-rdp-mitm.md

Alternatively, since PyRDP 1.0 you can use PyRDP in transparent proxy mode (--transparent) and use the generic bettercap arp spoofing module. More information here: https://github.com/GoSecure/pyrdp/blob/master/docs/transparent-proxy.md

Unfortunately, both resources are not super noob-friendly. Good luck!

@obilodeau obilodeau added documentation Documentation work question Further information is requested labels Jan 17, 2022
@0x2kb5
Copy link
Author

0x2kb5 commented Jan 23, 2022

Hi, Iam on arm64-linux-debian, reinstalled OS and exactly followed your guide, succefully installed (forked bettercap and caplets) min. version.

cd /pyrdp
source venv/bin/activate
sudo bettercap -iface eth0 -caplet rdp-proxy/rdp-sniffer.cap -eval "set rdp.proxy.command $(which pyrdp-mitm.py)"

now getting this error ""unknown or invalid syntax "rdp.proxy.on", type help for the help menu.""

@obilodeau
Copy link
Collaborator

Unfortunately, this means that the documentation on the bettercap caplet is probably outdated or the caplet no longer works with bettercap due to changes in it.

We will need to revisit that documentation. Stay tuned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation work question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants