Posts

Showing posts with the label kali linux

Basic concept of SQL injection

Image
Website Hacking is dream of every new hacker and SQL injection is one of the most favourite hacking attack of a hacker. Today we are going to learn some basic concept of SQL injection >> Section 1 – SQL Injection (Basics):- I have to try my best to explain the meaning of SQL Injection and how it works. What is SQL Injection? Basically SQL Injections or simply called Structured Query Language Injection is a technique that exploits the loop hole in the database layer of the application. This happens when user mistakenly or purposely(hackers) enters the special escape characters into the username password authentication form or in URL of the website. Its basically the coding standard loop hole. Most website owners doesn't have proper knowledge of secure coding standards and that results into the vulnerable websites. For better understanding, suppose you opened a website and went to his Sign in or log in page. Now in username field you have ...

How to Dual Boot Kali Linux In Easy Steps

Image
Kali Linux is most popular OS among hackers weather they are noob or pro because of easy to use and several hacking and pan testing tool is pre-installed. If you are also willing to install kali in your PC or laptop, then you are at right place. Follow these steps carefully for successful installation. In this post we will also cover the basic problems occur while and after installation Requirements: Minimum 8 GB of HDD space to install Kali Linux For i386 or amd64 architecture, a minimum of 512 MB RAM (1024 MB RAM recommended) An ISO available at Kali Linux  site  A pendrive of 4/8/16/32 GB If have all the resource listed above then congo you can go ahead. PART 1: Creating a bootable Media   Note: Please skip to part 2 if you have already a bootable pendrive for Kali Linux 1. First of all you have to download ISO image of Kali Linux. You can download   for free at Kali Linux download page. 2. Now download PowerIso from here. 3. Open Po...