Skip to content

Commit db2ab2e

Browse files
committed
2 parents 46a110f + 48dd20c commit db2ab2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_posts/2024-10-09-ghostway-project.md

+2
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,15 @@ That's it, a redirector infrastructure with multiple jumps inside, where **we si
5757
But now, let's talk about code.
5858

5959
To show you how to implement ZeroTier as backbone for redirectors, I created a project called **ghostway** - and the name is definitely more interesting than the code itself. Basically it sets up three cloud VMs connected via ZeroTier, each acting as a redirector that securely forwards traffic down the chain explained earlier.
60+
6061
Terraform is used to quickly deploy the VMs, and Ansible performs configuration management tasks to build the chain. Each redirector uses the ZeroTier IP to manage jumps through a basic nginx configuration.
6162

6263
Nothing too complicated, but it serves the purpose.
6364

6465
[**Github - brmkit/ghostway**](https://github.com/brmkit/ghostway)
6566

6667
This is just a simple, minimalist and **maybe silly way** to implement a redirection infrastructure using some free services and a pretty basic OPSEC concept in mind. There are many ways to do the same things, some well-known, some less so.
68+
6769
It's up to you to choose your favorite cloud provider that let you use terraform but, keep in mind, in order to increase your jumps you can consider to use different cloud provider for each redirector, different regions, _block some IPs_... and so on :)
6870

6971
If you want to discuss them feel free to contact me, I am always ready to discuss and learn from the awesome cybersec community!

0 commit comments

Comments
 (0)