The latest kali dbd

Description: The
  function of dbd is similar to Netcat, but it provides strong encryption function, supporting AES-CBC-128 and HMAC-SHA1 encryption. This tool can run on Unix-like and Windows systems. Penetration testers first use this tool to establish a listener on the target host and build a backdoor. Then, the attacker uses the tool to connect to the target host and execute Shell commands to achieve the function of controlling the target host. For security, users can specify the key used for data transmission to prevent data from being eavesdropped on. In addition to being a backdoor tool, the tool can also be used for point-to-point communication functions, such as chat.
  This program is free software; you can redistribute and/or modify it under the terms of the GNU General Public License issued by the Free Software Foundation; version 2 of the license, or (at your choice) any newer version.

Options:

-l
	监听传入的连接

-p n
	选择要侦听的端口,或选择要从其连接的源端口

-a address
	选择一个地址以收听或连接

-e prog
	连接后要执行的程序(例如-e cmd.exe或-e bash)

-r n
	无限重生/重新连接,在两次连接尝试之间暂停n秒。 -r0可用于在断开连接后重新监听(就像常规守护程序一样)

-c on|off
	开/关加密。 指定是否要使用内置的AES-CBC-128 + HMAC-SHA1加密实现(由Christophe Devine-http://www.cr0.net:8040/)或默认不使用:-c on

-k secret
	覆盖用于加密的默认短语(秘密必须在客户端和服务器之间共享)

-q
	安静,安静,不打印任何内容(覆盖-v)

-v
	详细的

-n
	切换仅数字的IP地址(不进行DNS解析)。 如果您两次指定-n,则原始状态将处于活动状态(即-n就像打开/关闭开关一样)

-m
	打开/关闭切换监视(监听)(仅与-e选项一起使用)。 还可以通过指定-vv(两次-v)来打开监听

-P profix
	为所有出站数据添加前缀(+硬编码分隔符)。此选项仅对“聊天模式”中的dbd有用(以昵称发送的前缀行)

-H on|off
	用硬编码(彩色)转义序列突出显示传入的数据(例如,聊天)。 默认为:-H off

-V
	打印版本标语并退出(在错误报告中包括该输出,并将错误报告发送至[email protected]

Specific options for unix-like operating systems:

-s
	调用shell,仅此而已。 如果dbd是setuid 0,它将调用一个根shell

-w n
	空闲的读/写操作和程序执行的“固定超时”(以秒为单位)(-e选项)

-D on|off
	分叉并在后台运行(守护进程)。 默认值:-D off

Clear layout ( https://www.bilu.asia/tool/tools.php?doc=dbd )

Note: For more information about kali, please follow the official account (bilu), or visit the personally built kali site, Bilu ( https://www.bilu.asia )

kali site pen road
At the same time, you can also directly visit https://mobile.yangkeduo.com/goods.html?goods_id=209567782598 to get kali related information one step in advance.

Insert picture description here

Next, a kali-related document will be released every day, so stay tuned.

Guess you like

Origin blog.csdn.net/qq_40399982/article/details/112625798