Skip to content
Jing Mi edited this page Jan 16, 2024 · 3 revisions

Intro

This feature works like "teamserver" that can be found in other C2 frameworks, but very limited.

  • One client can make no more than one SSH port forwarding session
  • Due to the nature of SSH protocol, currently it only works when C2 service is on TCP ports

How to

Server

Prepare a public facing server, install emp3r0r on it, and simply start it (type emp3r0r) to initialize certs and configuration.

Once it's configured, run emp3r0r -relay_server 12345 to start SSH relay on port 12345 (or other ports).

Client

Install emp3r0r, copy ~/.emp3r0r from server to local machine, then emp3r0r -connect_relay server_addr:12345 -relayed_port 54321, 54321 is the port of C2 service or any TCP ports that can forward traffic to emp3r0r C2 service (such as Shadowsocks port).

And wait for the agent to come online.