From 9adede99be7af063b73e83ac5a36c364244396ee Mon Sep 17 00:00:00 2001 From: Juri Dispan Date: Mon, 28 Oct 2024 06:40:59 +0100 Subject: [PATCH] nxc-rdp: add page (#14384) --- pages/common/nxc-rdp.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/nxc-rdp.md diff --git a/pages/common/nxc-rdp.md b/pages/common/nxc-rdp.md new file mode 100644 index 000000000..f34fc2fe8 --- /dev/null +++ b/pages/common/nxc-rdp.md @@ -0,0 +1,20 @@ +# nxc rdp + +> Pentest and exploit RDP servers. +> More information: . + +- Search for valid credentials by trying out every combination in the specified lists of [u]sernames and [p]asswords: + +`nxc rdp {{192.168.178.2}} -u {{path/to/usernames.txt}} -p {{path/to/passwords.txt}}` + +- Take a screenshot after waiting the for specified number of seconds: + +`nxc rdp {{192.168.178.2}} -u {{username}} -p {{password}} --screenshot --screentime {{10}}` + +- Take a screenshot in the specified resolution: + +`nxc rdp {{192.168.178.2}} -u {{username}} -p {{password}} --screenshot --res {{1024x768}}` + +- Take a screenshot of the RDP login prompt if Network Level Authentication is disabled: + +`nxc rdp {{192.168.178.2}} -u {{username}} -p {{password}} --nla-screenshot`