Posts

Website Security

  How Can We Block Common Web Attacks And Protect Our Website.. A : SQL Injection –>Types                     Login Form Bypassing   UNION SQL Injection            B: Cross Site Scripting                              –> Cross Site Request Forgery C: File Inclusion           Types-> Remote File Inclusion and Remote Code Execution i'm telling about five types of common web attacks, which are used in most types of defacements or dumps of databases. The five exploits listed above are SQL injection, XSS, RCE, RFI, and LFI. Most of the time, we missed out some website code tags.. because of this we get website attacks and allows the hacker for attack on vulnerable website. A: SQL Injection –> LOGIN FORM BYPASSING Here is an example of the vulnerable code that we can bypass very easily: index.html  file: <form action=”login.php” method=”POST” /> <p>Password: <input type=”text” name=”pass” /><br /> <input type=”submit” value=”Au

Office key

Download Link office key

Wampserver

Download link Wampserver

Folder Lock Without Any Software

Folder Lock With Password Without Any Software - Paste the code given below in notepad and 'Save' it as batch file (with extension '.bat'). Any name will do. Then you see a batch file. Double click on this batch file to create a folder locker. New folder named 'Locker' would be formed at the same location. Now bring all the files you want to hide in the 'Locker' folder. Double click on the batch file to lock the folder namely 'Locker'. If you want to unlock your files,double click the batch file again and you would be prompted for password. Enter the password and enjoy access to the folder. if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Locker goto MDLOCKER :CONFIRM echo Are you sure u 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 Loc

Java

Java The Complete Reference, 7th Edition

How to partition a Hard Disk without formatting

Image
Hello guys,today i telling about partition of the hard disk. follow some steps... step 1 . go to the manage option step 2 .Enter the disk management and choose the drive step 3 .shrink volume for the partition and you can choose your disk space step 4 .now your disk partition is successfully step 5 .you can open your my computer and show the extra drive Enjoy...

Create Fake file in windows PC in any format & size

Image
Create Fake File at any Size and any format without any software in Windows 1. Goto cmd, Select  cmd.ex  and right click on it Run as administrator. 2. Type fsutil command and see below for example 3. type in command prompt fsutil file createnew C:newwork .mp4  900000000 change “newwork” with your file name change”.mp4″ with your file extension change “90000000” with your file size If you want to create the fake file with this command utility helps you. Enjoy....