slackbuilds_ponce/network/sqlmap/sqlmap
2010-05-12 23:32:48 +02:00

4 lines
52 B
Bash

#!/bin/sh
( cd /opt/sqlmap-0.6.4
./sqlmap.py $@
)