You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<LI><ANAME="toc1.1">1.1</A><AHREF="FAQ.html#ss1.1">What is sqlmap?</A>
22
22
<LI><ANAME="toc1.2">1.2</A><AHREF="FAQ.html#ss1.2">How do I execute sqlmap?</A>
23
23
<LI><ANAME="toc1.3">1.3</A><AHREF="FAQ.html#ss1.3">Can I integrate sqlmap with a security tool I am developing?</A>
24
-
<LI><ANAME="toc1.4">1.4</A><AHREF="FAQ.html#ss1.4">How can I integrate sqlmap with my own tool?</A>
25
-
<LI><ANAME="toc1.5">1.5</A><AHREF="FAQ.html#ss1.5">Will you support other database management systems?</A>
26
-
<LI><ANAME="toc1.6">1.6</A><AHREF="FAQ.html#ss1.6">How can I occasionally contribute?</A>
27
-
<LI><ANAME="toc1.7">1.7</A><AHREF="FAQ.html#ss1.7">Can I actively contribute in the long-term development?</A>
28
-
<LI><ANAME="toc1.8">1.8</A><AHREF="FAQ.html#ss1.8">How can I support the development?</A>
29
-
<LI><ANAME="toc1.9">1.9</A><AHREF="FAQ.html#ss1.9">Can you hack a site for me?</A>
30
-
<LI><ANAME="toc1.10">1.10</A><AHREF="FAQ.html#ss1.10">When sqlmap will switch to the Python 3?</A>
31
-
<LI><ANAME="toc1.11">1.11</A><AHREF="FAQ.html#ss1.11">What does <CODE>"WARNING unknown charset '...'"</CODE> mean?</A>
32
-
<LI><ANAME="toc1.12">1.12</A><AHREF="FAQ.html#ss1.12">How to use sqlmap with <CODE>mod_rewrite</CODE> enabled?</A>
33
-
<LI><ANAME="toc1.13">1.13</A><AHREF="FAQ.html#ss1.13">Why is sqlmap not able to get password hashes in some cases?</A>
34
-
<LI><ANAME="toc1.14">1.14</A><AHREF="FAQ.html#ss1.14">What is <CODE>-</CODE><CODE>-text-only</CODE> switch?</A>
35
-
<LI><ANAME="toc1.15">1.15</A><AHREF="FAQ.html#ss1.15">sqlmap is retrieving weird characters for even simplest data (e.g. <CODE>--banner</CODE>)?</A>
36
-
<LI><ANAME="toc1.16">1.16</A><AHREF="FAQ.html#ss1.16">I am getting <CODE>"CRITICAL connection timed"</CODE> while I am able to browse the site normally?</A>
37
-
<LI><ANAME="toc1.17">1.17</A><AHREF="FAQ.html#ss1.17">Is it possible to use <CODE>"INSERT/UPDATE"</CODE> SQL commands via <CODE>-</CODE><CODE>-sql-query</CODE></A>
38
-
<LI><ANAME="toc1.18">1.18</A><AHREF="FAQ.html#ss1.18">I am getting <CODE>"finally: SyntaxError: invalid syntax"</CODE> when trying to run sqlmap?</A>
39
-
<LI><ANAME="toc1.19">1.19</A><AHREF="FAQ.html#ss1.19">sqlmap is not able to detect/exploit injection while other commercial tools are?</A>
24
+
<LI><ANAME="toc1.4">1.4</A><AHREF="FAQ.html#ss1.4">Will you support other database management systems?</A>
25
+
<LI><ANAME="toc1.5">1.5</A><AHREF="FAQ.html#ss1.5">How can I occasionally contribute?</A>
26
+
<LI><ANAME="toc1.6">1.6</A><AHREF="FAQ.html#ss1.6">Can I actively contribute in the long-term development?</A>
27
+
<LI><ANAME="toc1.7">1.7</A><AHREF="FAQ.html#ss1.7">How can I support the development?</A>
28
+
<LI><ANAME="toc1.8">1.8</A><AHREF="FAQ.html#ss1.8">Can you hack a site for me?</A>
29
+
<LI><ANAME="toc1.9">1.9</A><AHREF="FAQ.html#ss1.9">When sqlmap will switch to the Python 3?</A>
30
+
<LI><ANAME="toc1.10">1.10</A><AHREF="FAQ.html#ss1.10">What does <CODE>"WARNING unknown charset '...'"</CODE> mean?</A>
31
+
<LI><ANAME="toc1.11">1.11</A><AHREF="FAQ.html#ss1.11">How to use sqlmap with <CODE>mod_rewrite</CODE> enabled?</A>
32
+
<LI><ANAME="toc1.12">1.12</A><AHREF="FAQ.html#ss1.12">Why is sqlmap not able to get password hashes in some cases?</A>
33
+
<LI><ANAME="toc1.13">1.13</A><AHREF="FAQ.html#ss1.13">What is <CODE>-</CODE><CODE>-text-only</CODE> switch?</A>
34
+
<LI><ANAME="toc1.14">1.14</A><AHREF="FAQ.html#ss1.14">I am getting <CODE>"CRITICAL connection timed"</CODE> while I am able to browse the site normally?</A>
35
+
<LI><ANAME="toc1.15">1.15</A><AHREF="FAQ.html#ss1.15">Is it possible to use <CODE>"INSERT/UPDATE"</CODE> SQL commands via <CODE>-</CODE><CODE>-sql-query</CODE></A>
36
+
<LI><ANAME="toc1.16">1.16</A><AHREF="FAQ.html#ss1.16">I am getting <CODE>"finally: SyntaxError: invalid syntax"</CODE> when trying to run sqlmap?</A>
37
+
<LI><ANAME="toc1.17">1.17</A><AHREF="FAQ.html#ss1.17">sqlmap is not able to detect/exploit injection while other commercial tools are?</A>
40
38
</UL>
41
39
42
40
<HR>
@@ -82,21 +80,15 @@ <H2><A NAME="ss1.3">1.3</A> <A HREF="#toc1.3">Can I integrate sqlmap with a secu
82
80
83
81
<P>Yes. sqlmap is released under the terms of the GPLv2, which means that any
84
82
derivative work must be distributed without further restrictions on the
85
-
rights granted by the GPL itself. If this constitutes a problem, feel free
86
-
to contact us so we can find a solution.</P>
83
+
rights granted by the GPL itself.</P>
87
84
88
-
<H2><ANAME="ss1.4">1.4</A><AHREF="#toc1.4">How can I integrate sqlmap with my own tool?</A>
85
+
<H2><ANAME="ss1.4">1.4</A><AHREF="#toc1.4">Will you support other database management systems?</A>
89
86
</H2>
90
87
91
-
<P>TODO</P>
88
+
<P>Yes. There are plans to support also Informix and Ingres at some
89
+
point of time.</P>
92
90
93
-
<H2><ANAME="ss1.5">1.5</A><AHREF="#toc1.5">Will you support other database management systems?</A>
94
-
</H2>
95
-
96
-
<P>Yes. There are plans to support also IBM DB2, Informix and Ingres at some
97
-
point.</P>
98
-
99
-
<H2><ANAME="ss1.6">1.6</A><AHREF="#toc1.6">How can I occasionally contribute?</A>
91
+
<H2><ANAME="ss1.5">1.5</A><AHREF="#toc1.5">How can I occasionally contribute?</A>
100
92
</H2>
101
93
102
94
<P>All help is greatly appreciated. First of all download the tool, make sure
@@ -108,7 +100,7 @@ <H2><A NAME="ss1.6">1.6</A> <A HREF="#toc1.6">How can I occasionally contribute?
108
100
<AHREF="https://svn.sqlmap.org/sqlmap/trunk/sqlmap/doc/THANKS">contributed</A> in different ways to the sqlmap development.
109
101
<B>You</B> can be the next!</P>
110
102
111
-
<H2><ANAME="ss1.7">1.7</A><AHREF="#toc1.7">Can I actively contribute in the long-term development?</A>
103
+
<H2><ANAME="ss1.6">1.6</A><AHREF="#toc1.6">Can I actively contribute in the long-term development?</A>
112
104
</H2>
113
105
114
106
<P>Yes, we are looking for people who can write some clean Python code, are
@@ -118,27 +110,27 @@ <H2><A NAME="ss1.7">1.7</A> <A HREF="#toc1.7">Can I actively contribute in the l
118
110
If this sounds interesting to you,
119
111
<AHREF="http://www.sqlmap.org/#developers">get in touch</A>!</P>
120
112
121
-
<H2><ANAME="ss1.8">1.8</A><AHREF="#toc1.8">How can I support the development?</A>
113
+
<H2><ANAME="ss1.7">1.7</A><AHREF="#toc1.7">How can I support the development?</A>
122
114
</H2>
123
115
124
116
<P>If you think that sqlmap is a great tool, it really played well during
125
117
your penetration tests, or you simply like it, you, or your boss, can
126
118
<AHREF="http://www.sqlmap.org/#donate">donate some money</A> to the developers via PayPal.</P>
127
119
128
-
<H2><ANAME="ss1.9">1.9</A><AHREF="#toc1.9">Can you hack a site for me?</A>
120
+
<H2><ANAME="ss1.8">1.8</A><AHREF="#toc1.8">Can you hack a site for me?</A>
129
121
</H2>
130
122
131
123
<P><B>No</B>.</P>
132
124
133
-
<H2><ANAME="ss1.10">1.10</A><AHREF="#toc1.10">When sqlmap will switch to the Python 3?</A>
125
+
<H2><ANAME="ss1.9">1.9</A><AHREF="#toc1.9">When sqlmap will switch to the Python 3?</A>
134
126
</H2>
135
127
136
-
<P>Currently there is no huge pressure on Python projects to switch to the new
128
+
<P>Currently there is no pressure on Python projects to switch to the new
137
129
version of Python interpreter, as the process of switching, especially on
138
130
larger projects can be cumbersome (due to the few backward incompatibilities).
139
131
The switch will take place eventually, but currently it's a very low priority task.</P>
140
132
141
-
<H2><ANAME="ss1.11">1.11</A><AHREF="#toc1.11">What does <CODE>"WARNING unknown charset '...'"</CODE> mean?</A>
133
+
<H2><ANAME="ss1.10">1.10</A><AHREF="#toc1.10">What does <CODE>"WARNING unknown charset '...'"</CODE> mean?</A>
142
134
</H2>
143
135
144
136
<P>sqlmap needs to properly decode page content to be able to properly
<H2><ANAME="ss1.17">1.17</A><AHREF="#toc1.17">Is it possible to use <CODE>"INSERT/UPDATE"</CODE> SQL commands via <CODE>-</CODE><CODE>-sql-query</CODE></A>
195
+
<H2><ANAME="ss1.15">1.15</A><AHREF="#toc1.15">Is it possible to use <CODE>"INSERT/UPDATE"</CODE> SQL commands via <CODE>-</CODE><CODE>-sql-query</CODE></A>
0 commit comments