You maybe aware of utilities like ERD (from Microsoft former Winternals, sadly only available to certain Microsoft License holders) that will allow you to change the password for a Windows account, thus effectivelyallowing you access to the data on the pc/server?
There can be legitimate reasons for this (forgotten passwords etc), but some users may have a more sinister motive… to gain unauthorized access.. for the latter group utilities like ERO has a drawback, it leave traces behind, when the original user try to logon he can’t as you changed the password.. Now there are ways around this, some other utilities allow you to dump the password database before you change it, then afterwards (once you scored all the data) you can reinject the original password and only a close examination would reveal your traces.
But now there is a new player on the marked, Kon-Boot,this small boot cd will do something very clever indeed, it will allow you to boot into Windows as normally via a CD – and then once asked for the password you can just enter anything – Kon-Boot will simply bypass the password check.. Clever indeed.
A few problems/concerns though;
Is this Kon-Bootsafe (or does it leave something nasty behind like eg a Rootkit), some experienced guys took it upon themselves to check just this and their preliminary findings is that it appear safe enough (no aparant traces left behind).
EFS and diskencryption will defeat this, you will not be able to read EFS (Microsoft Encrypted file system) files and diskencryption in general would serve as a protection against booting via a Kon-Boot bypass boot cd/dvd (this may however not apply to all encryption schemes / software brands).
Allegedly this bypass is only possible for local machine accounts and not for domain accounts (however if you use a local admin account, then once you are a local admin you will have full access to the entire disk (except EFS) and all data on it, thus this may not be a big deal).
I will have to experiment a bit with this in the near future, it sounds disturbing.
Update; I just tested this on a VM, and it works just as advertised on an XP installation, interesting indeed…
Update 2; I checked this on a domain account, if the user has his profile/password cached (have been logged on previously) you CAN logon locally and access the users data – BUT ofcause no access to network ressources and you will see a warning that your credentials has expired (or something to that effect). I also tried a locked/disabled account, and here I was unable to logon.
Read this excellent post by Claus Valca on Kon-Boot
And see the YouTube demo on how it works;
It is always nice to get hold of cool add on’s to applications you use often, especially if they add extra cool functionallity.
This add on to outlook will help you reduce your mailbox size by deleting redundant data (which is always nice as your mailbox just keep growing), I won’t go into details as this blog post explains it nicely.
Visit Grand Stream Dreams for the whole story including how to download and implement it.
The installation of the plugin is done more or less like this (taken from Grand Stream Dreams);
* Create a folder you’ll find again – I’d suggest C:\Program Files\Thread Compressor or similar.
* Start a command prompt – WindowsKey-R then cmd <enter>(though if you’re on Vista or Win7, just press WIndowsKey, type cmd, then right-click on the cmd icon and choose “Run as Administrator”)
In the command prompt, type:
cd c:\program files\thread compressor (or wherever you put the files)
regsvr32 comdlg32.ocx
regsvr32 msflxgrd.ocx
regsvr32 tabctl32.ocx
regsvr32 threadc4.dll
Download the latest CDO file from here, save it somewhere, expand it out and run the install from the ExchangeCDO.msi file.
Now start Outlook: how you actually install the addin will vary depending on your version of Outlook, but try:
Tools | Options | Advanced | Add-ins,
or Tools | Trust Center | Add-ins | [then hit Go to manage COM add-ins]
and add the threadc4dll file manually. If it’s successful, you should see Comrpess Threads on the Tools menu, and you’ll get a splash screen next time you start Outlook CAUTION!
The default setting for this plugin will delete data in your mailbox (which is the whole point of the plugin), so be sure to understand how it works before implementing it 🙂
https://readmydamnblog.com/wp-content/uploads/2015/02/toplogo4.png00Mikehttps://readmydamnblog.com/wp-content/uploads/2015/02/toplogo4.pngMike2009-06-09 09:26:362009-06-09 09:26:36Thread Compressor add on for Outlook
I just stumbled across a blog post from Claus Valca refering to VistaPE, as I could judge this is more or less a replacement for BartPE which has been dead in the water since 2006.
VistaPE should allow you to create a bootable CD/DVD with the Vista kernal (much as BartPE did with the XP kernal), this is useful as a recovery tool/image tool/repair tool/virus cleanup tool etc. I have previously created antivirus cleanup cd’s using BartPE, but maybe VistaPE could offer better compatibility with the later hardware models.
I will add this to my “I have to look into this list” (which sadly has become quite long)..
https://readmydamnblog.com/wp-content/uploads/2015/02/toplogo4.png00Mikehttps://readmydamnblog.com/wp-content/uploads/2015/02/toplogo4.pngMike2009-06-09 09:06:142009-06-09 09:07:47VistaPE a replacement for BartPE?
Kon-Boot bypass Windows Logon (scary stuff)
OS, Security, Utility- Is this Kon-Bootsafe (or does it leave something nasty behind like eg a Rootkit), some experienced guys took it upon themselves to check just this and their preliminary findings is that it appear safe enough (no aparant traces left behind).
- EFS and diskencryption will defeat this, you will not be able to read EFS (Microsoft Encrypted file system) files and diskencryption in general would serve as a protection against booting via a Kon-Boot bypass boot cd/dvd (this may however not apply to all encryption schemes / software brands).
- Allegedly this bypass is only possible for local machine accounts and not for domain accounts (however if you use a local admin account, then once you are a local admin you will have full access to the entire disk (except EFS) and all data on it, thus this may not be a big deal).
I will have to experiment a bit with this in the near future, it sounds disturbing. Update; I just tested this on a VM, and it works just as advertised on an XP installation, interesting indeed… Update 2; I checked this on a domain account, if the user has his profile/password cached (have been logged on previously) you CAN logon locally and access the users data – BUT ofcause no access to network ressources and you will see a warning that your credentials has expired (or something to that effect). I also tried a locked/disabled account, and here I was unable to logon. Read this excellent post by Claus Valca on Kon-Boot And see the YouTube demo on how it works;Thread Compressor add on for Outlook
UtilityThis add on to outlook will help you reduce your mailbox size by deleting redundant data (which is always nice as your mailbox just keep growing), I won’t go into details as this blog post explains it nicely.
Visit Grand Stream Dreams for the whole story including how to download and implement it.
The installation of the plugin is done more or less like this (taken from Grand Stream Dreams);
INSTALLING
* Firstly, download the ZIP and save it locally.
* Create a folder you’ll find again – I’d suggest C:\Program Files\Thread Compressor or similar.
* Start a command prompt – WindowsKey-R then
cmd <enter> (though if you’re on Vista or Win7, just press WIndowsKey, type cmd, then right-click on the cmd icon and choose “Run as Administrator”)
In the command prompt, type:
cd c:\program files\thread compressor (or wherever you put the files)
regsvr32 comdlg32.ocx
regsvr32 msflxgrd.ocx
regsvr32 tabctl32.ocx
regsvr32 threadc4.dll
Download the latest CDO file from here, save it somewhere, expand it out and run the install from the ExchangeCDO.msi file.
Now start Outlook: how you actually install the addin will vary depending on your version of Outlook, but try:
Tools | Options | Advanced | Add-ins,
or Tools | Trust Center | Add-ins | [then hit Go to manage COM add-ins]
and add the threadc4dll file manually. If it’s successful, you should see Comrpess Threads on the Tools menu, and you’ll get a splash screen next time you start Outlook
CAUTION!
The default setting for this plugin will delete data in your mailbox (which is the whole point of the plugin), so be sure to understand how it works before implementing it 🙂
VistaPE a replacement for BartPE?
Antivirus, OS, UtilityI just stumbled across a blog post from Claus Valca refering to VistaPE, as I could judge this is more or less a replacement for BartPE which has been dead in the water since 2006.
VistaPE should allow you to create a bootable CD/DVD with the Vista kernal (much as BartPE did with the XP kernal), this is useful as a recovery tool/image tool/repair tool/virus cleanup tool etc. I have previously created antivirus cleanup cd’s using BartPE, but maybe VistaPE could offer better compatibility with the later hardware models.
I will add this to my “I have to look into this list” (which sadly has become quite long)..