Author: kimbo
PowerCLI
kimbo November 22, 2017
VMware PowerCLI command examples Connect to vCenter Server (and linked vCenters)
1 |
Connect-VIServer -Server vc.server.local -Port 443 -User administrator@vsphere.local Password password123 -AllLinked -InvalidCertificateAction ignore |
List all Snapshots older than 14 days…
Networking Scanning
kimbo March 23, 2017
// work in progress: Network scanning examples with nmap, netcat and simple bash scripts. Do not scan any networks you…
Posted in Network
DNS Enumeration
kimbo March 23, 2017
// work in progress: Information gathering using public available DNS information
Virtual Machine Snapshots
kimbo July 16, 2016
General overview of VM snapshots, benefits, risks and how to troubleshoot