Understand your Mac and iPhone more deeply by tracing the evolution of Mac OS X from prelease to Swift. John Siracusa delivers the details.
You've got two main options:
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
xsBNBF4FQbEBCACrRQxZf/hcWyp++WfwRGZPiW22t3oCBVWX8av1Nnrs0aFH | |
MsZ/9hcpPgw1FBCxoKS9sf5tM9SQ7X1sP03AZgnnYkcj3U0eULzDuglin39w | |
tnHm9E7A9jqUEgaanjjz3CG0myRuH+HLoH55ODB64svCClyzEC66t9jNciYm | |
G5sMmxXBFopV8e1dXl2KwYvKQfd+MAit6C8Ojj7xR3p5yWfgOM9WI0PGXwX+ | |
B1RaHEkNMFQgMGc4XXdbhf9uZW4qUydwY3GEbWZIhtios8MnWAoBCqb2L0xh | |
B0VbzXg7sZjKoBQsJHdXmaPJX9I76LeaKkV7LMtR1es/iDPGMmdDzJqRABEB | |
AAHNL2MwYXhpYWxAcHJvdG9ubWFpbC5jb20gPGMwYXhpYWxAcHJvdG9ubWFp | |
bC5jb20+wsB1BBABCAAfBQJeBUGxBgsJBwgDAgQVCAoCAxYCAQIZAQIbAwIe |
These examples assume you're using my Get-TenablePluginOutput PowerShell function. You can load it from the web here:
$Content = Invoke-WebRequest -Uri https://gist.githubusercontent.com/jasonadsit/db19229634c788276419c5a4134a1b7e/raw/Get-TenablePluginOutput.ps1 | Select-Object -ExpandProperty Content
. ([scriptblock]::Create($Content))
Also assumes you've already set your working directory to one with some .nessus files in it. ;-)
Not just an Universal MediaCreationTool wrapper script with ingenious support for business editions,
A powerful yet simple windows 1X deployment automation tool as well!
awesome gui dialogs to pick windows version and preset action
Auto Setup choice for upgrade directly without prompts, with edition change / intelligent fallback
Create ISO choice for authoring iso file directly via DIR2ISO snippet, including any 'oem' customizations
Create USB choice for authoring usb via native MCT, including any 'oem' customizations (prompts once)
Select in MCT choice for vanilla MCT processing without 'oem' modifications, script quits straightway
control via set script vars, commandline parameters or rename script likeiso 21H2 Pro MediaCreationTool.bat
“search term” Force an exact‐match search. Use this to refine results for ambiguous searches, or to exclude synonyms when searching for single words.
Example: “steve jobs”
OR Search for X or Y. This will return results related to X or Y, or both. Note: The pipe (|) operator can also be used in place of “OR.”
Examples: jobs OR gates / jobs | gates
#!/bin/bash | |
## SecurityCenter Backup Script | |
# | |
# This script is intended to create backups of all of the SecurityCenter data | |
# on a daily/weekly/monthly/etc. basis. This is intended to be run as a cronjob | |
# and expect the SysAdmin to have configured the root@localhost mail alias to | |
# route through their email system in-case of errors. An example of how to run | |
# this as a cronjob is below: | |
# | |
# 1 45 * * * root /opt/scripts/backups/sc-backup.sh |
from datetime import datetime | |
import time | |
import threading | |
import random | |
########################### | |
import dns.resolver | |
import dns.reversename | |
import ftplib | |
import ipaddress |
" _ _ " | |
" _ /|| . . ||\ _ " | |
" ( } \||D ' ' ' C||/ { % " | |
" | /\__,=_[_] ' . . ' [_]_=,__/\ |" | |
" |_\_ |----| |----| _/_|" | |
" | |/ | | | | \| |" | |
" | /_ | | | | _\ |" | |
It is all fun and games until someone gets hacked! |