[sqlmap-users] Direct access to mysql database
Brought to you by:
inquisb
From: Marcell F. <fod...@gm...> - 2013-05-12 07:53:51
|
Heya, I needed direct access to mysql server and got error: [03:24:45] [CRITICAL] sqlmap requires 'python pymysql' third-party library in order to directly connect to the database MySQL. Download from ' https://github.com/petehunt/PyMySQL/' Now I got "This repository is temporarily unavailable." error and also tried to install like in this tutorial copy/pasted from web: Direct connection to the database -------------------------------------------------- Installing Py-MySQL Dependency git clone https://github.com/petehunt/PyMySQL/ cd PyMySQL python setup.py install cd .. rm -rf PyMySQL ./sqlmap.py -d mysql://root:""@192.168.56.102:5123/OWASP10 First line fails. Would be great if this library was included in default install. Thanks in advance, Marcell |