From 597f4dc445f911422021674452de055629ca8c6e Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 19 Apr 2011 09:54:34 +0000 Subject: [PATCH] adding procs directory for storing SQL procedure declarations --- procs/README.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 procs/README.txt diff --git a/procs/README.txt b/procs/README.txt new file mode 100755 index 000000000..40a7f6992 --- /dev/null +++ b/procs/README.txt @@ -0,0 +1,3 @@ +Files in this folder represent declarations of stored procedures used +by sqlmap on the target system. They are licensed under the terms of +the GNU Lesser General Public License.