ezra-buckingham / terry-the-terraformer

A CLI for deploying red team infrastructure across mutliple cloud providers, all integrated with a virtual Nebula network, and full ELK integration
https://github.com/ezra-buckingham/terry-the-terraformer/wiki
MIT License
110 stars 15 forks source link

User output #39

Closed leebaird closed 1 year ago

leebaird commented 1 year ago

Suggest the following simple output to the user once a successful build has completed.

for each server Example: 1.1.1.1 https aws evil-corp.com 1.1.1.2 https aws nothing-here.com 1.1.1.3 team do
ezra-buckingham commented 1 year ago

This now will output in a table format... cheers!

ezra-buckingham commented 1 year ago

Example:

Server Resources:

╒═══════════════╤════════════════╤═════════════╤══════════════╤══════════╕
│ server_name   │ public_ip      │ nebula_ip   │ provider     │ domain   │
╞═══════════════╪════════════════╪═════════════╪══════════════╪══════════╡
│ testing       │ 142.93.181.184 │ 10.53.53.1  │ digitalocean │          │
├───────────────┼────────────────┼─────────────┼──────────────┼──────────┤
│ strict-slour  │ 18.221.124.213 │ 10.53.53.2  │ aws          │          │
╘═══════════════╧════════════════╧═════════════╧══════════════╧══════════╛