首页 > 编程知识 正文

kali远程连接windows,kali远程入侵Windows

时间:2023-05-05 12:32:12 阅读:265283 作者:309

安装方法:sudo apt-get install rdesktop

使用方法:(下面是有道翻译结果,描述可能不够清楚,最下面有英文原版)

rdesktop [options] server[:port]

-u:用户名

-d:域

-s: shell /无缝应用远程启动

c:工作目录

-p:密码(- to prompt)

n:客户端主机名

-k:服务器键盘布局(en-us、de、sv等)

-g:桌面几何(WxH)

-i:支持智能卡认证,密码作为密码使用

-f:全屏模式

-b: force位图更新

-l:本地代码页

-a:通往SeamlessRDP shell的路径,启用SeamlessRDP模式

-B:使用X-server的BackingStore(如果可用)

-e:禁用加密(法语TS)

-E:禁用从客户端到服务器的加密

-m不要发送动作事件

-C使用私人彩色地图

-D隐藏窗口管理器装饰

-K保持窗口管理器键绑定

-S:标题按钮大小(单应用模式)

-T:窗口标题

-t禁用远程ctrl

-N:启用数字锁定同步

-X:嵌入到另一个具有给定id的窗口。

-a:连接颜色深度

-z:启用rdp压缩

-x: RDP5经验(m[odem 28.8], b[roadband], l[an]或hex nr)

-P:使用持久位图缓存

-r:启用指定的设备重定向(此标志可以重复)

‘-r comport:COM1=/dev/ttyS0’:启用/dev/ttyS0到COM1的串行重定向

或COM1 = / dev / ttyS0、COM2 = / dev / ttyS1

'-r盘:软盘=/mnt/软盘”:启用/mnt/软盘重定向到“软盘”共享

或“软盘= / mnt /软盘,光盘= / mnt / cdrom ’

‘-r clientname=’:设置显示的客户名称

重定向的磁盘

‘-r lptport:LPT1=/dev/lp0’:启用/dev/lp0到LPT1的并行重定向

或LPT1 = / dev / lp0得到LPT2 = / dev / lp1

“-r打印机:mydeskjet”:启用打印机重定向

或者mydeskjet="HP LaserJet IIIP"来输入服务器驱动程序

“-r sound:[local[:driver[:device]]|off|remote]”:启用声音重定向

远程会在服务器上留下声音

适用于“本地”的驱动程序:

alsa: alsa输出驱动程序,默认设备:默认

'-r剪贴板:[离开|PRIMARYCLIPBOARD|剪贴板]”:启用剪贴板

重定向。

'PRIMARYCLIPBOARD’同时查看PRIMARY和CLIPBOARD

当发送数据到服务器。

“剪贴板”只查看剪贴板。

r scard [:“scard名称”=“别名(;供应商名称)”[…]]

示例:-r scard:“eToken PRO 00 00”=“AKS ifdh 0”

“eToken PRO 00 00” ->设备在Linux/Unix环境

“AKS ifdh 0”->设备显示在Windows环境

示例:-r scard:“eToken PRO 00 00”=“AKS ifdh 0;AKS”

“eToken PRO 00 00” ->设备在Linux/Unix环境

“AKS ifdh 0”->设备显示在Windows环境

“AKS”->设备供应商名称

-0:连接控制台

-4:使用RDP版本4

-5:使用RDP版本5(默认)

-o: name=value:为rdesktop添加一个附加选项。

指定的加密服务提供者名称

是否使用智能卡对用户进行身份验证

容器名称指定容器名称,通常是用户名

scr -reader-name智能卡阅读器名称使用

sc-card-name指定要使用的智能卡的卡片名称

English ——————————————————————————————

Usage: rdesktop [options] server[:port]

-u: user name

-d: domain

-s: shell / seamless application to start remotly

-c: working directory

-p: password (- to prompt)

-n: client hostname

-k: keyboard layout on server (en-us, de, sv, etc.)

-g: desktop geometry (WxH)

-i: enables smartcard authentication, password is used as pin

-f: full-screen mode

-b: force bitmap updates

-L: local codepage

-A: path to SeamlessRDP shell, this enables SeamlessRDP mode

-B: use BackingStore of X-server (if available)

-e: disable encryption (French TS)

-E: disable encryption from client to server

-m: do not send motion events

-C: use private colour map

-D: hide window manager decorations

-K: keep window manager key bindings

-S: caption button size (single application mode)

-T: window title

-t: disable use of remote ctrl

-N: enable numlock syncronization

-X: embed into another window with a given id.

-a: connection colour depth

-z: enable rdp compression

-x: RDP5 experience (m[odem 28.8], b[roadband], l[an] or hex nr.)

-P: use persistent bitmap caching

-r: enable specified device redirection (this flag can be repeated)

‘-r comport:COM1=/dev/ttyS0’: enable serial redirection of /dev/ttyS0 to COM1

or COM1=/dev/ttyS0,COM2=/dev/ttyS1

‘-r disk:floppy=/mnt/floppy’: enable redirection of /mnt/floppy to ‘floppy’ share

or ‘floppy=/mnt/floppy,cdrom=/mnt/cdrom’

‘-r clientname=’: Set the client name displayed

for redirected disks

‘-r lptport:LPT1=/dev/lp0’: enable parallel redirection of /dev/lp0 to LPT1

or LPT1=/dev/lp0,LPT2=/dev/lp1

‘-r printer:mydeskjet’: enable printer redirection

or mydeskjet=“HP LaserJet IIIP” to enter server driver as well

‘-r sound:[local[:driver[:device]]|off|remote]’: enable sound redirection

remote would leave sound on server

available drivers for ‘local’:

alsa: ALSA output driver, default device: default

‘-r clipboard:[off|PRIMARYCLIPBOARD|CLIPBOARD]’: enable clipboard

redirection.

‘PRIMARYCLIPBOARD’ looks at both PRIMARY and CLIPBOARD

when sending data to server.

‘CLIPBOARD’ looks at only CLIPBOARD.

'-r scard[:“Scard Name”=“Alias Name[;Vendor Name]”[,…]]

example: -r scard:“eToken PRO 00 00”=“AKS ifdh 0”

“eToken PRO 00 00” -> Device in Linux/Unix enviroment

“AKS ifdh 0” -> Device shown in Windows enviroment

example: -r scard:“eToken PRO 00 00”=“AKS ifdh 0;AKS”

“eToken PRO 00 00” -> Device in Linux/Unix enviroment

“AKS ifdh 0” -> Device shown in Windows enviroment

“AKS” -> Device vendor name

-0: attach to console

-4: use RDP version 4

-5: use RDP version 5 (default)

-o: name=value: Adds an additional option to rdesktop.

sc-csp-name Specifies the Crypto Service Provider name which

is used to authenticate the user by smartcard

sc-container-name Specifies the container name, this is usally the username

sc-reader-name Smartcard reader name to use

sc-card-name Specifies the card name of the smartcard to use

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。