Changed homepage address

This commit is contained in:
Bernardo Damele
2011-07-07 20:10:03 +00:00
parent 736327c893
commit aedcf8c8d7
203 changed files with 1745 additions and 1503 deletions

View File

@@ -12,7 +12,7 @@
<A HREF="mailto:miroslav.stampar@gmail.com">Miroslav Stampar</A></H2>version 1.0-dev, XXX XX, 2011
<HR>
<EM>This document is the user's manual to use
<A HREF="http://sqlmap.sourceforge.net">sqlmap</A>.</EM>
<A HREF="http://www.sqlmap.org">sqlmap</A>.</EM>
<HR>
<P>
<H2><A NAME="toc1">1.</A> <A HREF="README.html#s1">Introduction</A></H2>
@@ -123,7 +123,7 @@ for the database management system that you are going to attack:</P>
<LI>Microsoft SQL Server:
<A HREF="http://pymssql.sourceforge.net/">python-pymssql</A>.</LI>
<LI>MySQL:
<A HREF="http://mysql-python.sourceforge.net/">python-mysqldb</A>.</LI>
<A HREF="http://code.google.com/p/pymysql/">python pymysql</A>.</LI>
<LI>Oracle:
<A HREF="http://cx-oracle.sourceforge.net/">python cx_Oracle</A>.</LI>
<LI>PostgreSQL:
@@ -562,7 +562,7 @@ the
<P>
<UL>
<LI><B>April 10</B>,
<A HREF="http://sqlmap.sourceforge.net/#developers">Bernardo and Miroslav</A> release sqlmap
<A HREF="http://www.sqlmap.org/#developers">Bernardo and Miroslav</A> release sqlmap
<B>0.9</B> featuring a totally rewritten and powerful SQL injection
detection engine, the possibility to connect directly to a database
server, support for time-based blind SQL injection and error-based SQL
@@ -576,7 +576,7 @@ injection, support for four new database management systems and much more.</LI>
<P>
<UL>
<LI><B>December</B>,
<A HREF="http://sqlmap.sourceforge.net/#developers">Bernardo and Miroslav</A> have enhanced sqlmap a
<A HREF="http://www.sqlmap.org/#developers">Bernardo and Miroslav</A> have enhanced sqlmap a
lot during the whole year and prepare to release sqlmap <B>0.9</B>
within the first quarter of 2011.</LI>
<LI><B>June 3</B>, Bernardo
@@ -584,7 +584,7 @@ within the first quarter of 2011.</LI>
a talk titled <EM>Got database access? Own the network!</EM> at AthCon
2010 in Athens (Greece).</LI>
<LI><B>March 14</B>,
<A HREF="http://sqlmap.sourceforge.net/#developers">Bernardo and Miroslav</A> release stable version of
<A HREF="http://www.sqlmap.org/#developers">Bernardo and Miroslav</A> release stable version of
sqlmap <B>0.8</B> featuring many features. Amongst these, support to
enumerate and dump all databases' tables containing user provided
column(s), stabilization and enhancements to the takeover functionalities,
@@ -616,7 +616,7 @@ for developers.
</LI>
<LI><B>December 4</B>, sqlmap-devel mailing list has been merged into
sqlmap-users
<A HREF="http://sqlmap.sourceforge.net/#ml">mailing list</A>.
<A HREF="http://www.sqlmap.org/#ml">mailing list</A>.
</LI>
<LI><B>November 20</B>, Bernardo and Guido present again their
research on stealth database server takeover at CONfidence 2009 in Warsaw,
@@ -739,7 +739,7 @@ more options to enumerate and dump specific information are added, brand
new installation packages for Debian, Red Hat, Windows and much more.
</LI>
<LI><B>August</B>, two public
<A HREF="http://sqlmap.sourceforge.net/#ml">mailing lists</A> are created on SourceForge.
<A HREF="http://www.sqlmap.org/#ml">mailing lists</A> are created on SourceForge.
</LI>
<LI><B>January</B>, sqlmap subversion development repository is moved
away from SourceForge and goes private for a while.</LI>
@@ -848,7 +848,7 @@ $ svn update
</P>
<P>This is strongly recommended <B>before</B> reporting any bug to the
<A HREF="http://sqlmap.sourceforge.net/#ml">mailing list</A>.</P>
<A HREF="http://www.sqlmap.org/#ml">mailing list</A>.</P>
<H2><A NAME="s5">5.</A> <A HREF="#toc5">Usage</A></H2>
@@ -859,7 +859,7 @@ $ svn update
$ python sqlmap.py -h
sqlmap/1.0 - automatic SQL injection and database takeover tool
http://sqlmap.sourceforge.net
http://www.sqlmap.org
Usage: python sqlmap.py [options]
@@ -1229,7 +1229,7 @@ header value:</P>
<P>
<BLOCKQUOTE><CODE>
<PRE>
sqlmap/0.9 (http://sqlmap.sourceforge.net)
sqlmap/0.9 (http://www.sqlmap.org)
</PRE>
</CODE></BLOCKQUOTE>
</P>
@@ -3032,7 +3032,7 @@ by right-clicking in Windows Explorer into your sqlmap working copy and
clicking on <CODE>Update</CODE>.</P>
<P>This is strongly recommended <B>before</B> reporting any bug to the
<A HREF="http://sqlmap.sourceforge.net/#ml">mailing lists</A>.</P>
<A HREF="http://www.sqlmap.org/#ml">mailing lists</A>.</P>
<H3>Save options in a configuration INI file</H3>
@@ -3177,7 +3177,7 @@ sqlite:///software/sqlmap/output/192.168.136.131/dump/testdb.sqlite3 --table</CO
<P>sqlmap is released under the terms of the
<A HREF="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">General Public License v2</A>.
sqlmap is copyrighted by its
<A HREF="http://sqlmap.sourceforge.net/#developers">developers</A>.</P>
<A HREF="http://www.sqlmap.org/#developers">developers</A>.</P>
<H2><A NAME="s7">7.</A> <A HREF="#toc7">Disclaimer</A></H2>