WHM/cPanel Domain Change

As I recently learned of the insane price hike of .hosting Top Level Domains (TLD), I decided it was best to utilise a more sensible priced domain name. This is a the process I used to migrate all hosting services across. Step One. – Compile a list of domains For this I used the list…

Get Teamviewer ID from CommandLine

A few time TeamViewer has changed ID’s on me. (Not exactly sure why) But if you can get a command prompt on the machine you can get the ID out using the following query. UPDATE: Get the latest version here that pulls back the ID for even the latest TeamViewer 13. Version 9: reg query…

CryptoPrevent Deployment Script

So lots of my old posts were lost a while ago in the ‘GREAT TEMPLATE UPDATE OF 2015’ But I’m slowly reporting the old content. If there is anything in particular you are after let me know and I’ll see if I can dig it up from the archives. ‘CryptoPrevent, v1.1b ‘Updated by Ivan Kelleher…

SourceCode (VB.NET) Simple Brute force Class

In the past I’ve had to recover passwords from certain applications that customers don’t have or have simply forgotten. Here is a simple class I’ve written to generate key combinations used in brute force password cracking. Public Class cComboGenerator Dim Positions() As Byte Dim MaxLength As Integer = 10 Dim bCharSet() As Byte Dim bCombo() As Byte Public Sub…