ctf-tools/sqlmap/install
2017-02-16 22:45:02 +01:00

7 lines
186 B
Bash
Executable file

#!/bin/bash -ex
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git
ctf-tools-pip install pymysql psycopg2 pysqlite python-ntlm
mkdir bin
cd bin
ln -s ../sqlmap/sqlmap.py .