Archive for December, 2008

Update: Mozilla Thunderbird 2.0.0.19

Tuesday, December 30th, 2008

Mozilla Thunderbird 2.0.0.19 is out now, packing several security fixes.

MOZILLA THUNDERBIRD 20.0.0.19 DOWNLOADS
Get it now: Download IrfanView 4.22
EXE installer, 6.44MB, MD5 sum: C2BDB5A6881EB5822F944F73307E28B8

Portable: Download Mozilla Thunderbird 2.0.0.18 Rev2
EXE installer, 6.68MB, MD5 sum: 4F7B49F85691AC45FEFACCB65FF6EEA3

WHAT’S NEW IN THUNDERBIRD 2.0.0.19
MFSA 2008-68 XSS and JavaScript privilege escalation
MFSA 2008-67 Escaped null characters ignored by CSS parser
MFSA 2008-66 Errors parsing URLs with leading whitespace and control characters
MFSA 2008-65 Cross-domain data theft via script redirect error message
MFSA 2008-64 XMLHttpRequest 302 response disclosure
MFSA 2008-61 Information stealing via loadBindingDocument
MFSA 2008-60 Crashes with evidence of memory corruption (rv:1.9.0.5/1.8.1.19)
THUNDERBIRD 2.0.0.19 SCREENSHOT

Update: IrfanView 4.23

Monday, December 29th, 2008

An IrfanView YABR was released today: 4.23 with fixes to 2 toolbar buttons :D

Read about the previous release (IrfanView 4.22) if you want to know what’s new - the releases are nearly identical.

IRFANVIEW 4.23 DOWNLOADS
Get it now: Download IrfanView 4.23
EXE installer, no toolbar, 1.28MB, MD5 sum: E2D7BFB2A5D2DAF43214BF9A5CCD6F85

Plugins: Download IrfanView Plugins 4.22
EXE installer, 7.11MB, MD5 sum: 97A21171F9062DCF2CC5DDD6EFD267BA

Portable (U3): Download IrfanView 4.0.0.1 for U3
U3 EXE installer, 1.42MB, MD5 sum: F047C1C883FE4E646E53A8D82ECE298A

WHAT’S NEW IN IRFANVIEW 4.23
- Two small 4.22 bugs fixed: Next toolbar button, PDF saving

Guide: CCleaner Secure Delete Script

Saturday, December 27th, 2008

Since version 2.15.815, CCleaner’s Secure Delete feature can be accesed via a command line option. It’s very useful, but for most users it’s a drag to open a command line window and to run the ccleaner.exe binary with the file/folder to delete as a parameter. The process can be simplified if CCleaner’s directory is added to the PATH environment variable, so that you don’t have to enter the full path to ccleaner.exe. Still, we can do better than that…

Introducing the CCleaner Secure Delete script, a simple script for the Windows command line shell. Simply unzip the script on your desktop or another handy location, then drag files or folder you wish to delete onto it. The script will tell you what is about to be deleted, than call ccleaner.exe. If you’re sure, confirm CCleaner’s dialog and that’s it!

Any suggestions or tips are welcome.

You can either download the script, or create it yourself (just make sure you give the file a .cmd extension). Here’s the script’s contents:

CCLEANER SECURE DELETE SCRIPT
@echo off
echo Secure deleting file/folder…
echo %1
“C:\Program Files\CCleaner\ccleaner.exe” /delete %1
echo Deleting…
echo Operation completed!
pause
DOWNLOAD CCLEANER SECURE DELETE SCRIPT
Get it now: Download the script
ZIP archive, 270Bytes, MD5 sum: 3D7DA21E1019FA2C8FE517211BADE908

Note: If you have installed CCleaner somewhere other than the default location, you will need to edit the script and put in the correct installation path.

Note 2: A similar result can be achieved by creating a shortcut to ccleaner.exe and changing its “target”, like in this screenshot (add a space and the text “/delete” after the double quote at the end). You can add a comment as well (it will be displayed when you place your mouse pointer over the shortcut icon). don’t forget to name the shortcut something meaningful such as “Secure Delete with Ccleaner”.

Merry Christmas!

Thursday, December 25th, 2008

Just a quick post to wish all my readers a Merry Christmas!

Update: IrfanView 4.22

Thursday, December 25th, 2008

IrfanView was also updated recently to version 4.22. Along with the main program, the plugins package was upgraded as well.

Beside many fixes and changes, here are a few notable additions: new hotkeys; a command line option for passing a file containing a list of files in supported formats (/filelist=file.txt); the ability to create multipage PDF images.

IRFANVIEW 4.22 DOWNLOADS
Get it now: Download IrfanView 4.22
EXE installer, no toolbar, 1.28MB, MD5 sum: 4822553D2C425A5D32FEAF0554A5D07E

