Q's that are probably FA'd

I'm just assuming. Write me if you have a question.

What happened to the REPL shell?

I got rid of it to support a more centralized tasking protocol that can support command line from multiple operators (what you have now) and a Web UI (it's coming, I promise.) It's a little more clunkly now but it will pay off in the long run.

Can we get the REPL shell back?

No

I'm not seeing gClient call in

Here are some things to check

1) Proxy settings

2) AV blocking your gclient binary

3) Firewall must allow port 443 (by default, if you change ports, you know what you did) on gtunnel server.

Why does a client have a name and a unique ID?

The name is intended to be user friendly. A gclient binary can be deployed to multiple targets, therefore it is important to distinguish between them for tasking. A unique ID is generated on gclient startup. While it is possible to reuse the same gclient binary on multiple targets, it's good practice to build a new one per execution.

Last updated