On July 8th, EMC will #RedefinePossible. Join us live from London! http://bit.ly/1iu5fEV http://bit.ly/1mmE27D
On July 8th, EMC will #RedefinePossible. Join us live from London! http://bit.ly/1iu5fEV http://bit.ly/1mmE27D |
via EMC Feeds http://bit.ly/1xka8U0
RT @EMCVMAX: Join us on July 8th to #RedefinePossible! http://bit.ly/1mmE13v http://bit.ly/1xkabPC
RT @EMCVMAX: Join us on July 8th to #RedefinePossible! http://bit.ly/1mmE13v http://bit.ly/1xkabPC
OWASP iOSForensic - Tool to help in forensics analysis on iOS
OWASP iOSForensic is a python tool to help in forensics analysis on iOS.
It get files, logs, extract sqlite3 databases and uncompress .plist files in xml.
OWASP iOSForensic provides:
- Application's files
- Conversion of .plist files in XML
- Extract all databases
- Conversion of binary cookies
- Application's logs
- A List of all packages
- Extraction multiple packages
Options
- -h --help : show help message
- -a --about : show informations
- -v --verbose : verbose mode
- -i --ip : local ip address of the iOS terminal
- -p --port : ssh port of the iOS terminal (default 22)
- -P --password : root password of the iOS terminal (default alpine)
./iOSForensic.py -i 192.168.1.10 [OPTIONS] APP_NAME.app INCOMPLETE_APP_NAME APP_NAME2_WITHOUT_DOT_APP
./iOSForensic.py -i 192.168.1.10 -p 1337 -P pwd MyApp.app angry MyApp2
Top 3 Scripts and Tools for June 2014
1. WebCommander
WebCommander is a VMware Fling that allows the user to run PowerShell and PowerCLI scripts from a web service. New scripts can be added to the web interface and customized to be run by others. WebCommander is run on a version of Windows Server 2008 or 2012 and provides users the ability to run There are a couple of requirements:
- Windows 2008 or 2012
- PowerShell v3 or v4
- PowerCLI
- IIS 8
- PHP 5
After deploying a Windows VM I had WebCommander up and running in less than 10 minutes. This is a great tool even for the individual user who would like a centralized view of their scripts for quick use.
To download WebCommander and learn more about how it can help you, click HERE
2. Update VMTools at PowerCycle
Luc Dekens has many great scripts scattered throughout the internet. I chose this one as I am talking with more and more customers that are currently upgrading to vSphere 5.5 and want to script the VMtools updates.
Using this script will set all virtual machines in the environment to update VMTools at PowerCycle. This can be done for individual virtual machines manually by right-clicking on a VM, selecting �edit settings�.
Choose the �VM Options� tab, expand VMware Tools, and check the �Tools Upgrades�.
As you can see, this is not a convenient process to do at-scale. To perform the same commands we can update this setting on all virtual machines in the environment with four lines of code:
# This line creates the object that encapsulates the settings for reconfiguring the VM
$vmConfigSpec = New-Object VMware.Vim.VirtualMachineConfigSpec
# This line creates the object we will be modifying
$vmConfigSpec.Tools = New-Object VMware.Vim.ToolsConfigInfo
# This line sets the Tools upgrades policy checkbox
$vmConfigSpec.Tools.ToolsUpgradePolicy = “UpgradeAtPowerCycle”
# This line commits the change to each virtual machine
Get-View -ViewType VirtualMachine | %{ $_.ReconfigVM($vmConfigSpec)}
If you do not wish to use a blanket upgrade script for all machines in the environment (I advise against this type of script), you can change the final line of code to the following:
Get-VM �*MGMT*� | Get-View | %{ $_.ReconfigVM($vmConfigSpec)}
This will set the VMTools update checkbox for all virtual machines that include’ �MGMT� in their name. Replace �MGMT� with your desired keyword or full VM name.
You can visit Luc Dekens blog HERE .
3. Report Guest-OS Disk Usage
The final script comes from Sebastian Barylo. This script creates a CSV of all the VM�s on a given datastore, the capacity, free space in Megabytes and the % free. This is helpful for admins, especially if no guest disk space monitoring is occuring in the environment. To run the script place the .PS1 in a folder of choice. Run the script from a powershell session with the following arguments �-vcenter
Once run, there will be a CSV file created in the same folder as the script.
The script will add a column for each disk it finds within a VM. This is just one of those handy house-keeping scripts that is handy to have around. To get the script and check out Sebastian�s blog post, click HERE .
SUMMARY
For all of you who have scripts of your own that you feel are useful. Post them on your blogs, twitter, and in the communities. Chances are many others are in need of a similar script. Who knows? Maybe you’ll be in next month’s Top 3 scripts. Stay Tuned!
via VMware Blogs http://bit.ly/1xjLIdi
Top 20 Articles for June 2014
1. VMware ESXi 5.x host experiences a purple diagnostic screen mentioning E1000PollRxRing and E1000DevRx (2059053) |
2. An ESXi 5.5 host fails with a purple diagnostic screen and the error: hpsa_update_scsi_devices (2075978) |
3. Purging old data from the database used by VMware vCenter Server 4.x and 5.0.x (1025914) |
4. Installing async drivers on VMware ESXi 5.0, 5.1, and 5.5 (2005205) |
5. Guest customization runs repeatedly on virtual machines deployed to ESXi 5.1 host build 1743533 (2078352) |
6. Unmounting a LUN or detaching a datastore/storage device from multiple VMware ESXi 5.x hosts (2004605) |
7. Re-pointing and re-registering VMware vCenter Server 5.1 / 5.5 and components (2033620) |
8. Installing Windows in a virtual machine using VMware Fusion Easy Install (1011677) |
9. Upgrading to vCenter Server 5.5 best practices (2053132) |
10. Restarting the Management agents on an ESXi or ESX host (1003490) |
11. Determining Network/Storage firmware and driver version in ESXi/ESX 4.x and ESXi 5.x (1027206) |
12. Manually deleting linked clones or stale virtual desktop entries from the View Composer database in VMware View Manager and Horizon View (2015112) |
13. Permanent Device Loss (PDL) and All-Paths-Down (APD) in vSphere 5.x (2004684) |
14. Installing or upgrading to ESXi 5.5 best practices (2052329) |
15. Troubleshooting Fusion virtual machine performance issues (1015676) |
16. Resetting the VMware vCenter Server 5.x Inventory Service database (2042200) |
17. Resolving OpenSSL Heartbleed for ESXi 5.5 – CVE-2014-0160 (2076665) |
18. Installing VMware Tools in a Fusion virtual machine running Windows (1003417) |
19. Broadcom 5719/5720 NICs using tg3 driver become unresponsive and stop traffic in vSphere (2035701) |
20. Migrating the vCenter Server database from SQL Express to full SQL Server (1028601) |
via VMware Blogs http://bit.ly/1mVyIaz