From 591e5568babcad9937b0260799af486dd270fd8b Mon Sep 17 00:00:00 2001 From: filinpavel Date: Sun, 28 Sep 2014 07:30:05 +0700 Subject: [PATCH] Update sqlmap.md added Notes and Links --- tools/sqlmap.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/sqlmap.md b/tools/sqlmap.md index e4671b1..8a67f6a 100644 --- a/tools/sqlmap.md +++ b/tools/sqlmap.md @@ -2,6 +2,7 @@ Notes ------- +sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers Help Text ------- @@ -245,4 +246,7 @@ Example Usage Links ------- +[SQLMap Official site](http://sqlmap.org/) +[SQLMap GitHub Project](https://github.com/sqlmapproject/sqlmap) +[SQLMap Demostration videos](http://www.youtube.com/user/inquisb/videos)