mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
Updated documentation
This commit is contained in:
parent
5e47518983
commit
a19229cbd8
|
@ -9,7 +9,7 @@ sqlmap (0.6.2-1) stable; urgency=low
|
||||||
* Major improvement to correctly enumerate tables, columns and dump
|
* Major improvement to correctly enumerate tables, columns and dump
|
||||||
tables entries on Oracle and on PostgreSQL when the database name is
|
tables entries on Oracle and on PostgreSQL when the database name is
|
||||||
not 'public' schema or a system database;
|
not 'public' schema or a system database;
|
||||||
* Minor enhancement to be able to dump entries also on MySQL < 5.0 when
|
* Minor improvement to be able to dump entries on MySQL < 5.0 when
|
||||||
database name, table name and column(s) are provided;
|
database name, table name and column(s) are provided;
|
||||||
* Minor code restyling.
|
* Minor code restyling.
|
||||||
|
|
||||||
|
|
|
@ -1556,9 +1556,9 @@ $ python sqlmap.py -u "http://192.168.1.121/sqlmap/mssql/get_int.php?id=1&ca
|
||||||
[hh:mm:03] [INFO] performed 13 queries in 0 seconds
|
[hh:mm:03] [INFO] performed 13 queries in 0 seconds
|
||||||
[hh:mm:03] [INFO] query: @@VERSION
|
[hh:mm:03] [INFO] query: @@VERSION
|
||||||
[hh:mm:03] [INFO] retrieved: Microsoft SQL Server 2000 - 8.00.194 (Intel X86)
|
[hh:mm:03] [INFO] retrieved: Microsoft SQL Server 2000 - 8.00.194 (Intel X86)
|
||||||
Aug 6 2000 00:57:48
|
Aug 6 2000 00:57:48
|
||||||
Copyright (c) 1988-2000 Microsoft Corporation
|
Copyright (c) 1988-2000 Microsoft Corporation
|
||||||
Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 4)
|
Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 4)
|
||||||
|
|
||||||
[hh:mm:08] [INFO] performed 1308 queries in 4 seconds
|
[hh:mm:08] [INFO] performed 1308 queries in 4 seconds
|
||||||
back-end DBMS: active fingerprint: Microsoft SQL Server 2000
|
back-end DBMS: active fingerprint: Microsoft SQL Server 2000
|
||||||
|
@ -2824,9 +2824,9 @@ CHAR(100)+CHAR(106)+CHAR(72)+CHAR(75)), NULL-- AND 5204=5204
|
||||||
banner:
|
banner:
|
||||||
---
|
---
|
||||||
Microsoft SQL Server 2000 - 8.00.194 (Intel X86)
|
Microsoft SQL Server 2000 - 8.00.194 (Intel X86)
|
||||||
Aug 6 2000 00:57:48
|
Aug 6 2000 00:57:48
|
||||||
Copyright (c) 1988-2000 Microsoft Corporation
|
Copyright (c) 1988-2000 Microsoft Corporation
|
||||||
Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 4)
|
Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 4)
|
||||||
---
|
---
|
||||||
</PRE>
|
</PRE>
|
||||||
</CODE></BLOCKQUOTE>
|
</CODE></BLOCKQUOTE>
|
||||||
|
@ -3336,8 +3336,6 @@ agencies.</P>
|
||||||
|
|
||||||
<H2><A NAME="s7">7.</A> <A HREF="#toc7">Authors</A></H2>
|
<H2><A NAME="s7">7.</A> <A HREF="#toc7">Authors</A></H2>
|
||||||
|
|
||||||
<P>Feel free to contact us for comments, suggestions, bug reports and
|
|
||||||
patches.</P>
|
|
||||||
<P>
|
<P>
|
||||||
<UL>
|
<UL>
|
||||||
<LI>
|
<LI>
|
||||||
|
|
BIN
doc/README.pdf
BIN
doc/README.pdf
Binary file not shown.
|
@ -3249,9 +3249,6 @@ agencies.
|
||||||
<sect>Authors
|
<sect>Authors
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Feel free to contact us for comments, suggestions, bug reports and
|
|
||||||
patches.
|
|
||||||
|
|
||||||
<itemize>
|
<itemize>
|
||||||
<item><htmlurl url="mailto:bernardo.damele@gmail.com" name="Bernardo Damele A. G."> (inquis) - project leader, core developer. PGP Key ID: <htmlurl url="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x05F5A30F" name="0x05F5A30F">
|
<item><htmlurl url="mailto:bernardo.damele@gmail.com" name="Bernardo Damele A. G."> (inquis) - project leader, core developer. PGP Key ID: <htmlurl url="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x05F5A30F" name="0x05F5A30F">
|
||||||
<item><htmlurl url="mailto:daniele.bellucci@gmail.com" name="Daniele Bellucci"> (belch) - project founder, initial developer. PGP Key ID: <htmlurl url="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x9A0E8190" name="0x9A0E8190">
|
<item><htmlurl url="mailto:daniele.bellucci@gmail.com" name="Daniele Bellucci"> (belch) - project founder, initial developer. PGP Key ID: <htmlurl url="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x9A0E8190" name="0x9A0E8190">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user