论坛: 菜鸟乐园 标题: sbd-比Nc更强大的工具 复制本贴地址    
作者: loner [loner]    论坛用户   登录
没想到在〈黑客进阶〉竟然没有发贴权限,没办法只好发在这里了~~~
《sbd-比Nc更强大的工具》
以下是SBD.EXE 的说明:
sbd 1.33 Copyright (C) 2004 Michel Blomgren <michel@cycom.se>
$Id: sbd.c,v 1.33 2004/07/23 04:22:54 shadow Exp $

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.

connect (tcp): sbd [-options] host port
listen (tcp):  sbd -l -p port [-options]
options:
    -l          listen for incoming connection
    -p          choose port to listen on, or source port to connect out from
    -e prog    program to execute after connect (e.g. -e cmd.exe or -e bash)
    -r n        infinitely respawn/reconnect, pause for n seconds between
                connection attempts. -r0 can be used to re-listen after
                disconnect (just like a regular daemon)
    -c on|off  specify whether you want to use the built-in AES-CBC-128 +
                HMAC-SHA1 encryption implementation (by Christophe Devine -
                http://www.cr0.net:8040/). default is: -c on
    -k secret  override default phrase to use for encryption (secret must be
                shared between client and server)
    -q          hush, quiet, don't print anything (overrides -v)
    -v          be verbose
    -n          toggle numeric-only IP addresses (don't do DNS resolution). if
                you specify -n twice, original state will be active (i.e. -n
                works like a on/off switch).
    -m          toggle monitoring (snooping) on/off (only used with the -e
                option). snooping can also be turned on by specifying -vv (-v
                two times).
    -P prefix  add prefix (+ a hardcoded separator) to all outbound data.
                this option is mostly only useful for sbd in "chat mode" (to
                prefix lines you send with your nickname).
    -H on|off  highlight incoming data with a hardcoded (color) escape
                sequence (for e.g. chatting). default is: -H off
    -V          print version banner and exit (include that output in your
                bug report and send bug report to michel@cycom.se)
win32 specific options:
    -D on|off  detach from console (FreeConsole()) (on=yes or off=no).
                default is: -D off
    -X on|off  when using the -e option, translate incoming bare LFs or CRs
                to CR+LF (this must be on if you're executing command.com on
                Win9x). default is: -X off
    -1 on|off  whether to make sbd run only one instance of itself or not.
                instance check is implemented using CreateSemaphore() (with an
                initcount and maxcount of 1) and WaitForSingleObject(). if
                WaitForSingleObject() returns WAIT_TIMEOUT we assume there's
                already an instance running. default is: -1 off
note: when receiving files under win32, always use something like this:
C:\>sbd -lvp 1234 < NUL > outfile.ext
拿位仁兄帮我翻译一下~~~
小弟感之不尽!!!

地主 发表时间: 04-09-18 12:12

回复: lijingxi [lijingxi]   见习版主   登录
sbd是一个类似nc的网络工具,运行在unix类和win32操作系统环境
采用了aes-128-cbc+ hmac=sha1 加密算法。程序运行用-e选项,选择源端口,然后重复连接,
被广泛应用于加密要求高的环境,目前不被查杀。
还有更多的功能等待您的挖掘。 只支持tcp/ip连接环境。



楼上的! 我只帮你找到这个!

B1层 发表时间: 04-09-18 12:42

回复: hackerjune [hackerjune]   论坛用户   登录
倒,这么多英语啊
查字典去````````


B2层 发表时间: 04-09-18 13:46

论坛: 菜鸟乐园

20CN网络安全小组版权所有
Copyright © 2000-2010 20CN Security Group. All Rights Reserved.
论坛程序编写:NetDemon

粤ICP备05087286号