summaryrefslogtreecommitdiffstats
path: root/network/sqlmap/sqlmap
diff options
context:
space:
mode:
author Marco Bonetti <sid77@slackware.it>2010-05-12 23:32:48 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-12 23:32:48 +0200
commitac23f7579cef7d587954ae36544a421fcac769ba (patch)
treed1c73ae84554721d04498acc231226d91d20b42b /network/sqlmap/sqlmap
parentb43054d76b9780b938e074632d345661877e39e3 (diff)
downloadslackbuilds-ac23f7579cef7d587954ae36544a421fcac769ba.tar.gz
slackbuilds-ac23f7579cef7d587954ae36544a421fcac769ba.tar.xz
network/sqlmap: Added to 12.2 repository
Diffstat (limited to 'network/sqlmap/sqlmap')
-rw-r--r--network/sqlmap/sqlmap4
1 files changed, 4 insertions, 0 deletions
diff --git a/network/sqlmap/sqlmap b/network/sqlmap/sqlmap
new file mode 100644
index 0000000000..c8753410a1
--- /dev/null
+++ b/network/sqlmap/sqlmap
@@ -0,0 +1,4 @@
+#!/bin/sh
+( cd /opt/sqlmap-0.6.4
+ ./sqlmap.py $@
+)