Skip to main content

Posts

Showing posts from March 9, 2017

Sqlmap – how to hack website and extract database

SQL injection is a code injection technique, used to attack data driven applications, in which malicious SQL statements are inserted into an entry field for execution (e.g. to dump the database contents to the attacker). SQL injection must exploit a security vulnerability in an application’s software, for example, when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and unexpectedly executed. SQL injection is mostly known as an attack vector for websites but can be used to attack any type of SQL databases. In this guide I will show you how to SQLMAP SQL Injection on Kali Linux to hack a website (more specifically Database) and extract usernames and passwords on Kali Linux. What is SQLMAP sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detect

how to install sublime Package Control

   how to install sublime Package Control video -       In this post i am going to tech you steps to install sublime package control and python   if u didnt installed sublime in linux than vist here for steps - https://goo.gl/0ltbcp   Install Package Control To begin taking advantage of the various packages for extending Sublime’s functionality, you need to install the package manager called Package Control – which you must install manually. Once installed, you can use Package Control to install/remove/upgrade all other ST3 packages. To install, copy the Python code for Sublime Text 3 found here      https://packagecontrol.io/installation#st3 . now open sublime Click View > Show Console to open the ST3 console. Paste the code into the console. Press enter . Reboot ST3. You can now install packages by using the keyboard shortcut ctrl+shift+P . Start typing install until Package Control: Install Package appears. Press enter and search for available pack