Venom代理转发-多级穿透

简介

  • Venom是一款为渗透测试人员设计的使用Go开发的多级代理工具。
  • Venom可将多个节点进行连接,然后以节点为跳板,构建多级代理。
  • 渗透测试人员可以使用Venom轻松地将网络流量代理到多层内网,并轻松地管理代理节点。

下载

下载地址

linux下需要赋予执行权限

chmod +x filename

使用

admin端连接指令

监听:

admin -lport 8888

连接:

admin -rhost 127.0.0.1 -rport 9999 -passwd 9999

-passwd为节点间通信加密密匙,需要两端同时开启相同密码

agent端连接指令

监听:

agent -lport 8888 -passwd 123456

连接:

agent -rhost 127.0.0.1 -rport 9999

admin节点内置命令

(admin node) >>> help

  help                                     Help information.
  exit                                     Exit.
  show                                     Display network topology.
  getdes                                   View description of the target node.
  setdes     [info]                        Add a description to the target node.
  goto       [id]                          Select id as the target node.
  listen     [lport]                       Listen on a port on the target node.
  connect    [rhost] [rport]               Connect to a new node through the target node.
  sshconnect [user@ip:port] [dport]        Connect to a new node through ssh tunnel.
  shell                                    Start an interactive shell on the target node.
  upload     [local_file]  [remote_file]   Upload files to the target node.
  download   [remote_file]  [local_file]   Download files from the target node.
  socks      [lport]                       Start a socks5 server.
  lforward   [lhost] [sport] [dport]       Forward a local sport to a remote dport.
  rforward   [rhost] [sport] [dport]       Forward a remote sport to a local dport.

介绍几个使用中没有实例的功能,其余在实例中展示

  • socks建立到某节点的socks5代理

实际使用过程中,目标开启socks,有时候显示不支持问题,因此放在此处展示

结构介绍
在这里插入图片描述
通过vps中转,admin在本地即可
vps端(node 1):监听端口

./agent_linux_x86 -lport 12222

在这里插入图片描述

客户端(node 2):

./agent_linux_x64 -rhost xxx.xxx.xxx.xxx -rport 12222

在这里插入图片描述
客户端(node 3):

agent.exe -rhost xxx.xxx.xxx.xxx -rport 12222

在这里插入图片描述
admin端:

admin.exe -rhost xxx.xxx.xxx.xxx -rport 12222```

在这里插入图片描述
监听node 2 的1000端口
在这里插入图片描述

agent.exe -rhost xxx.xxx.xxx.xxx -rport 10000

在这里插入图片描述
在这里插入图片描述

Note: 1. 杀软会拦截shell
	  2. windows打开监听端口会触发UAC
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值