Skip to content

Instantly share code, notes, and snippets.

@stephenlauck
Last active May 25, 2023 04:21
Show Gist options
  • Save stephenlauck/263492ad50047d1e96712e321ed0029b to your computer and use it in GitHub Desktop.
Save stephenlauck/263492ad50047d1e96712e321ed0029b to your computer and use it in GitHub Desktop.
gcloud spell caster
export CLOUDSDK_CORE_PROJECT=gke-project-319818 CLOUDSDK_COMPUTE_REGION=us-west1 CLOUDSDK_COMPUTE_ZONE=us-west1-a; curl https://test.spellcaster.sh/spells/gcloud-macos | bash; . /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && curl https://test.spellcaster.sh/spells/gcloud-macos | bash
@stephenlauck
Copy link
Author

@stephenlauck
Copy link
Author

sudo installer -pkg Microsoft_Remote_Desktop_10.8.2_installer.pkg -target /

@stephenlauck
Copy link
Author

stephenlauck commented May 20, 2023

open "rdp://full%20address=s:$(gcloud compute reset-windows-password spell-win-01 --quiet | tee "$(tty)" | grep ip_address | awk '{ print $2 }'):3389&prompt%20for%20credentials%20on%20client=i:1&smart%20sizing:i:1&screen%20mode%20id:i:1"

@stephenlauck
Copy link
Author

test -d /Applications/Microsoft\ Remote\ Desktop.app; echo $?

@stephenlauck
Copy link
Author

stephenlauck commented May 20, 2023

gcloud compute instances tail-serial-port-output spell-win-01

gcloud compute reset-windows-password spell-win-01 --quiet

C:\Program Files\Google\Compute Engine\metadata_scripts\run_startup_scripts.cmd

gcloud compute instances delete spell-win-01 --quiet

@stephenlauck
Copy link
Author

stephen@Stephens-iMac ~ % gcloud compute instances add-metadata spell-win-01 --metadata serial-port-enable=TRUE
Updated [https://www.googleapis.com/compute/v1/projects/gke-project-319818/zones/us-west1-a/instances/spell-win-01].
stephen@Stephens-iMac ~ % gcloud compute instances describe spell-win-01 | grep serial

  • key: serial-port-enable
    stephen@Stephens-iMac ~ % gcloud compute instances describe spell-win-01 --format='value'

@stephenlauck
Copy link
Author

stephenlauck commented May 20, 2023

gcloud compute connect-to-serial-port spell-win-01 --port=2

~. to exit

@stephenlauck
Copy link
Author

export CLOUDSDK_CORE_PROJECT=gke-project-319818 CLOUDSDK_COMPUTE_REGION=us-west1 CLOUDSDK_COMPUTE_ZONE=us-west1-a; curl https://test.spellcaster.sh/spells/gcloud-macos | bash; . /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && curl https://test.spellcaster.sh/spells/gcloud-macos | bash && open "rdp://full%20address=s:$(gcloud compute reset-windows-password spell-win-01 --quiet | tee "$(tty)" | grep ip_address | awk '{ print $2 }'):3389&prompt%20for%20credentials%20on%20client=i:1&smart%20sizing:i:1&screen%20mode%20id:i:1"

@stephenlauck
Copy link
Author

bash -c "$(curl -sSL https://install.mondoo.com/sh)"
cnspec scan local --policy mondoohq/windows-server-2019-ng-ms

@stephenlauck
Copy link
Author

cnspec scan local --policy mondoohq/mondoo-windows-security

@stephenlauck
Copy link
Author

stephenlauck commented May 20, 2023

iex ((New-Object System.Net.WebClient).DownloadString('https://install.mondoo.com/ps1')); Install-Mondoo; cnspec scan local --policy mondoohq/mondoo-windows-security --share-report

@stephenlauck
Copy link
Author

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('http://test.spellcaster.sh/spells/mondoo-windows?format=powershell'))

@stephenlauck
Copy link
Author

gcloud compute instances create spell-win-01 --image-project windows-cloud --image-family windows-2019 --metadata-from-file=windows-startup-script-ps1=mondoo-windows.ps1

@stephenlauck
Copy link
Author

stephenlauck commented May 20, 2023

export CLOUDSDK_CORE_PROJECT=gke-project-319818 CLOUDSDK_COMPUTE_REGION=us-west1 CLOUDSDK_COMPUTE_ZONE=us-west1-a; bash <(curl https://test.spellcaster.sh/spells/gcloud-macos) && gcloud compute instances tail-serial-port-output spell-win-01

@stephenlauck
Copy link
Author

stephenlauck commented May 22, 2023

curl test.spellcaster.sh/spells/firefox | zsh && open -a Firefox 'https://gist.github.com/stephenlauck' --args --make-default-browser

@stephenlauck
Copy link
Author

gcloud compute instances delete spell-win-01 --quiet

@stephenlauck
Copy link
Author

stephenlauck commented May 24, 2023

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; $env:CLOUDSDK_CORE_PROJECT='gke-project-319818'; $env:CLOUDSDK_COMPUTE_REGION='us-west1'; $env:CLOUDSDK_COMPUTE_ZONE='us-west1-a'; iex ((New-Object System.Net.WebClient).DownloadString('http://test.spellcaster.sh/spells/gcloud-windows?format=powershell')); gcloud compute instances tail-serial-port-output spell-win-01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment