Nov 10, 2008

Use Rapidshare without any wait

In our daily life we download a lot of stuff from the rapidshare.com,but sometime it shows you have to wait for sometime.But now you can download anything without any wait.

After you put up your download - or someone else along go to the download page, click Free - on this next page where the timer comes one - view source.Go down the view source to the end - grab the gobbly gook looking text (I cant get to it right now cause I am locked out for an hour otherwise I would show an example - its obvious - near the bottom).

go to CODE

http://sportsforum.ws/encode

paste it on the third line down (bottom line) hit submit - second line down will now have an actuall link.



You have requested the file phpscripts_01.rar (18627251 Bytes). This file has been downloaded 450 times already.
IMPORTANT: Download-accelerators
are only supported with a PREMIUM-Account!

ERROR: Please enable JavaScript.






%3C%68%32%3E%3C%66%6F%6E%74%20%63%6F%6C%6F%72%3D%22%23%43%43%30%30%30%30%22%3E%20%44%6F%77%6E%6C%6F%61%64%3A%3C%2F%66%6F%6E%74%3E%20%3C%61%20%68%72%65%66%3D%22%68%74%74%70%3A%2F%2F%64%6C%31%2E%72%61%70%69%64%73%68%61%72%65%2E%64%65%2F%66%69%6C%65%73%2F%33%36%34%33%33%32%2F%31%39%39%2F%70%68%70%73%63%72%69%70%74%73%5F%30%31%2E%72%61%72%22%3E%70%68%70%73%63%72%69%70%74%73%5F%30%31%2E%72%61%72%3C%2F%61%3E%3C%2F%68%32%3E'


You want just that part

It's quite simple, when you want to download something that's on rapidshare, do the following:

1. go to the rapidshare link and click 'free' (so not the premium thing)
2. on this page, there's a counter that counts down from a specific amount of time before it displays the download link, view the source of this page
3. at the end of the source, there's a line with lots of numbers and % symbols, copy this line
4. go to sportsforum.ws/encode and paste the line you copied, onto the line
5. click encode now
6. direct link is shown

Enjoy.

Oct 22, 2008

Add URL bar to your Windows XP taskbar

You can add an Internet URL address bar to your Windows XP taskbar. Doing so will let you type in URLs and launch Web pages without first launching a browser. It will also let you launch some native Windows XP applications in much the same way as you would via the Run menu (so you could type in calc to launch the calculator or mspaint to launch Microsoft Paint. Here's how you add the address bar:

1. Right-click on the taskbar, select Toolbars, and then click Address.

2. The word Address will appear on your taskbar.

3. Double click it to access it.

4. If that doesn't work, your taskbar is locked. You can unlock it by right-clicking on the taskbar again and uncheck Lock the Taskbar.

NOTE: You may also need to grab the vertical dotted lines beside the word Address and drag it to the left to make the Address window appear.

Oct 17, 2008

Boost up your firefox speed

Yes, firefox is already pretty damn fast but did you know that you can tweak it and improve the speed even more.That's the beauty of this program being open source.

Here's what you do:
In the URL bar, type “about:config” and press enter. This will bring up the configuration “menu” where you can change the parameters of Firefox.

Note that these are what I’ve found to REALLY speed up my Firefox significantly - and these settings seem to be common among everybody else as well. But these settings are optimized for broadband connections - I mean with as much concurrent requests we’re going to open up with pipelining, you’d better have a big connection.

Double Click on the following settins and put in the numbers below - for the true / false booleans - they’ll change when you double click.

Code:
browser.tabs.showSingleWindowModePrefs – true
network.http.max-connections – 48
network.http.max-connections-per-server – 16
network.http.max-persistent-connections-per-proxy – 8
network.http.max-persistent-connections-per-server – 4
network.http.pipelining – true
network.http.pipelining.maxrequests – 100
network.http.proxy.pipelining – true
network.http.request.timeout – 300

One more thing,Right-click somewhere on that screen and add a NEW -> Integer. Name it “nglayout.initialpaint.delay” and set its value to “0”. This value is the amount of time the browser waits before it acts on information it receives. Since you’re broadband - it shouldn’t have to wait.

Now you should notice you’re loading pages MUCH faster now.

Oct 13, 2008

Create your own shortcuts for shutdown and rebooting:

First, create a shortcut on your desktop by right-clicking on the desktop, choosing New, and then choosing Shortcut. The Create Shortcut Wizard appears. In the box asking for the location of the shortcut, type shutdown. After you create the shortcut, double-clicking on it will shut down your PC.But you can do much more with a shutdown shortcut than merely shut down your PC. You can add any combination of several switches to do extra duty, like this:

shutdown -r -t 01 -c "Rebooting your PC"

Double-clicking on that shortcut will reboot your PC after a one-second delay and display the message "Rebooting your PC." The shutdown command includes a variety of switches you can use to customize it. Table 1-3 lists all of them and describes their use.

I use this technique to create two shutdown shortcuts on my desktop—one for turning off my PC, and one for rebooting. Here are the ones I use:

shutdown -s -t 03 -c "Bye Bye m8!"
shutdown -r -t 03 -c "Ill be back m8 ;)!"

Switch
What it does

-s
Shuts down the PC.

-l
Logs off the current user.

-t nn
Indicates the duration of delay, in seconds, before performing the action.

-c "messagetext"
Displays a message in the System Shutdown window. A maximum of 127 characters can be used. The message must be enclosed in quotation marks.

-f
Forces any running applications to shut down.

-r
Reboots the PC.

Hope you found this post useful

Oct 9, 2008

Hack Windows Screen Saver Password

This is an interesting hack and not many people know about it.This requires no canned hacking tool, we will crack the password manually!!! First of all, why do we need to crack the Windows Screen Saver? How does it restrict us? If a Screen Saver is password protected, then whenever it is turned on, then in order to turn it off, you need to enter a password.It does not allow us to do anything on a system until and unless we enter the password. We will keep seeing the screen saver until we authenticate ourselves by entering the password.No not even CTRL+ALT+DEL works in this case. Windows stores the Screen Saver password in the user.dat file in the Windows directory.


If you have multiple profiles on your system then it is stored in the user.dat file in the c:\windows\profiles\username directory.(On Win 3x systems it is stored in the control.ini file The user.dat file constitues the registry of the Windows system, thus we can say that the Windows Screen Saver Password is stored in the registry.First of all, you need to change the attributes of this file and make it editable by right clicking on it and unselecting the Read Only Option else you will not be able to edit it.Once this is done, open this file in WordPad (Any text editor will do except MS WORD And Notepad.)Now look for the string: ScreenSave_Data You will find an even number of characters after Data, this is the Screen Saver Password encrypted and stored in the hex system.Each pair or hex values represent a single ASCII plaintext character.This means that if there are 10 hex values then the password is of 5 characters, each pair of Hex values standing for a single plaintext ASCII character.So in order to get the Plaintext password you just need to decrypt these hex values into ASCII.

Oct 7, 2008

Cracking Windows Password

Cracking The Windows Login Password:The Windows ( 9x) password is passed through a very weak algorithm and is quite easy to crack.Windows stores this login password in *.pwl files in the c:\windows directory.The .pwl files have the filename which is the username coresponding to the password stored by it.A typical .pwl file would be as follows:

Note: This .pwl file has been taken from a Win98 machine running IE 5.0

###############CUT HERE##############

ã‚…–
ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿR

p u.ÐX+|rÐq”±/2³ Êå¡hCJ‚D × `ÍY¥!íx}(qW¤ãƱ
4+\¾õ+%E°ËÔýmÇÔ ÞI»‚ B àלøÐ…'@

############CUT HERE#############

Lets go through the contents of this .pwl file.I am not sure what the first line signifies, but my guess would be that it is the Name to which the computer is registered to.The next four lines have just been entered by Windows and are not readable.The last two lines is the password but in the encrypted form.There is no way to get the plaintext password by just studying the Windows algorithm and these lines.To actually crack the password you need a simple but mewl cracker coded in C called Glide.I have included the code below.If you have a sound C knowledge you can study the code and actually experience how a password cracker works and how a password is encrypted in Windows i.e. more about the Windows encryption algorithm.

Newbie Tip: All exploits, crackers, mail bombers practically everything related with Hacking has been written in either Perl or C. If you really want to be considered an elite hacker, you have to know how to program, without a sound knowledge of either C (C++) or Perl you cannot hack successfully.Almost all exploits available on the net have an important part edited or missing, without which it has no use.Some exploits may be needed to be edited in order to be run in your platform.In order to do all this programming is needed.

If anybody needs this program then he or she can post your e-mail id as a comment.I will sent it to your id.

Oct 5, 2008

Cracking Password

Hello friends in the last post i gave you some knowledge about the passwords and in this post I am going to tell you some ways with the help of which you can easily crack password and became a password cracker.But all of this requires patience.

The most common method of password cracking is password guessing, although it requires a lot of luck, it can be successful sometimes.To start to guess the password, you first need to gather all kinds of info about the victim.(See the Guidelines of keeping a password for more details.)The most common and the most successful method of password cracking is the use of password crackers.Now what exactly are password crackers? Now to understand what a password cracker is and how it works, you first need to understand how a person is authenticated.

When you are creating a new account or registering or running the setup(basically whenever you create a new account by entering the Username and Password.) you might be asked for the Username and Password.The username is mostly stored in plain text, but the password that you enter is stored in an encrypted form.Now when you enter the password, it is passed through a predefined algorithm and is thus encrypted and is stored on the hard disk.

So next time when you use the account and enter the password, the text (password) you type is passed through the same algorithm and is compared with the earlier stored value.If they both match, the user is authenticated else the authentication fails.The algorithm that is used to encrypt the password is a one way algorithm, by that I mean that if we pass the encrypted password through the reverse algorithm, we will not get the original plain text password.

Lets take an example to make it more clear: Say your plain text password is xyz123 and it is passed through an algorithm and stored in the a file as 0101027AF. Now if you get his encrypted password and know the algorithm which xyz123 is passed through to get 0101027AF, you cannot reverse the algorithm to get xyz123 from 0101027AF.

When you are typing in your password, the computer does not display it in plaintext but instead shows only stars i.e. ******** so that if someone is shoulder surfing, he cannot find out the password.The text box has been programmed in such a way.On most forms Unix you will not even see the asterisk marks and the cursor will not move, so that neither does a person shoulder surfing, find out the password nor does he find out the length of the password.

Password Crackers are of two types-:
Brute Force and Dictionary Based.

Dictionary Based password Crackers try out all passwords from a given pre defined dictionary list to crack a password.These are faster but more often than not are unsuccessful and do not return the password.As they do not try out all combinations of possible keys, they are unable to crack those passwords which have symbols or numbers in between.

Brute Force Password Crackers try out all combinations of all keys which can be found in the keyboard (i.e. Symbols, Numbers, Alphabets) both Lower Case and Upper Case.These kinds of Password Crackers have a greater success rate but take a long time to crack the password.As they take all possible keys into consideration, they are more effective.Now that you know the two main types of password crackers lets see how they work.As passwords are encrypted by a one way algorithm, password crackers do not extract the password from the file but instead take the combination of letters, encrypt them by passing the characters through the original algorithm and compare this value with the stored encrypted value.If these two match, then the password cracker displays the password in plain text.