Remko Weijnen's Blog (Remko's Blog)

About Virtualization, VDI, SBC, Application Compatibility and anything else I feel like

Blog improvements

When I started this blog in 2007 (wow that’s almost 10 years ago) I went for a cheap web hoster with a reasonable performance to host it.

In the beginning performance was acceptable but over the years it has degraded and of course user experience standards have changed.

I decided it was time to do something about it so I’ve moved the blog from a shared platform to my own server.

This server is running on optimized flash storage  where most writes are DeDuplicated and never actually hits the flash disks:

image

(more…)

Today I stumbled upon Shodan, a search engine for devices and services.

I decided to search for Citrix and this was the first page of results:
SNAGHTMLf942758

It’s interesting to see that we get details such as the name of published applications. But it’s possible to get even more details:

SNAGHTMLf96a047

 

(more…)

  • 0 Comments
  • Filed under: General
  • Dumping passwords in a VMware .vmem file

    imageBenjamin Delpy the author of the well known mimikatz toolkit has released a very cool extension to WinDbg today.

    In summary the extension can extract Windows passwords from memory dumps, hibernation files and Virtual Machine .vmem files (paging, snapshots).

    Especially the ability to extract passwords from .vmem files was very interesting. So I decided to to test this out, so let’s see how it works!

    (more…)

  • 6 Comments
  • Filed under: VMWare
  • Scriptable Citrix Password Encoder

    A while ago I published a tool to Encode and Decode Citrix passwords. Today I am publishing a small update to this tool that makes it scriptable by adding a COM interface.

    If you start the tool without parameters you will get the GUI, just like before:

    Encrypt | Decrypt Password | Hash | Citrix | Ctx1

    To use the COM interface you first need to register the executable with the /regserver switch:

    CtxPass /RegServer

    After the registration you can call it using any language that supports COM. To get you started I wrote a few examples

    (more…)

    When starting a particular web based application Java popped up the following dialog:

    Java has discovered application components that could indicate a security concern

    The dialog asks us if we want to Block potentially unsafe components so to continue we should click no. However users tend to not really read such messages and click Yes which leads to this error:

    Error connecting to Central Configuration

    (more…)

  • 5 Comments
  • Filed under: Java
  • I am currently creating a PowerShell script that creates a user with all needed Active Directory attributes, Exchange mailbox, (TS) Home- and Profile directories and so on.

    In such a script you can easily get failures because of Active Directory replication.

    (more…)

    Blogroll


    Categories


    Archives