2015-05-07 11:02:00 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2015-12-09 22:42:41 +00:00
|
|
|
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git
|
2015-05-07 11:02:00 +00:00
|
|
|
pip install pymysql psycopg2 pysqlite2 python-ntlm
|
|
|
|
mkdir bin
|
|
|
|
cd bin
|
|
|
|
ln -s ../sqlmap/sqlmap.py .
|