ctf-tools/sqlmap/install
2015-05-07 11:54:16 -07:00

7 lines
163 B
Bash
Executable file

#!/bin/bash
git clone https://github.com/sqlmapproject/sqlmap.git
pip install pymysql psycopg2 pysqlite2 python-ntlm
mkdir bin
cd bin
ln -s ../sqlmap/sqlmap.py .