Estimated time to load this page

30 sec at 56.6kbps
06 sec at      ISDN

 

Technology Update

 

What’s the differences between CDMA (Code Division Multiple Access) & GSM (Global System for Mobile Communication) ?

            The only differences are the way by which voice gets carried from one phone to the other. CDMA assembles multiple voices into the same frequency, & also increases voice clarity. The technology also helps you receive calls when the signal is weak & thus it doesn't have the problems like Call Failed or Fading during high traffic density.

            This also gives CDMA service providers the flexibility to provide data & video service.

            CDMA was invented during World War 2 when Allied forces wanted to get past the Germans by sending coded messages over different frequencies & giving them the ability to be accessed from different points-hence  "Code Division Multiple Access."

 

            Presently CDMA mobiles are available with Reliance, TATA Indicom, Hyundia Infocom

 

 

Mail Me at

desert_ghost85 @yahoo.com

 

Password Cracking Decrypted 4  


 

Welcome to another edition of Password Cracking Decrypted. In this manual we will learn, you guessed it, how to crack passwords. In this edition we have explanations to how to break more kinds of passwords. 

Although this manual is quite easy to understand, I would definitely like to make one suggestion. To truly enjoy reading this manual, you need to know C relatively well. However, even if you have no idea what C is, I assure you that this manual will definitely be of use to you.



Cracking the Netzero (Free ISP) Dial Up Password


Today, the number of Internet Service Providers (both free and the not so free ones) has really reached a very high figure. All of them aim at providing better services and making the process of connecting to the Internet easier for the user. One common practice amongst both Internet Service Providers and popular browsers like Internet Explorer, have this option called ‘Save Password’, which makes life easier for the user, as it allows the user to not type in the password each time he has to connect to the Internet.



Although, like all other software, as soon as the developer tries to add a user friendly feature or make the software easier to use or more efficient, he has to make at least some compromise in the security or safety field. One popular example would be Outlook Express, ever since the Preview Pane has been introduced within the email client, Outlook Express users have become prone to Email-Borne Viruses.



Anyway, getting back to the subject of this tutorial, even including the ‘Save Password’ feature has made the User’s Password unsafe. Now, what happens is that, when you check on this option or enable it, then the concerned software (Browser or Internet Service Provider Software) takes it passes it through an algorithm to encrypt it. Once, the Password is encrypted, it is then stored in the Windows Registry or in some .ini or .dat or a similar file. Now, this system sounds quite safe, however, if you look deeper, then you find that it is trouble waiting to happen.



The very fact that the encrypted password has to be stored somewhere, makes this feature vulnerable. Also, almost all software providing this feature does not use a strong algorithm. This makes the work of a hacker really easy. Some software even stores the password as plaintext in the registry!!! So, basically the weakest chain in this feature is that most software developers are weary of the fact that the encrypted password can be easily decrypted, once we study the software inside out. So, what I mean to say is that using this feature although surely makes life easy, for those of you who cannot remember passwords, but it does leave your Internet Account vulnerable. However, if you are one of those people who needs to write down your password on a piece of paper and stick it to the front of your monitor, then this feature is definitely for you.



So how do I crack the Netzero Dial Up Password?



Anyway, Netzero is a free ISP, which asks only for a advertising bar in return for Internet Access. It too provides this ‘Save Password’ feature, however, it too like most services, uses an extremely weak algorithm to encrypt the password. The following process of decryption works on Netzero version 3.0 and earlier and requires Win 9x, NT or Win 2K to be running.



For this exploit, you need to have local access to the machine, which has the Netzero software installed.

This vulnerability cannot be exploited unless and until you get the required file, for that you either have to have local access or need to devise a method of getting the file, which contains the password.



The Netzero Username and Password are stored in an ASCII file named, id.dat, which is located in the Netzero directory. If the user has enabled the ‘Save Password’ option, then the Username and Password are also stored in the jnetz.prop file. The passwords stored in both these files are encrypted using a very simply easy to crack algorithm. Although the algorithms used to get the encrypted information (to be stored in the two files), are not same, however they are derived from the same main algorithm. Both the algorithms differ very slightly. In this manual we will learn as to how this weak algorithm can be exploited.


