Sep
13th

Megadownload.net

Files under Hacking, OpenXnews | 1 Comment

ကၽြန္ေတာ္ software ေတြကိုရွာရင္ search engine ေတြကေနရွာတာမ်ားပါတယ္။ Internet ထဲမွာ search engine ေပါင္းမ်ားစြာ ရွိပါတယ္ အဲဒီထဲမွာ ကၽြန္ေတာ္အၾကိဳက္ဆံုးကေတာ့ MEGADOWNLOAD ဆိုတဲ့ search engine ပဲၿဖစ္ပါတယ္။ သူက rapidshare နဲ႔ megaupload က files ေတြကိုရွာေဖြေပးပါတယ္။ သက္သက္စီလဲ ရွာလို႔ရနိုင္ပါတယ္။ သူကတၿခား search engine ေတြလိုမဟုတ္ပဲ rar files ေတြမွာ password ခံထားတာေတြကို ရွာေဖြလို႔ရနိုင္ပါတယ္။ကၽြန္ေတာ္ဘယ္လို ရွာလို႔ရလဲဆိုတာေတြကို ပံုနွင့္တကြ ေဖာ္ၿပေပးသြားမွာၿဖစ္ပါတယ္။
ပထမဦးစြာ www.megadownload.net လို႔ရိုက္လိုက္ပါ။

ကၽြန္ေတာ္ဥပမာအေနနဲ႔ video converter လို႔ရိုက္ၿပီး ရွာပါမယ္။

ၿပီးရင္ ကိုလိုခ်င္တာေတြ႔ရင္ အဲဒီေနရာရဲ႕ ေဘးအစြန္းမွာ Download ဆိုတာေတြ႔ပါလိမ့္မယ္။ နွိပ္လိုက္ပါ ။

ၿပီးရင္ ေနာက္ထပ္ Donwload ဆိုတာေပၚလာရင္ download လုပ္လိုက္ပါ ။ rapidashare ကေန download လုပ္ရံုပါပဲ။

တစ္ခါတစ္ေလၾကရင္ ကိုယ္ေဒါင္းလိုက္တဲ့ Rar Files ေတြမွာ password ခံထားတာေတြ ၿဖစ္တတ္ပါတယ္ ။ အဲဒီ password ေတြကို ရွာရတာ အရမ္းကို လြယ္ကူပါတယ္။ေအာက္ကပံုမွာၾကည့္ပါ။

Mar
8th

35 Ways to add your program on Startup

Files under Hacking | 4 Comments

ကိုယ့္ Program ေလးေတြကို Startup လုပ္ႏိုင္ဖို႔ Registry မွာျပင္ႏိုင္မည့္ နည္းလမ္းအသြယ္သြယ္ ၃၅ ရပ္ပါ၊

Registry Autostart Locations

1.HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Run\
All values in this key are executed.
2.HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\RunOnce\
All values in this key are executed, and then their autostart reference is deleted.
3.

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\RunServices\
All values in this key are executed as services.
4.

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\RunServicesOnce\
All values in this key are executed as services, and then their autostart reference is deleted.
5.

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Run\
All values in this key are executed.

(more…)

Jan
6th

Have Notepad In Send To

Files under Hacking | 2 Comments

Many apply a registry tweak to have notepad as an option for unknown file types. We frequently see such files which are actually just text, but named with some odd file-extension. And then, some suspicious files which we want to make sure what the contents are. Well, in such cases where the registry tweak is applied, the downside happens to be that even some known files get associated with notepad - but no, all we want is to be able to open a file with notepad - the association part in such cases is unwanted interference. Also, notepad becomes a permanent fixture on the right-click menu - which is again an annoyance.

(more…)

Jan
6th

Add Option to Print the Contents of a Folder

Files under Hacking | Leave a Comment

Would you like to be able to right click any folder in Explorer and print its contents? You can add this option to the context menu by following these steps:

First, you need to create a batch file called Printdir.bat. Open Notepad or another text editor and type (or cut and paste) this text:


@echo off
dir %1 /-p /o:gn > "%temp%\Listing"
start /w notepad /p "%temp%\Listing"
del "%temp%\Listing"
exit

(more…)

Jan
4th

How to Get someones ISP password

Files under Hacking | 18 Comments
  1. run your telnet program:
    on windows , go to START -> RUN -> “TELNET”
  2. on linux , you should open a shell , and write telnet
  3. then connect (on windows “connect” , on linux “open”) some anonymous server , if don’t have any then search for one , if you are too lame then email me now! i’ll give you in the minute! note: you should connect the server mail program (port “25″)!
  4. now , write the following :
    mail from : [**YOUR FRIEND'S ISP WEBMASTER**]
    rcpt to : [**YOUR FRIEND'S EMAIL ADRESS**]

(more…)