2
0
Fork 0
mirror of https://github.com/zardus/ctf-tools synced 2025-04-04 22:56:07 +00:00
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 .