The Netzero Password is encrypted using a substitution cipher system. The cipher system used is a typical example of a 1 to 1 mapping between characters where each single plaintext character is replaced by a single encrypted character.



Are you lost? Well, to understand better read on.



Say, the Netzero application is running, and the user clicks on the ‘Save Password’ option and types his password in the required field. Now, then what happens is that, the Netzero Application loads the encrypting file, which contains the plaintext to cipher-text database into memory. Now, for example your password is xyz and it is stored in location ‘m’ of the memory and the corresponding encrypted password abc is stored in the location ‘n’ of the memory, then the password xyz actually is stored as abc.



Well it is quite simple, right? Well, almost. The part of the encryption algorithm used by Netzero which is difficult to understand, is that two encrypted characters replace each character of the plaintext password. These two encrypted characters replacing a single plaintext character, are however not stored together.

When substituting character x stored in i of a password ‘n’ characters long, the first encrypted character would be stored in ‘i’ and the next in ‘n+i.’


The two encrypted characters are derived from the following table:



| 1 a M Q f 7 g T 9 4 L W e 6 y C
-------------------------------------
g | ` a b c d e f g h i j k l m n o
T | p q r s t u v w x y z { | } ~
f | @ A B C D E F G H I J K L M N O
7 | P Q R S T U V W X Y Z [ \ ] ^ _
Q | 0 1 2 3 4 5 6 7 8 9 : ; < = > ?
M | SP ! " # $ % & ' ( ) * + , - . /

NOTE: SP represents a single space and the above chart represents ASCII characters.


To encrypt a string of length ‘n’, we need to find each character in the above table and place the column header into i and place the row header into n+i.

For example:
E(a) = ag
E(aa) = aagg
E(aqAQ1!) = aaaaaagTf7QM
E(`abcdefghijklmno) = 1aMQf7gT94LWe6yCgggggggggggggggg

On the other hand, while decrypting the password of length 2n, then I will be become the element in the element in the above table where the column is headed by i and the row headed by n+i intersect.

For example:
D(af) = A
D(aaff) = AA
D(aaMMQQfgfgfg) = AaBbCc

Decrypting the password manually would be quite fun, but would definitely be a very time consuming process. Anyhow, I do suggest you try to decrypt the Netzero Password manually atleast once.

 


**********************
HACKING TRUTH: By default Windows accepts both short and long passwords as the Windows login password. Some users use extremely short passwords, which can easily be brute forced. So in order to set the minimum number of characters or the minimum length of the password, simply follow the following registry trick-:



1. Launch the Windows Registry Editor i.e. c:\windows\regedit.exe 
2. Scroll down to the following registry key: 
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\

Policies\Network

3. Click on Edit > New DWORD Value. 
4. Name this new DWORD value as MinPwdLen and in the data field, enter the minimum number of characters the password has to be of. One thing to note here is that this value is in Hexadecimal. 
5. Now, Press F5 and your system just became a tiny bit securer but certainly not unhackable. 


***********************

TOP

Send Feed Back At [email protected]
Live Satellite Picture of the U.S.

 
Technology Updates  Devices - Internet
 
Paper Discs

Time Machines

Understanding The Tech Of DOLBY DIGITAL 

Woofers (LFE)

What is A MATRIX Sound system


HACKING Updates
 


Who R Hackers?


Windows Password Hacking

hacking Free ISP account password

Windows Untold Tips & Secrets

DOS attacks

How does A Virus works?

What is FTP ?

Searching info. in NET

Outlook Express Password

Playing with Registry

TELNET a Cool hacking tool

TCP\IP: A Mammoth Description


removing them frm your site

 

SOFTWARE And Drivers
 
Download Acc. Plus
MP3 Dancer
Direct X

Word Web    Video Cutter

WinZip 9
Windows Media Player series
Wallpapers

FLASH Items & Jokes

RING Tones

FeedBack Form


Just take counted 5 sec. & fill this form so that I can make it Further better. 

Was This SITE  good & had all U wanted?

Yes
No
Sort of...

 

Having any combat with Ur PC then put Ur Ques in the box Below.

Please enter your doubt Below:


1
Hosted by www.Geocities.ws