Skip to content

Instantly share code, notes, and snippets.

@PonchoSec
Last active September 20, 2022 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PonchoSec/6179b7a345f87475b9d3524ad019bee3 to your computer and use it in GitHub Desktop.
Save PonchoSec/6179b7a345f87475b9d3524ad019bee3 to your computer and use it in GitHub Desktop.
macos_script2.sh
#! /usr/bin/env bash
sleep 5;p=$(head -n 1024 /dev/urandom | strings| grep -o "[[:alnum:]]" | head -n 64| tr -d "\n");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment