ctf-tools/sqlmap/install

8 lines
183 B
Text
Raw Normal View History

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