GhostTunnel

GhostTunnel is a covert backdoor transmission method that can be used in an isolated environment.

  • 所有者: PegasusLab/GhostTunnel
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

GhostTunnel

GhostTunnel is a covert backdoor transmission method that can be used in an isolated environment. It can attack the target through the HID device only to release the payload (agent), then the HID device can be removed after the payload is released.

GhostTunnel use 802.11 Probe Request Frames and Beacon Frames to communicate and doesn't need to establish a wifi connection. Exactly, it communicates by embedding data in beacon and probe requests. We publish the GhostTunnel server and windows agent implemented in c/c++. The agent doesn't need elevated privileges, it uses the system wifi api to send the probe request and receive the beacon. such as on windows, uses the Native WiFi API. So you can implement the corresponding agent on other platforms. The server runs on linux, you need one or two usb wifi card that supports monitor mode and packet injection to run it.

Advantages

  • Covertness.
  • No interference with the target’s existing connection status and communications.
  • Can bypass firewalls.
  • Can be used to attack strictly isolated networks.
  • Communication channel does not depend on the target’s existing network connection.
  • Allow up to 256 clients
  • Effective range up to 50 meters
  • Cross-Platform Support.
  • Can be used to attack any device with wireless communication module, we tested this attack on Window 7 up to Windows 10, and OSX.

Usage

Server

Only need one or two wireless network cards that supports packet injection and monitor mode, like TP-LINK TL-WN722N, Alfa AWUS036ACH.

Usage:

	./ghosttunnel [interface]
	./ghosttunnel [interface1] [interface2]

	COMMANDS:
		sessions = list all clients
		use = select a client to operate, use [clientID]
		exit = exit current operation
		wget = download a file from a client, wget [filepath]
		quit = quit ghost tunnel
		help = show this usage help

Client

Release the payload to the target system (only windows client published) and execute it.

Demo

https://www.youtube.com/watch?v=2s7qFLCafSI

Function Implementation

  • Shell command
    Create a remote shell.

  • Download file
    The file maximum size limit is 10M and can only download one file at a time.

  • You can add other functions as needed.

Building

Server Requirements

sudo apt-get install pkg-config libnl-3-dev libnl-genl-3-dev libpcap-dev

Compiling

server:
	cd src
	make
windows client:
	Microsoft Visual Studio 2015 

For Nethunter(tested on Nexus5):

  • Add #include <errno.h> on the top in gt_server.cpp
  • apt-get install libpcap0.8-dev
  • cd src && make

Thanks

主要指标

概览
名称与所有者PegasusLab/GhostTunnel
主编程语言C
编程语言C, C++, Makefile (语言数: 3)
平台
许可证
所有者活动
创建于2018-08-03 02:23:43
推送于2019-03-06 04:26:04
最后一次提交2019-03-06 12:26:03
发布数0
用户参与
星数330
关注者数26
派生数114
提交数15
已启用问题?
问题数5
打开的问题数2
拉请求数2
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?