Plugins: Download IrfanView Plugins 4.22
EXE installer, 7.11MB, MD5 sum: 97A21171F9062DCF2CC5DDD6EFD267BA

Portable (U3): Download IrfanView 4.0.0.1 for U3
U3 EXE installer, 1.42MB, MD5 sum: F047C1C883FE4E646E53A8D82ECE298A

WHAT’S NEW IN IRFANVIEW 4.22
- Added History list for Random slideshow (”No file repeat” removed)
- New multipage images menu: Create Multipage PDF
- Option to save changes on exit (Properties->Misc 1, default: OFF)
- TIF loading bugs fixed (Thanks to j00ru//vx)

- New command line option: /filelist=txtfile; Examples:
i_view32.exe /filelist=c:\mypics.txt
i_view32.exe /filelist=c:\mypics.txt /thumbs
i_view32.exe /filelist=c:\mypics.txt /convert=d:\*.jpg
=> use files from mypics.txt as input for different operations

- New Contact Sheet options: Set custom paper size and units
- Options to set start parameters for external editors (see Help file/button)
- External editor names are showed in the menu text
- New Panorama dialog option: Add space between images
- Browsing: if CTRL + number (0-9) pressed, the file index increases by number
- New wallpaper menu: Stretched - proportional
- New Slideshow dialog option: Remember last file index on exit
- New option to show DDS alpha color (Properties->Misc. 1)
- Support for WSQ format (Wavelet Scaler Quantization, PlugIn by Steven Venable)
- New Thumbnail option: Use full file path for sorting (if subfolders loaded)
- New thumbnails tree menu: Load subfolders
- New hotkeys: SHIFT + arrows = Move selection rectangle; SHIFT + N = Create new image; SHIFT + V = Add canvas; CTRL + SHIFT + Y = Auto crop borders; CTRL + SHIFT + J = Lossless JPG crop; SHIFT + O = Fit window to image; F11 = show/hide mouse in Fullscreen/Slideshow
- Several PlugIns are changed/updated, please install the newest versions
- Some minor bugs/features fixed/added (scrolling)

Update: CCleaner 2.15.815 with Secure File Deletion

Wednesday, December 24th, 2008

Piriform’s CCleaner software has reached a new version: 2.15.815.

Beside minor bug fixes and a few changes, there’s a new and very interesting feature. CCleaner now has a command-line switch which enables secure deletion of certain files or folders. To use it, open a command prompt window in CCleaner’s install directory and run:

(1) ccleaner.exe /delete FILENAME.EXT - to secure delete a single file
(2) ccleaner.exe /delete FOLDER - to secure delete a folder
(3) use wildcards such as * and ? to delete multiple files or folders: ccleaner.exe /delete *.txt - to delete all txt files in the current folder

After the command is ran, CCleaner will ask for confirmation that you really wish to remove the files or folders then proceed to securely deleting them.

Note: file or folder names that contain spaces should be enclosed in double quotes (eg: “file name with spaces.txt”)

Update: I have created a simple script that enables secure delete via drag and drop with CCleaner.

CCLEANER 2.15.815 DOWNLOADS
Get it now: Download CCleaner 2.15.815
EXE installer, no toolbar, 900KB, MD5 sum: 3BA70A80DA5F6A2C1D80C057E746453C

Portable version (extract to USB stick): Download CCleaner 2.15.815 Portable
ZIP, 892KB, MD5 sum: A1D241180C57CC9E200604E2D8E2A2B5

WHAT’S NEW IN CCLEANER 2.15.815
- Added command-line secure deletion (e.g. ccleaner.exe /delete “folder\*.*|MyFile.txt”)
- Added Google Chrome thumbnail cleaning.
- Moved language files to /lang folder.
- Improved options cookie list browser detection.
- Fixed minor bug in XP prefetch cleaning.
- Fixed bug in IE History Index.dat cleaning.
- Fixed two minor compatibility bugs with Win98.
- Installer engine updates.
- Minor architecture improvements.
CCLEANER 2.15.815 SCREENSHOTS

Update: Firefox 3.0.5

Wednesday, December 17th, 2008

Firefox 3.0.5 is out and about: the usual batch of bugfixes, a few more localizations and improved crash reporting features.

FIREFOX 3.0.5 DOWNLOADS
WHAT’S NEW IN FIREFOX 3.0.5
- Fixed several security issues.
- Fixed several stability issues.
- Official releases for the Bengali, Esperanto, Galician, Hindi, and Latvian languages are now available.
- Replaced the End-User License Agreement with a new “Know Your Rights” info bar on initial install.
- When installing multiple signed XPIs simultaneously, previous versions of Firefox would fail.
- Fixed several issues found in the accessibility implementation.
- Added the ability to send OS-specific system notes in the crash reporter.

complete bugfix list