ctf-tools/sqlmap/install
2016-09-23 13:51:50 +00:00

7 lines
183 B
Bash
Executable file

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