mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:53:10 +02:00
nxc-rdp: add page (#14384)
This commit is contained in:
parent
13dc1d169d
commit
9adede99be
1 changed files with 20 additions and 0 deletions
20
pages/common/nxc-rdp.md
Normal file
20
pages/common/nxc-rdp.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# nxc rdp
|
||||
|
||||
> Pentest and exploit RDP servers.
|
||||
> More information: <https://www.netexec.wiki/rdp-protocol>.
|
||||
|
||||
- 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`
|
Loading…
Add table
Reference in a new issue