Ransomeware:

WNCry, WCry, WanaCrypt0r, Wana Decrypt0r Ransomware


Exploit:

Windows SMBv1 exploit (EternalBlue)

===========================================

Patch and Description:

https://technet.microsoft.com/en-us/library/security/ms17-010.aspx


Patch information:

The security update addresses the vulnerabilities by correcting how SMBv1 handles specially crafted requests.


Updated:

March 12, 2017
(May 13, 2017 for XP SP3)

===========================================

Patch download links:


Windows XP SP3 - Click to download

Windows 7 (32bit) - Click to download

Windows 7 (64bit) - Click to download


Windows 8 (32bit) - Click to download

Windows 8 (64bit) - Click to download


Windows 8.1 (32bit) - Click to download

Windows 8.1 (64bit) - Click to download


*For Windows 10 users, just use Windows Update.

===========================================

Other way:

(For Windows 8.1 or later.)


1. Control Panel -> Programs -> Turn Windows features on or off


2. SMB 1.0/CIFS File Sharing Support -> Uncheck -> OK


3. Reboot

===========================================

It is parameters for integration between copy tools and file manager.


First one is for copying files.

Second one is for moving files.

===========================================

= Speed Commander & Copy tools =


ExtremeCopy:
-src $(ActSel) -dst $(InactDir) -exe copy
-src $(ActSel) -dst $(InactDir) -exe move

FastCopy:
/open_window /auto_close /estimate $(ActSel) /to=$(InactDir)
/cmd=move /open_window /auto_close /estimate $(ActSel) /to=$(InactDir)

Super/Ultracopier:
cp $(ActSel) $(InactDir)
mv $(ActSel) $(InactDir)

TeraCopy:
copy *$(ActSelLstU8) $(InactDir)
move *$(ActSelLstU8) $(InactDir)


*U8 means UTF-8.

Change it with U16 for UTF-16 languages.


Macro version: (It has problem with UTF-8 and UTF-16 languages.)

TeraCopy.txt

TeraMove.txt

===========================================
= Directory Opus & Copy tools =


ExtremeCopy:
-src {allfilepath$} -dst {destpath} -exe copy
-src {allfilepath$} -dst {destpath} -exe move

FastCopy:
/open_window /auto_close /estimate {allfilepath$} /to={destpath}
/cmd=move /open_window /auto_close /estimate {allfilepath$} /to={destpath}

Super/Ultracopier:
cp {allfilepath$} {destpath}
mv {allfilepath$} {destpath}

TeraCopy:
copy *{allfilepath|filem} {destpath}
move *{allfilepath|filem} {destpath}

===========================================
= FreeCommander XE & Copy tools =

ExtremeCopy: (It has problem with source and destination.)
-src %ActivSel% -dst "%InactivDir%" -exe copy
-src %ActivSel% -dst "%InactivDir%" -exe move

FastCopy: (It has problem with source and destination.)
/open_window /auto_close /estimate %ActivSel% /to="%InactivDir%\"
/cmd=move /open_window /auto_close /estimate %ActivSel% /to="%InactivDir%\"

Super/Ultracopier:
cp %ActivSel% "%InactivDir%"
mv %ActivSel% "%InactivDir%"

TeraCopy:
copy *%ActivSelAsFile% "%InactivDir%"
move *%ActivSelAsFile% "%InactivDir%"

===========================================
= Total Commander & Copy tools =

ExtremeCopy:
-src %P%S -dst "%T" -exe copy
-src %P%S -dst "%T" -exe move

FastCopy:
/open_window /auto_close /estimate %P%S /to="%T"
/cmd=move /open_window /auto_close /estimate %P%S /to="%T"

Super/Ultracopier:
cp %P%S "%T"
mv %P%S "%T"

TeraCopy:
copy *"%L" "%T"
move *"%L" "%T"

===========================================


오늘은 민주주의 도약의 계기가 된 6월 민주항쟁 30주년 기념일입니다.

이 땅에 민주주의를 뿌리내리기 위해 노력하신 많은 분들의 숭고한 정신을 잊지 않겠습니다.

그분들의 노력이 있었기에 오늘날 우리가 좀 더 나은 대한민국에서 살고 있는게 아닌가 싶습니다.


가수 안치환 님이 기념식에서 노래를 불러주셨다고 하는데요.

저도 5차 촛불 집회에 참석해서 안치환 님의 노래를 같이 따라 불렀던 기억이 나네요.

+ Recent posts