<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on Forensicating Ninja</title>
    <link>https://forensicating.ninja/posts/</link>
    <description>Recent content in Posts on Forensicating Ninja</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 15 Dec 2018 00:00:00 +0100</lastBuildDate>
    <atom:link href="https://forensicating.ninja/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Acquiring evidence from VMWare ESXI datastores</title>
      <link>https://forensicating.ninja/posts/acquiring-evidence-esxi-datastores/</link>
      <pubDate>Sat, 15 Dec 2018 00:00:00 +0100</pubDate>
      <guid>https://forensicating.ninja/posts/acquiring-evidence-esxi-datastores/</guid>
      <description>&lt;p&gt;When acquiring evidence from ESXI environments you can encounter different types of datastores on which the VMs live:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Internal datastore&lt;/li&gt;&#xA;&lt;li&gt;External iSCSI datastore&lt;/li&gt;&#xA;&lt;li&gt;External NFS datastore&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;types-of-datastores&#34;&gt;Types of datastores&lt;/h2&gt;&#xA;&lt;h3 id=&#34;internal-datastore&#34;&gt;Internal datastore&lt;/h3&gt;&#xA;&lt;p&gt;This type of datastore is only accessible on the ESXI server itself. In order to access it externally you should first enable remote SSH access on the ESXI server. With the SSH access you can now mount the internal datastore with SSHFS (you might have to install it first):&lt;/p&gt;</description>
    </item>
    <item>
      <title>Enabling VMWare HGFS The systemd way</title>
      <link>https://forensicating.ninja/posts/vmware-hgfs-systemd/</link>
      <pubDate>Sat, 15 Dec 2018 00:00:00 +0100</pubDate>
      <guid>https://forensicating.ninja/posts/vmware-hgfs-systemd/</guid>
      <description>&lt;p&gt;Sometimes when setting up a new Linux VM the shared folder functionality HGFS (Host-Guest Filesystem) does not work after installing the package “open-vm-tools-desktop”. This happened to me in Fedora 29 recently.&lt;/p&gt;&#xA;&lt;p&gt;To fix the issue you can add a systemd service which will automount all available shares. Add this script to “/etc/systemd/system/vmhgfs.service”:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;[Unit]&#xA;After=network.target&#xA;Description=VMWare HGFS automounting&#xA;&#xA;[Service]&#xA;ExecStart=/usr/bin/vmhgfs-fuse -o allow_other,auto_unmount .host:/ /mnt/hgfs&#xA;&#xA;[Install]&#xA;WantedBy=multi.user.target&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Now enable and start the newly made systemd service:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Enabling extra mouse buttons within VMWare Workstation</title>
      <link>https://forensicating.ninja/posts/vmware-mouse-buttons/</link>
      <pubDate>Wed, 21 Nov 2018 00:00:00 +0100</pubDate>
      <guid>https://forensicating.ninja/posts/vmware-mouse-buttons/</guid>
      <description>&lt;p&gt;Having a functional mouse is nice, but what if you can’t use any of the extra buttons in your VM.&lt;/p&gt;&#xA;&lt;p&gt;The problem is that VMWare Workstation only passes the most basic buttons  (left, right and middle) to your VM. This might be OK when working on a touchpad but when you throw some money on a decent mouse (Logitech MX Master or whatever) it will make you scream.&lt;/p&gt;&#xA;&lt;p&gt;To pass &lt;strong&gt;more&lt;/strong&gt; buttons to your VM, add the following to your .VMX file:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
