Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43202f commit c717de9Copy full SHA for c717de9
1 file changed
extra/shutils/regressiontest_cronjob.sh
@@ -0,0 +1,14 @@
1
+#!/usr/bin/env bash
2
+
3
+# Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
4
+# See the file 'doc/COPYING' for copying permission
5
6
+SQLMAP_HOME="/opt/sqlmap"
7
+REGRESSION_SCRIPT="${SQLMAP_HOME}/extra/shutils"
8
9
+cd $SQLMAP_HOME
10
+git pull
11
+rm -f output 2>/dev/null
12
13
+cd $REGRESSION_SCRIPT
14
+python regressiontest.py
0 commit comments